ip rip receive version
Use this command to receive specified version of RIP packets on an interface basis using version control, and override the setting of the version command.
Use the no form of this command to use the setting established by the version command.
Command Syntax
ip rip receive version (1|2)
ip rip receive version 1 2
no ip rip receive version
Parameters
1
Specify acceptance of RIP version 1 packets on the interface.
2
Specify acceptance of RIP version 2 packets on the interface.
1 2
Specify acceptance of RIP version 1 and version 2 packets on the interface..
Default
Version 2
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3 and modified in OcNOS version 6.1.0.
Examples
In the following example, interface eth1 in configured to receive both RIP version 1 and 2 packets.
#configure terminal
(config)#interface eth1
(config-if)#ip rip receive version 1 2
Last modified date: 08/28/2023