Router Configuration PDF
Router Configuration PDF
Router Configuration PDF
Router Configuration
Assign VTY Password (Virtual Teletype - command line interface for Telnet session)
o Global Config Mode
o R1(config)# line vty 0 4
o R1(config-line)# password cisco
o R1(config-line)# login
o R1(config-line)# exit
o R1(config)#
Assign Banner
o Global Config Mode
o R1(config)# banner MOTD #No Entry!#
Display Configuration
o Show startup-config
o Show ip int
Static Routing Configuration (Router 2)
o Global Config Mode
o R2(config)# ip route 192.168.0.0 255.255.255.0 192.168.1.0
| the other network | via |
o R2(config)# ip route 192.168.0.0 255.255.255.0 s0/0/0 exit interface R1
o R2(config)# ip route 192.168.1.0 255.255.255.0 s0/0/0 exit interface to R1
o R1(config)# ip route 192.168.2.0 255.255.255.0 s0/0/0 exit interface to R2