05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

196 Chapter 4 � Configuration and IOS Management Commands<br />

login<br />

line aux 0<br />

password todd<br />

login<br />

line vty 0 4<br />

password todd2<br />

login<br />

line vty 5 197<br />

password todd2<br />

login<br />

!<br />

end<br />

Router#<br />

To manually encrypt your passwords, use the service passwordencryption<br />

command. Here is an example of how to perform manual password<br />

encryption:<br />

Router#config t<br />

Enter configuration commands, one per line. End with<br />

CNTL/Z.<br />

Router(config)#service password-encryption<br />

Router(config)#enable password todd<br />

Router(config)#line vty 0 197<br />

Router(config-line)#login<br />

Router(config-line)#password todd2<br />

Router(config-line)#line con 0<br />

Router(config-line)#login<br />

Router(config-line)#password todd1<br />

Router(config-line)#line aux 0<br />

Router(config-line)#login<br />

Router(config-line)#password todd<br />

Router(config-line)#exit<br />

Router(config)#no service password-encryption<br />

Router(config)#^Z

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!