Specifications

Table Of Contents
2-102
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
enable password
enable password
Configures a password for the specified authorization level, thus preventing unauthorized users from
accessing the SCE platform. Use the no form of the command to disable the password for the specified
authorization level.
enable password [level level ] [encryption-type ] password
no enable password [level level ]
Syntax Description
Command Default password = cisco
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines After the command is entered, any user executing the enable command must supply the specified
password.
Passwords must be at least 4 and no more than 100 characters long.
Passwords can contain any printable characters.
Passwords must begin with a letter.
Passwords cannot contain spaces.
Passwords are case-sensitive.
Authorization: admin
Examples The following example sets a level 10 password as a123*man.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#enable password level 10 a123*man
SCE(config)#
level User authorization level (0, 5, 10, 15) as specified in "CLI Authorization
Levels". If no level is specified, the default is Admin (10).
encryption-type If you want to enter the encrypted version of the password, set the
encryption type to 5, to specify the algorithm used to encrypt the password.
password A regular or encrypted password set for the access level. If you specify
encryption-type, you must supply an encrypted password.
Release Modification
2.5.7 This command was introduced.