Chapter 4: Commands for CLI configuration
Example:
To configure
enable password
(admin) and specific level(15) for
user
Switch# configure terminal
Switch (config)#
enable password level 15 admin
Press ENTER to get started
Username:
Password:
> enable
Password: admin
#
enable secret
Command:
enable secret 0 | 5 level <1-15> <WORD>
0
Specifies an UNENCRYPTED password will follow
5
Specifies an ENCRYPTED secret will follow
<1-15>
Level number
<WORD>
The UNENCRYPTED (cleartext) / ENCRYPTED(MD5) password.
Default:
Disable
Usage Guide:
To configure
enable password
to encrypted secret in the system configurations
and specific level for
user
Example:
To configure
enable password
(cisco)
to encrypted secret in the system
configurations
and specific level(15) for
user
Switch# configure terminal
Switch (config)#
enable secret 0 level 15 cisco
# show running-config
Building configuration...
enable secret 5 level 15
FC89368B9513DE0760290BCE9A1DA90A
……………
Press ENTER to get started
Username:
Password:
> enable
Password: cisco
#
NS3500-24T-4C Managed Switch Command Guide
45