5-25
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 5 Configuring the Management Interface and Security
Authentication, Authorization, and Accounting
Options
The following options are available:
•
name—
Name of the user whose privilege level is set
•
level—
The privilege level permitted to the specified user. These levels correspond to the CLI
authorization levels, which are entered via the
enable
command:
–
0—User
–
10—Admin
–
15 (default)—Root
•
password—
A clear text password. May be saved in the local list in either of two formats:
–
as clear text I
–
n MD5 encrypted form if the secret keyword is used
•
encrypted-secret—
An MD5 encryption string password
The following keywords are available:
•
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:
–
0—
Use with the
password
option to specify a clear text password that will be saved in MD5
encrypted form
–
5
= use with the
encrypted-secret
option to specify an MD5 encryption string that will be saved
as the user MD5-encrypted secret password
How to Add a User with a Privilege Level and a Clear Text Password
From the SCE(config)# prompt, type:
How to Add a User with a Privilege Level and an MD5 Encrypted Password Entered in Clear Text
From the SCE(config)# prompt, type:
Command
Purpose
username
name
privilege
level
password
password
Adds a user with a privilege level and a clear text
password.
Command
Purpose
username
name
privilege
level
secret 0
password
Adds a user with a privilege level and an MD5
encrypted password entered in clear text.