Configuring RIP v2 and Verifying Routes
Course Objectives
By the end of this course, you will be able to:
Understand Routing Information Protocol version 2 (RIPv2)
Configure RIPv2 on Cisco routers
Verify and troubleshoot RIPv2 routes using commands
Understand auto-summary, subnet masks, and hop count limitations
Section 1: Introduction to RIPv2
1.1 What is RIP?
RIP (Routing Information Protocol) is a distance-vector routing protocol that uses hop count as its metric.
It supports a maximum of 15 hops (16 is considered unreachable).
RIP updates are broadcasted every 30 seconds.
1.2 Differences Between RIPv1 and RIPv2
Routing Type
Distance Vector
Distance Vector
Updates
Broadcasts (255.255.255.255)
Multicast (224.0.0.9)
Subnet Mask
Classful (No CIDR)
Classless (Supports VLSM)
Authentication
No
Yes
Auto-summary
Always enabled
Can be disabled
Section 2: Practical Network Topology
2.1 Network Diagram
For this lab, we will use three routers connected as follows:

R1 (Router 1) is connected to R2 via network 192.168.1.0/24
R2 (Router 2) is connected to R3 via network 192.168.2.0/24
R3 (Router 3) is connected to a LAN 192.168.3.0/24
2.2 IP Addressing Scheme
R1
Fa0/0
192.168.1.1
255.255.255.0
R2
Fa0/0
192.168.1.2
255.255.255.0
R2
Fa1/0
192.168.2.1
255.255.255.0
R3
Fa1/0
192.168.2.2
255.255.255.0
R3
Fa0/0
192.168.3.1
255.255.255.0
Section 3: Configuring RIPv2 Step by Step
3.1 Configuring R1
3.2 Configuring R2
3.3 Configuring R3
3.4 Configuring PC1
Section 4: Verifying RIP Configuration
4.1 Check RIP Routing Table
R1
R2
R3
4.2 Check RIP Neighbors
On any router, run:
It should display RIP version, advertised networks, and neighboring routers.
4.3 Test Connectivity with Ping
If successful, RIP is working correctly.
4.4 Debugging RIP Updates
To monitor RIP updates in real-time, use:
To disable debugging:
Keywords
RIPv2, RIP configuration, Cisco router, routing protocol, distance vector, hop count, subnet mask, auto-summary, network topology, RIP troubleshooting, show ip route, show ip protocols, debug ip rip, routing table, multicast updates, VLSM support, classless routing, RIP authentication, router configuration, Cisco Packet Tracer, سیسکو
Last updated