210
Chapter 4
"
Introduction to the Cisco IOS and SDM
[output cut]
!
line con 0
exec-timeout 0 0
password console
logging synchronous
login
line aux 0
password aux
login
line vty 0 4
access-class 23 in
privilege level 15
password telnet
login
transport input telnet ssh
line vty 5 15
access-class 23 in
privilege level 15
password telnet
login
transport input telnet ssh
line vty 16 1180
password telnet
login
!
end
To manually encrypt your passwords, use the service password-encryption command.
Here’s an example of how to do it:
Todd#config t
Enter configuration commands, one per line. End with CNTL/Z.
Todd(config)#service password-encryption
Todd(config)#exit
Todd#sh run
Building configuration...
[output cut]
!
enable secret 5 $1$2R.r$DcRaVo0yBnUJBf7dbG9XE0
enable password 7 131118160F
!
47020.book Page 210 Wednesday, January 2, 2008 4:31 PM
Kommentare zu diesen Handbüchern