96
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
COMMAND LINE INTERFACE REFERENCE |
DRAFT
CREATE USER
Use the create user command to create user accounts locally. User accounts have the following attributes:
•username
• password
• security level
Note that you cannot use this command to create RADIUS or TACACS+ users.
Command form create user username password {
1, 2, 3}
Examples
• Create an audit user with the following attributes:
username: audit1
password: audit1pass
security level: 1 (Audit user)
• Create a standard user with the following attributes:
username: user1
password: user1pass
security level: 2 (Standard user)
• Create an admin user with the following attributes:
username: admin1
password: admin1pass
security level: 3 (Administrator)
username Creates a user with the specified username. Usernames are case-sensitive.
password Sets the user password. Passwords are case-sensitive.
1, 2, 3 Assigns the user the specified security level:
1 - Auditor – read-only access
2 - Standard user – read-only access, limited read-write access
3 - Administrator – full read-write access
CONTROLLER>create user audit1 audit1pass 1
Creating user audit1
CONTROLLER>create user user1 user1pass 2
Creating user user1
CONTROLLER>create user admin1 admin1pass 3
Creating user admin1