QTECH
Software Configuration Manual
16-210
Step
Command
Description
1
username
username
privilege
privilege<0-15>
Modify user’s privilege.
2
show username
Check configuration.
3
exit
Exit to user mode
4
copy running-config startup-config
Save the configuration
&
Note :
Username
: means the name of the existed user to be modified which must be 1 to 32 printable characters without '/',' :
','*','?','\\','<','>','|','"'. If the entered username is not existed, add it to be the new one.
Level
: means the priority of the existed user (except the Super-administrator) to be modified which is the number between 0 and 15. 0
and 1 mean the normal user and 2 to 15 mean the administrator.
Caution : Case-sensitive is for password but not username.
Example :
!Modify the privilege of the existed user "green" to be 1 and its password to be 1234
QTECH (config)#username green privilege 0 password 0 1234
16.4.4
Delete User
Only Super-administrator "admin" can add and delete user in global configuration mode. Enter global configuration
mode (how to enter global configuration mode refers to the first 2 steps in Table 4-1) before following the below
steps :
Table 4-4 Delete user
Step
Command
Description
1
no username
username
Delete user.
2
show username
Check configuration.
3
exit
Exit to user mode
4
copy running-config startup-config
Save the configuration
&
Note :
Username
: means the name of the user to be deleted.
When deleting a user which is used, it will be disconnected before delete it.
Example :
!Delete user "green"
QTECH(config)#no username green
16.4.5
Show users
After configuration, you can use following steps to check it. Any configuration mode is permitted.
Table 4-5 Show users
Step
Command
Description
1
show
username
Show specific user.
2
show users
Show users’ log. At most 5
users are permitted on line at
the same time.