Chapter 50
| IP Routing Commands
Routing Information Protocol (RIP)
ā 996 ā
ip rip receive version This command specifies a RIP version to receive on an interface. Use the no form to
restore the default value.
Syntax
ip rip receive version {1 | 2}
no ip rip receive version
1 - Accepts only RIPv1 packets.
2 - Accepts only RIPv2 packets.
Default Setting
RIPv1 and RIPv2 packets
Command Mode
Interface Configuration (VLAN)
Command Usage
ā Use this command to override the global setting specified by the RIP version
command.
ā You can specify the receive version based on these options:
ā
Use version 1 or version 2 if all routers in the local network are based on
RIPv1 or RIPv2, respectively.
ā
Use the default of version 1 or 2 if some routers in the local network are
using RIPv2, but there are still some older routers using RIPv1.
Example
This example sets the interface version for VLAN 1 to receive RIPv1 packets.
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#
Related Commands
version (993)
ip rip receive-packet This command configures the interface to receive RIP packets. Use the no form to
disable this feature.
Syntax
[no] ip rip receive-packet
Default Setting
Enabled