Lab 5 RIP Configuration
Lab 5 RIP Configuration
Due date: 24th or 25th January 2016 (at your LAB time)
Learning Objective:
1. Configuring a router with RIP routing protocol.
2. Simulating network topology change by disabling an interface
3. Debugging RIP protocol
Prerequisite:
1. Unit07 from Lecture Notes (See Piazza)
Network Diagram
COMP404 Page 1
IP Address Assignment
Also you will use the same IP Address plan that you used for Lab#4. Copy and paste Table#2
from your Lab#4 Answer document here.
R1(config)#router rip
R1(config-router)#version 2
3. Finally, you need to tell RIP process what networks need to be advertised. Once you tell the
RIP process about the networks, it will construct a vector table (as discussed in the class)
and then send the table to all its neighbors.
Now look at the network diagram. You will see that R1 is directly connected to 3 subnets
(Link1, link2 and subnet A). Therefore, we type:
R1(config-router)#network 200.254.9.192
R1(config-router)#network 200.254.9.196
R1(config-router)#network 200.254.9.160
In my subnet plan, link 1 has subnet address 200.254.9.192, link 2 has subnet address
200.254.9.196 and subnet A has subnet address 200.254.9.160
Lab Activity
1. Now enable RIP routing process on each of the remaining routers (R2, R3, …, R6). Be sure
you specify version 2 of the RIP protocol on each router and include network statements
that cover all subnets directly connected to that router.
2. Execute show ip route on each router and paste results here
3. In router R4 routing table, what is the distance metric (hop count) to destination subnet B?
COMP404 Page 2
4. Ping from PC0 to PC1. This should succeed. Paste result here.
Lab activity
1. Execute show ip route on R4 and paste result here. Give a brief comment on the result
(the hop count to subnet B)
2. Ping from PC0 to PC1 and paste result here.
3. Execute show ip rip database on router R4 and paste result here.
Convert the file to PDF (use MS word feature inside save as command) and then upload to
Piazza under Lab#5.
COMP404 Page 3