1 00:24:52.331: RIP: Update sent via Serial0/0
1 00:24:53.599: RIP: received v2 update from 192.168.3.1 on Serial0/1
1 00:24:53.603: RIP: Update contains 7 routes
R1#sh ip route rip
1.0.0.0/24 is subnetted, 4 subnets
R 1.0.1.0 [120/1] via 192.168.2.2, 00:00:41, Serial0/1
R 1.0.0.0 [120/1] via 192.168.2.2, 00:00:42, Serial0/1
R 1.0.3.0 [120/1] via 192.168.2.2, 00:00:42, Serial0/1
R 1.0.2.0 [120/1] via 192.168.2.2, 00:00:42, Serial0/1
3.0.0.0/24 is subnetted, 2 subnets
R 3.0.1.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
R 3.0.0.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
10.0.0.0/24 is subnetted, 1 subnets
R 10.0.0.0 [120/1] via 192.168.2.2, 00:00:42, Serial0/1
R 192.168.0.0/24 [120/1] via 192.168.2.2, 00:00:42, Serial0/1
R 192.168.3.0/24 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
30.0.0.0/24 is subnetted, 1 subnets
R 30.0.0.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
After Invalid Timer expires the routes receive from faulty routers will upon possibly down status.
Below status is when router R2 stop sending its update to R1
R1#sh ip route rip
1.0.0.0/24 is subnetted, 4 subnets
R 1.0.1.0/24 is possibly down,
routing via 192.168.2.2, Serial0/1
R 1.0.0.0/24 is possibly down,
routing via 192.168.2.2, Serial0/1
R 1.0.3.0/24 is possibly down,
routing via 192.168.2.2, Serial0/1
R 1.0.2.0/24 is possibly down,
routing via 192.168.2.2, Serial0/1
3.0.0.0/24 is subnetted, 2 subnets
R 3.0.1.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
R 3.0.0.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
10.0.0.0/24 is subnetted, 1 subnets
R 10.0.0.0/24 is possibly down,
routing via 192.168.2.2, Serial0/1
R 192.168.0.0/24 is possibly down, routing via 192.168.2.2, Serial0/1
R 192.168.3.0/24 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
30.0.0.0/24 is subnetted, 1 subnets
R 30.0.0.0 [120/1] via 192.168.1.1, 00:00:19, Serial0/0
Rip Commands
·Show ip routes
·Show ip route rip to see rip route only
·Clear ip route * to clear routing table entries and then new table will be formed with new updates
·Debug ip rip events
The Technical Zone Page 73