Global configuration mode
【Usage】
When inputting the privilege of the new user, 0 to 1 means ordinary user and 2 to
15 means administrator. If the privilege doesn’t configure, the default privilege is
ordinary user.
If inputting nothing to modify the privilege of existed user, the privilege doesn’t
modify. The privilege of Admin cannot be modified.
【Example】
! Add a new administrator “red”, configure privilege to be 15,and password to
be 123456
QTECH(config)#username red privilege 15 password 0 123456
!Modify the privilege of administrator “red” to be 1,and password to be 1234
QTECH(config)#username red privilege 1 password 0 1234
1.1.16 username change-password
1-16