4.3.2 account
add
Syntax: add <name>
Description: To create a new guest user. When you create a new guest user, you must type in password and confirm password.
Argument: <name>: new account name
Possible value: A string must be at least 5 character.
Example:
SP1659P(account)# add aaaaa
Password:
Confirm Password:
Save Successfully
SP1659P(account)#
del
Syntax: del <name>
Description: To delete an existing account.
Argument: <name> : existing user account
Possible value: None.
Example:
SP1659P(account)# del aaaaa
Account aaaaa deleted
modify
Syntax: modify <name>
Description: To change the username and password of an existing account.
Argument: <name> : existing user account
Possible value: None.
Example:
SP1659P(account)# modify aaaaa username/password: the length is from 5 to 15. Current username (aaaaa):bbbbb
New password: Confirm password:
Username changed successfully. Password changed successfully.
show
Syntax: show
Description: To show system count, including account name and identity.
Argument: None.
Possible value: None.
Example:
SP1659P(account)# show
| Account Name | Identity |
|
| |
|
|
|
|
| |
|
|
| |||
|
|
|
| ||
| admin | Administrator | |||
|
|
|
| ||
| guest | guest |
74