Specifications

Table Of Contents
2-536
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
username
username
Adds a new user to the local database. Use the no form of the command to remove a user from the
database.
username name {password password | nopassword | secret {0 password | 5 password }}
no username name
Syntax Description
Command Default None.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Up to 100 users may be defined.
The password is defined with the username. There are several password options:
No password: use the nopassword keyword.
Password: Password is saved in clear text format in the local list.
Use the password parameter.
Encrypted password: Password is saved in encrypted (MD5) form in the local list. Use the secret
keyword and either of the following options.
<password >may be defined by either of the following methods:
Specify a clear text password, which is saved in MD5 encrypted form
Specify an MD5 encryption string, which is saved as the user MD5-encrypted secret password
The following keywords are available:
nopassword : There is no password associated with this user
secret : the password is saved in MD5 encrypted form. Use with either of the following keywords
to indicate the format of the password as entered in the command:
name Name of the user to be added
password A clear text password.
secret The password is saved in MD5 encrypted form.
The keywords 0 or 5 indicate the format of the password as entered in the
command:
Release Modification
3.0.0 This command was introduced.