ip rip send version
26-8 IPv4 Basic Routing Protocol Configuration
Mode
Interface configuration: C3(su)->router(Config-if(Vlan 1))#
Example
This example shows how to enable RIP on the VLAN 1 interface:
C3(su)->router(Config)#interface vlan 1
C3(su)->router(Config-if(Vlan 1))#ip rip enable
ip rip send version
Use this command to set the RIP version for RIP update packets transmitted out an interface. The
no version of this command sets the version of the RIP update packets to RIPv1.
Syntax
ip rip send version {1 | 2 | r1compatible}
no ip rip send version
Parameters
Defaults
None.
Mode
Interface configuration: C3(su)->router(Config-if(Vlan 1))#
Example
This example shows how to set the RIP send version to 2 for packets transmitted on the VLAN 1
interface:
C3(su)->router(Config)#interface vlan 1
C3(su)->router(Config-if(Vlan 1))#ip rip send version 2
ip rip receive version
Use this command to set the RIP version(s) for RIP update packets accepted on an interface. The
no version of this command sets the acceptable receive version of the RIP update packets to RIPv1.
Syntax
ip rip receive version {1 | 2 | 1 2 | none}
no ip rip receive version
1 Specifies RIP version 1. This is the default setting.
2 Specifies RIP version 2.
r1compatible Specifies that packets be sent as version 2 packets, but transmits these as
broadcast packets rather than multicast packets so that systems which only
understand RIP version 1 can receive them.