Manage Users
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 "admin" to be 1 and its password to be 1234
Switch(config)#username FoxGate privilege 0 password 0 1234
3.3.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 3-1) before following the below steps:
Table 3-4 Delete user
copy running-config startup-config
 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 "admin"
Switch(config)#no username admin
3.3.5 Show Users
After configuration, you can use following steps to check it. Any configuration mode is
permitted.
Table 3-5 Show users
Show users’ log. At most 5 users are permitted on line at
the same time.