3-8 Turning Up the System
5160 Service Aggregation Switch Hardware Installation and Start-up Manual
009-3207-001 Standard Revision A
Copyright
©
2013 Ciena
®
Corporation September 2013
Procedure 3-2
Creating a new user account
Step Action
1 Create the new account.
user create user <user> access-level <limited|super|diag>
password <password>
For example, the following command creates the super user account,
NewSuper, with the password changeme:
user create user NewSuper access-level super password
changeme
2 Display the accounts in the system.
user show
Example output:
+--------- USER ACCOUNT TABLE --------+---------+
| Username | Privilege | Default |
+------------------+------------------+---------+
| NewSuper | super | P |
| su | super | DP |
| user | limited | D |
+------------------+------------------+---------|
3 Repeat step 1 through step 2 for every remaining user account you want to
create.
4 When you are finished creating user accounts, save and complete the
process.
configuration save
You have created a user account.