Basic Static Route Lab Solution

You might also like

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

configure terminal hostname R1 no ip domain-lookup enable secret class no enable password logging synchronous banner motd & ****

r1 router Authorize access only **** & line console 0 password cisco login logging synchronous line vty 0 4 password cisco login logging synchronous interface f0/0 ip add 172.16.3.1 255.255.255.0 no shut interface s0/0 ip add 172.16.2.1 255.255.255.0 no shut clock rate 64000 sh run sh ip interface brief ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure terminal hostname R2 no ip domain-lookup enable secret class no enable password logging synchronous banner motd & **** r2 router Authorize access only **** & line console 0 password cisco login logging synchronous line vty 0 4 password cisco login logging synchronous interface s0/1 ip add 172.16.2.2 255.255.255.0

no shut interface s0/0 ip add 192.168.1.2 255.255.255.0 no shut clock rate 64000 interface f0/0 ip add 172.16.1.1 255.255.255.0 no shut ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure terminal hostname R3 no ip domain-lookup enable secret class no enable password logging synchronous banner motd & **** r3 router Authorize access only **** & line console 0 password cisco login logging synchronous line vty 0 4 password cisco login logging synchronous interface f0/0 ip add 192.168.2.1 255.255.255.0 no shut interface s0/0 ip add 192.168.1.1 255.255.255.0 no shut configure terminal ip route 172.16.1.0 255.255.255.0 192.168.1.2 configure terminal ip route 192.168.2.0 255.255.255.0 192.168.1.2 configure terminal ip route 192.168.2.0 255.255.255.0 s0/0 configure terminal ip route 172.16.2.0 255.255.255.0 s0/0 ip route 172.16.3.0 255.255.255.0 s0/0 ip route 172.16.1.0 255.255.255.0 s0/0 configure terminal ip route 0.0.0.0 0.0.0.0 172.16.2.2

configure terminal ip route 172.16.3.0 255.255.255.0 172.16.2.2 configure terminal interface f0/0 no shut copy running-config startup-config sh ip interface brief ping 172.16.1.1 ping 172.16.1.10 ping 192.168.1.1 ping 192.168.2.1 ping 172.16.3.1 ping 172.16.2.1 ping 172.16.2.2 sh run no ip route ping ipconfig configure terminal line con 0 no exec timeout

You might also like