Dynamic RIP
Dynamic RIP
ELECTRICAL ENGINEERING
Computer Networking LAB
ELE6464
First Semester 2024/2025
Lab4: Dynamic Routing (RIP)
Topology Diagram:
Addressing Table:
Scenario:
In this lab, we will create a network that is similar to the one shown in the Topology Diagram.
Begin by cabling the network shown. We will then perform the initial router configurations
required for connectivity. Use the IP addresses that are provided in the Addressing Table to
apply an addressing scheme to the network devices.
After completing the basic configuration, test connectivity between the devices on the network.
First test the connections between directly connected devices, and then test connectivity
between devices that are not directly connected.
Task 1: Cabling.
Step 1: Cable a network that is similar to the one in the Topology Diagram.
Step 2: Configure R2 Interfaces (Two serial interfaces and the fast interface).
Step 2: Use the ping command to test connectivity between directly connected
routers.
From the router R2, is it possible to ping R1 at 200.230.30.1? ________
From the router R2, is it possible to ping R3 at 200.230.31.2? ________
Step 3: Use ping to check connectivity between devices that are not directly
connected.
From the host PC3, is it possible to ping the host PC1? ________
From the host PC3, is it possible to ping the host PC2? ________
From the host PC2, is it possible to ping the host PC1? ________
From the router R1, is it possible to ping router R3 at 200.230.31.2? ________
These pings should all fail. Why?
Task 5: Gather Information.
Step 1: Check status of interfaces using the show command.
Are all of the relevant interfaces on each router activated (that is, in the up and
up state)? ________
How many interfaces are activated on R1 and R3? _______
Why are there three activated interfaces on R2?
__________________________________________________________________
Step 2: View the routing table information for all three routers.
R1#________________________________
R2#________________________________
R3#________________________________
What networks are present in the Topology Diagram but not in the routing table
for R1? ________________________________________________________
What networks are present in the Topology Diagram but not in the routing table
for R2? _________________________________________________________
What networks are present in the Topology Diagram but not in the routing table
for R3? _________________________________________________________
R1#
R2#
R3#
Step 2: Use the show ip protocols command to view information about the routing
processes.
R1#
R2#
R3#
Task 8: Test and Verify the Configurations.