Specifications

Table Of Contents
2-537
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
username
0 : the <password >parameter specifies a clear text password that will be saved in MD5
encrypted form
5 : the <password >parameter specifies an MD5 encryption string that will be saved as the user
MD5-encrypted secret password
Authorization: admin
Examples The following examples illustrate how to use this command.
Example 1
This example shows how to add a new user to the local database with a clear text password.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#username johndoe password mypassword
SCE(config)#
Example 2
This example shows how to add a new user to the local database with no password.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#username johndoe nopassword
SCE(config)#
Example 3
This example shows how to add a new user to the local database with an MD5 encrypted password
entered in clear text.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#username johndoe secret 0 mypassword
SCE(config)#
Related Commands Command Description
show users Displays the users in the local database, including passwords.
username privilege Sets the privilege level for the specified user.