Lab 4-Configuring RIPv1 and V2-Example
Lab 4-Configuring RIPv1 and V2-Example
Lab Objectives
• To configure, troubleshoot and verify RIPv1 and RIPv2
• To compare the features of RIPv1 and RIPv2
The Topology
1 | Page
Commands for Router 1
Router1(config)# router RIP
Router1(config-router)# network 192.168.1.0
Router1(config-router)# network 192.168.2.0
NB: The network statement is the classful network address i.e. the IP address before subnetting. This can be
verified using ‘show ip route’ command. The IP must belong to a network on the router’s directly
connected interface.
2 | Page
[helps to confirm the RIP version and many other RIP
parameters]
Router1(config-router)# version 2
Stop routing updates out the
Router1(config-router)# no auto-summary interface fa0/0
Router1(config-router)# passive-interface fa0/0
Router1(config-router)# network 192.168.2.0
Network on router’s connected
interface… the whole command
Advertises the network allows the interface to exchange
indicated after it to its and receive RIPv2 updates
immediate RIP neighbor
4 | Page