07-18-2007, 08:02 PM
There are two requirements stated in the question. Your answer is taking care of only one of them.
enable password secret
line vty 0
login
password cisco
The second requirement is:
"For anyone viewing the configuration and issuing the show run command, the password for Telnet access should be encrypted".
The correct command to achieve this goal is service password-encryption, which is given with correct answer.
enable password secret
line vty 0
login
password cisco
The second requirement is:
"For anyone viewing the configuration and issuing the show run command, the password for Telnet access should be encrypted".
The correct command to achieve this goal is service password-encryption, which is given with correct answer.