0% found this document useful (0 votes)
61 views

Lab 4 - RIP Routing

This document provides steps to configure and verify a three router network using RIP routing in Cisco Packet Tracer. It first describes RIP routing and establishes an IP addressing table. It then details steps to configure IP addresses on PCs and routers, assign RIP routes to each router, and verify connectivity by pinging devices. Key steps include configuring IP addresses on all devices according to the provided table, assigning the "network" command on each router to establish RIP routing, and using ping commands to test connections between PCs.

Uploaded by

knon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views

Lab 4 - RIP Routing

This document provides steps to configure and verify a three router network using RIP routing in Cisco Packet Tracer. It first describes RIP routing and establishes an IP addressing table. It then details steps to configure IP addresses on PCs and routers, assign RIP routes to each router, and verify connectivity by pinging devices. Key steps include configuring IP addresses on all devices according to the provided table, assigning the "network" command on each router to establish RIP routing, and using ping commands to test connections between PCs.

Uploaded by

knon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

RIP Routing Configuration Using 3 Routers in Cisco Packet Tracer

Routing Information Protocol (RIP) is an active routing protocol that operates hop
count as a routing metric to find the most suitable route between the source and
the destination network. It is a distance-vector routing protocol that has an AD
value of 120 and works on the Network layer of the OSI model.

Steps to Configure and Verify Three Router Connections in Cisco Packet Tracer using RIP
Routing:

Step 1: First, open the Cisco packet tracer desktop and select the devices
given below:

IP Addressing Table:
 Then, create a network topology as shown below the image.
 Use an Automatic connecting cable to connect the devices with others.
Step 2: Configure the PCs (hosts) with IPv4 address and Subnet Mask according
to the IP addressing table given above.
 To assign an IP address in PC0, click on PC0.
 Then, go to desktop and then IP configuration and there you will IPv4
configuration.
 Fill IPv4 address and subnet mask.

 Assigning an IP address using the ipconfig command, or we can also assign


an IP address with the help of a command.
 Go to the command terminal of the PC.
 Then, type iPConfig <IPv4 address><subnet mask><default gateway>(if
needed)
 Example: iPConfig 192.168.10.2 255.255.255.0 192.168.10.1


Repeat the same procedure with other PCs to configure them thoroughly.
 Step 3: Configure router with IP address and Subnet mask.
 To assign an IP address in router0, click on router0.
 Then, go to config and then Interfaces.
 Make sure to turn on the ports.
 Then, configure the IP address in FastEthernet and serial ports according to
IP addressing Table.
 Fill IPv4 address and subnet mask.
 Repeat the same procedure with other routers to configure them thoroughly.
Step 4: After configuring all of the devices we need to assign the routes to the
routers.
To assign RIP routes to the particular router:
 First, click on router0 then Go to CLI.
 Then type the commands and IP information given below.

 CLI command : network <network id>


RIP Routes for Router0 are given below:
Router(config)#network 192.168.10.0
Router(config)#network 10.0.0.0
RIP Routes for Router1 are given below:
Router(config)#network 192.168.20.0
Router(config)#network 10.0.0.0
Router(config)#network 11.0.0.0

RIP Routes for Router2 are given below:


Router(config)#network 192.168.30.0
Router(config)#network 11.0.0.0

Step 5: Verifying the network by pinging the IP address of any PC.


 We will use the ping command to do so.
 First, click on PC0 then Go to the command prompt.
 Then type ping <IP address of targeted node>.
 As we can see in the below image we are getting replies which means the
connection is working properly.

Example : ping 192.168.20.2


Check experiment with a simulation sending PDU ( a protocol data unit (PDU) is the basic
unit of exchange between entities that communicate using a specified networking protocol)

 from PC0 to PC2 and PC3 to PC5:

You might also like