Allied Telesis AT-9000/12POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
1263
Creating Local Manager Accounts
The command for creating local manager accounts is the USERNAME
command in the Global Configuration mode. Here is the command’s
format:
username
name
privilege
level
password [8]
password
The NAME parameter specifies the log-on name for the new account. The
name is case-sensitive and can have up to 15 alphanumeric characters
including special characters. Spaces are not allowed.
The LEVEL parameter specifies the privilege level of the account. The
level can be either 1 or 15. Manager accounts with the privileged level 15
have access to all of the command modes, while manager accounts with
the privilege level 1 are restricted to the User Exec mode.
The PASSWORD parameter specifies the password for the new manager
account. You can enter the password in plaintext or encrypted. A plaintext
password is case-sensitive and can have up to 16 alphanumeric
characters including punctuation and printable special characters. Spaces
are not permitted. To enter an encrypted password, precede it with the
number ‘8’.
This example of the command creates an account for the user, john. The
privilege level is 15 to give the manager access to the entire command
mode structure. The password is “pmat762:”
awplus> enable
awplus# configure terminal
awplus(config)# username john privilege 15 password pmat762
This example creates a manager account for the user, allen. The privilege
level is 1 to restrict the manager to the User Exec mode. The password for
the account is “laf238pl:”
awplus> enable
awplus# configure terminal
awplus(config)# username allen privilege 1 password laf238pl
This example creates an account for the user, sjones. The privilege level is
1 to restrict the manager to the User Exec mode. The password is
“bluesky,” entered in its encrypted form.
awplus> enable
awplus# configure terminal
awplus(config)# username sjones privilege 1 password 8
c1a23116461d5856f98ee072ea319bc9