Recent Posts

Wednesday, 9 August 2017

Static Routing Lab work #3

Static Routing with three routers 

This is a static routing lab in which we will learn how to configure static routing for a network having three routers inside packet tracer.Here in Lab there are four network 1.0.0.0/8, 2.0.0.0/8,3.0.0.0/8 and 4.0.0.0/8 and three routers.






To make PC0 communicate with PC1 we must configure route,because they are in different  network and is connected via routers.
STEP:1- CONFIGURATION ON ROUTER R0:
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 1.0.0.1 255.0.0.0
Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 2.0.0.1 255.0.0.0
Router(config-if)#no shut



Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
Router(config)#ip route 4.0.0.0 255.0.0.0 2.0.0.2

STEP:2- CONFIGURATION ON ROUTER R1:
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 2.0.0.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 3.0.0.1 255.0.0.0
Router(config-if)#no shut



Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 1.0.0.0  255.0.0.0   2.0.0.1
Router(config)#ip route 4.0.0.0  255.0.0.0   3.0.0.2

STEP:3-CONFIGURATION ON ROUTER R2:
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/1
Router(config-if)#ip address 3.0.0.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int fa0/0
Router(config-if)#ip address 4.0.0.1 255.0.0.0
Router(config-if)#no shut


Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route  2.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


STEP:4- TEST PC0 and PC1 COMMUNICATION USING PING COMMAND.

We have to ping to check the communication between both PCs.


This can be our final result after completing our three routers static routing with the help of packet tracer version 7.0 which is given below with are simple and easy to understand for the readers in this blog.



No comments:

Post a Comment

Popular Posts