для Cisco Cisco IOS Software Release 12.0(18)S

Скачать
Страница из 8
Enhanced Password Security - Phase I
Command Reference
5
Cisco IOS Release 12.0(18)S
Configuring MD5 Encryption on a MD5 Encrypted Text String Example
The following example configures username “cde” and enters an MD5 encryption text string as the user 
password. Output from the show running-config confirms that the MD5 encrypted password has been 
configured. Note that the password itself is not displayed.
Router# configure terminal
Router(config)# username cde secret 5 $1$feb0$a104Qd9UZ./Ak00KTggPD0
Router(config)# exit
Router# show running-config
!
version 12.0
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CE
!
logging rate-limit console 10 except errors
no logging console
enable secret 5 $1$feb0$a104Qd9UZ./Ak00KTggPD0
!
username cde secret 5 
!
ip subnet-zero
.
.
.
Command Reference
This section documents the modified command that configures the Enhanced Password Security feature. 
All other commands used with this feature are documented in the Cisco IOS Release 12.0 command 
reference publications.