2 – Switch Command Line Interface
Groups and Commands
D000025-002 Rev. A
2-17
A
userAdd
Add a user account.
Syntax:
Options:
Sample Output:
userRem
Remove a user account.
Syntax:
Options:
Sample Output:
userListShow
List all user accounts for this device.
Syntax:
userAdd [role] [username] [password]
[role]
Can be either
admin
or
operator
.
[username]
The name of the user to be added.
[password]
Optional password. If not supplied the default password for that role is used.
-> userAdd admin Bob
User added: Bob
Password is set to the default password for this role: admin
userRem [username]
username
Name of the user to be removed.
-> userRem Bob
User deleted: Bob
userListShow