Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Router(config)# hostname

Router(config)# line console 0


Router(config-line)# logging synchronous
Router(config)# no logging console
Router(config)# enable password cisco
Router(config)# enable secret cisco //MD5 encryption.

Router(config)# line console 0


Router(config-line)# password letmein

Router(config)# line vty 0 4


Router(config-line)# password telnet-pass

Router(config)# line aux 0


Router(config-line)# password cisco

Router(config)# banner motd “This is banner motd“


Router(config)# banner login “This is banner login “

Router# copy running-config startup-config


Destination filename [startup-config]?

Router# copy running-config startup-config


Destination filename [startup-config]? ENTER
Router# show history
Router# service password-encryption //encrypt password

Router# netstat –r // Display Routing Table Status

You might also like