Change to Exec/Admin Mode Router> enable
Change to Config Mode Router# configure terminal
Set the Hostname Router (config)# hostname R1
Set enable (Admin) Password R1 (config)# enable secret class
(normally not recorded)
Set Daily Banner R1 (config)# banner motd
$ Warning unauthorized access is prohibited $
Turn on Password encryption R1 (config)# service password-encryption
Configure Console Line R1 (config)# line console 0
Set Console Password R1 (config-line)# password cisco
(normally not recorded)
R1 (config-line)# Login
Notices no Commands Conflict R1 (config-line)# logging synchronous
Configure VTY Lines R1 (config-line)# line vty 0 4
Set VTY Password R1 (config-line)# password cisco
(normally not recorded)
R1 (config-line)# Login
Disable DNS Lookup R1 (config)# no ip domain-look
All Cisco Routers and Switches