Command Reference RIP Commands
1.14 ip rip receive version
Use this command to define the version of RIP packets received on an interface. Use the no form of
this command to restore the default setting.
ip rip receive version [ 1 ] [ 2 ]
no ip rip receive version
(Optional) Receives only RIPv1 packets.
(Optional) Receives only RIPv2 packets.
The default behavior depends on the configuration with the version command.
Interface configuration mode
This command overwrites the default configuration of the version command. It affects only RIP
packet receiving through the interface and allows RIPv1 and RIPv2 packets to be received on the
interface at the same time. If the command is configured without parameters, data package receiving
depends on the configuration of the version.
The following example enables receiving both RIPv1 and RIPv2 data packages.
Ruijie (config)#interface fastEthernet 0/1
Ruijie (config-if-FastEthernet 0/1)# ip rip receive version 1 2
Defines the default version of the RIP packets
received/sent on the interface.
Use this command to enable RIP to send a RIP data package on a specified interface. Use the no
form of this command to restore the default setting.