102
| Command Line Reference | SmartNA-X 1G/10G Modular
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
Local users commands
This section provides reference information for local user accounts commands.
show users
Use the
show users
command to produce a list of
local
user accounts, including usernames and associated security levels.
Note that users which have been created on a RADIUS or server will not be listed.
Syntax
show users
Parameters
This command has no arguments or keywords.
Example
List all local users:
CONTROLLER>
show users
user : security level 2
admin : security level 3
audit : security level 1
nc-admin : security level 3
user1 : security level 2
audit-temp : security level 1
Admin3 : security level 3
create user
Command to add a user account and assign a username, password and security level.
Syntax
create user
username
password
{
1
|
2
|
3
}
Parameters
•
username
Specify the account username. Usernames are case sensitive and may contain alphanumeric characters
only. Spaces are not permitted.
•
password
Specify the account password. Passwords are case-sensitive and may contain alphanumeric characters only.
Spaces are not permitted.
•
1, 2, 3
Specify the account security level:
•
1
specifies
Auditor
level with interrogative access only
•
2
specifies
User
level access with interrogate access only to system settings and full access to traffic ports
•
3
specifies
Administrator
level with full access to system settings and traffic ports
Example
Add the following user account:
• Username:
smartnaxUser1
• Password:
smartnaxPasswd
• Security level:
2
CONTROLLER>
create user smartnaxUser1 smartnaxPasswd 2
Creating user smartnaxUser1