How to configure Static Routing with 4 router in Cisco Packet Tracer
Hello guys today we will learn how can we configure static routing in Cisco Packet Tracer .so here i take four router and four PC and connect each-other.so according to condition i have eight (8) network so i just configure static routeing in this .

here we will also provide ip address for pc provide
pc0 = ip address is 5.0.0. default ip 5.0.0.1
pc1=ip address 6.0.0.2 default ip 6.0.0.1
pc2= ip address 7.0.0.2 default ip 7.0.0.1
pc3= ip address 8.0.0.2 default ip 8.0.0.2
Step 1 Here now i am going to router in 0 and provide ip address
Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 8.0.0.1 255.0.0.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/0 Router(config-if)#ip address 3.0.0.2 255.0.0.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/1 Router(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up ip address 4.0.0.1 255.0.0.0 Router(config-if)#no shutdown
Step 1 Here now i am going to router in 1 and provide ip address
Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface Serial0/0/1 Router(config-if)#ip address 1.0.0.1 255.0.0.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down Router(config-if)# Router(config-if)#exit Router(config)#interface Serial0/0/0 Router(config-if)#ip address 4.0.0.2 255.0.0.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down Router(config-if)# Router(config-if)#exit Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 5.0.0.1 255.0.0.0 Router(config-if)#no shutdown
Step 1 Here now i am going to router in 2and provide ip address
Router>enable Router#configure terminal Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 7.0.0.1 255.0.0.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/1 Router(config-if)#ip address 2.0.0.2 255.0.0.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/0 Router(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up ip address 3.0.0.1 255.0.0.0 Router(config-if)#no shutdown
Step 3 Here now i am going to router in 3 and provide ip address
Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 6.0.0.1 255.0.0.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/0 Router(config-if)#ip address 1.0.0.2 255.0.0.0 Router(config-if)#no shutdown Router(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up Router(config-if)#exit Router(config)#interface Serial0/0/1 Router(config-if)#ip address 2.0.0.1 255.0.0.0 Router(config-if)#no shutdown
Step 4 After ip address provide we configure static routing in router 0
Router(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 1.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 6.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 7.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 6.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.1
Routing for Router 1
Router(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 1.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 6.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.2 Router(config)#ip route 7.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 6.0.0.0 255.0.0.0 3.0.0.1 Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.1
Routing for Router 2
Router(config)#ip route 8.0.0.0 255.0.0.0 3.0.0.2 Router(config)#ip route 4.0.0.0 255.0.0.0 3.0.0.2 Router(config)#ip route 5.0.0.0 255.0.0.0 3.0.0.2 Router(config)#ip route 1.0.0.0 255.0.0.0 3.0.0.2 Router(config)#ip route 6.0.0.0 255.0.0.0 2.0.0.1 Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1 Router(config)#ip route 5.0.0.0 255.0.0.0 2.0.0.1
Routing for Router 3
Router(config)#ip route 5.0.0.0 255.0.0.0 1.0.0.1 Router(config)#ip route 4.0.0.0 255.0.0.0 1.0.0.1 Router(config)#ip route 8.0.0.0 255.0.0.0 1.0.0.1 Router(config)#ip route 3.0.0.0 255.0.0.0 1.0.0.1 Router(config)#ip route 7.0.0.0 255.0.0.0 2.0.0.2 Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2 Router(config)#ip route 8.0.0.0 255.0.0.0 2.0.0.2
IF you will have any problem in this routing you can download static routing lab click to this link download ,
thank you
by vishnu sharma
