Lab Report: 02: Title: Objective

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Lab Report 02

Lab Report: 02
Title: Management of Routing Table and Configure the Dynamic Routing Protocol with RIP.
Objective:
⇰ Maintain routing table
⇰ Configure routers with Routing Information Protocol (RIP).

Tools: CISCO Packet Tracer 6.3.


Simulation:
At first, create a topology as in following figure.

Addressing Table: 1
Device Interface IP Configuration Connected with
PC0 Fa0/0 10.0.0.2/8 R0’s Fa0/0
Router0 (R0) Fa0/0 10.0.0.1/8 PC0’s Fa0/0

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org


Lab Report 02

Router0 (R0) Fa0/1 192.168.1.1/30 R5’s Fa0/1


Router5 (R5) Fa0/1 192.168.1.2/30 R0’s Fa0/1
Router5 (R5) Fa0/0 192.168.1.5/30 R6’s F0/0
Router6 (R6) Fa0/0 192.168.1.6/30 R5’s Fa0/0
Router6 (R6) Fa0/1 20.0.0.1/8 Server0’s Fa0/0
Server0 Fa0/0 20.0.0.2/8 R6’s Fa0/1
Switch0 Fa0/1 10.20.0.0/16 R2’s Fa0/0
Router0 (R0) Serial 0/0/0 (DCE) 192.168.0.1/30 R1’s Se0/0/0
Router1 (R1) Serial 0/0/0 192.168.0.2/30 R0’s Se0/0/0
Router1 (R1) Serial 0/0/1 (DCE) 192.168.0.5/30 R2’s Se0/0/1
Router2 (R2) Serial0/0/1 192.168.0.6/30 R1’s Se0/0/1
Router2 (R2) Serial 0/0/0 (DCE) 192.168.0.9/30 R6’s Se0/0/0
Router6 (R6) Serial 0/0/0 192.168.0.10/30 R2’s Se0/0/0
Router0 (R0) Serial 0/0/1 192.168.2.1/30 R3’s Se0/0/1
Router3 (R3) Serial 0/0/1 (DCE) 192.168.2.2/30 R0’s Se0/0/1
Router3 (R3) Serial 0/0/0 192.168.2.5/30 R4’s Se0/0/0
Router4 (R4) Serial 0/0/0 (DCE) 192.68.2.6/30 R3’s Se0/0/0
Router4 (R4) Serial 0/0/1 192.168.2.9/30 R6’s Se0/0/1
Router6 (R6) Serial0/0/1 (DCE) 192.168.2.10/30 R4’s Se0/0/1

Now for RIP configuration, assign IP addresses to PC, laptop and server by click on their IP
configuration static mode. Then assign IP addresses to the interfaces of routers to go their CLI by
following the topology. (Details of assigning IP is absent in this report. Coz, it’s the part of first
lab report and discuss on there).
And, finally go through the dynamic routing protocol of RIP.

Configure RIP routing protocol:


It requires only two steps to configure. Look that,
⊛ Enable RIP routing protocol from global configuration mode.
⊛ Tell RIP routing protocol which networks are want to advertise.
For these steps following commands are used respectively.

Router(config)# router rip


Router(config-router)# network IP_network_w.x.y.z

Router(config)# router rip: This command tell router to enable the RIP routing protocol.

Router(config-router)# network IP_network_w.x.y.z:


This command allows specifying the networks which are want to advertise. Here w.x.y.z is the 2
network number of the directly connected network.
Now implement this in the drawn topology.

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org


Lab Report 02

RIP configuration:
For RIP, the following code is:

Router0 (R0)

Router1 (R1)

Router2 (R2)

Router3 (R3)

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org


Lab Report 02

Router4 (R4)

Router5 (R5)

Router6 (R6)

Results:
All works is done and my network is ready to take the advantage of OSPF routing. To know
about the routing table of every routers, just use a simple command “show ip route” and observe
the output like that..

Router1 (R1)

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org


Lab Report 02

Router2 (R2)

Router6 (R6)

Now, to verify the setup, use ping command which is used to test the connectivity between two
devices. On the other hand, tracert command is used to know the route which is used to get the
5
destination.

Access the command prompt of PC1 and use ping command to test the connectivity from
Server0. After that use tracert command to print the taken path.

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org


Lab Report 02

We looking at here that four packets are sent and successfully all packets are received.

It’s time for tracert

Comments:
RIP, The Routing Information Protocol is the simplest and very easy to setup and troubleshoot. It
is automatically rerouting the traffic, which is the magic of dynamic routing.

Download Link: The Full configured topology is available in this link-


https://www.dropbox.com/s/c0xe0wy2pbom8gr/practice-RIP%20Configured.pkt?dl=0 6

----- The END -----

Md. Saidur Rahman Kohinoor || mdsaidur.r.kohinoor@ieee.org

You might also like