Example
This example shows how the set the access level and password for a user.
Console(config)#username bob access-level 15
Console(config)#username bob password 0 smith
Console(config)#
This example shows how the set unencrytped and encrypted passwords.
Console(config)#username richard1 password 0 richard(1)
Console(config)#username richard2 password 7
6ae199a93c381bf6d5de27491139d3f9(2)
Console(config)#exit
Console#show running-config(3)
.
.
.
username richard1 access-level 0
username richard1 password 7 6ae199a93c381bf6d5de27491139d3f9
username richard2 access-level 0
username richard2 password 7 6ae199a93c381bf6d5de27491139d3f9
.
.
.
(1) This command specifies “richard” as an unencrypted password.
(2) This command specifies “richard” as an encrypted password.
(3) This command displays the passwords now set for richard1 and richard2.
129