
(Revised 2010-7-2) page 103 of 145
User Management Commands
Show System Users
Shows a list of users and their permissions on the system
N-TRON/Admin#[1]> system show users
Serial Username Access Permissions
------ -------- ------------------
1 admin admin
2 ntron user
Add a System User
To add a user to the system
system add user <username> [access permission]
Username
A string of at least 3 characters and no more then 15 characters
Access permission
“user” or “admin” permission rights
Password
Administrator will be prompted for a password of 3 to 15
characters in length.
N-TRON/Admin#[1]> system add user ntron user
Enter User Password :****
Users with User permissions can not make changes to the switch, but
can view configuration settings and port settings. Users with admin
permissions have the ability to change settings on the switch and can
add more users. There is a limit of 5 users per switch with any
combination of permissions.
Modify a User’s Access Permissions
To change a user‟s permissions
system modify useraccess <username> <access permission>
Username
The user‟s username that is to be modified.
Access permission
“user” or “admin” permission rights
N-TRON/Admin#[1]> system modify useraccess ntron admin
User must have admin permissions to use this command
Modify a User’s Password
system modify userpassword
To change a user‟s password
system modify userpassword <username>
Username
The user‟s username that is to be modified
Password
The new password for the user
N-TRON/Admin#[1]system/modify> userpassword ntron
Enter New Password :*****
Confirm New Password :*****
Password has been modified successfully
A user with user permissions can operate this command, but will be
prompted for the old password before being prompted for the new
password.