Command Reference RIP Commands
command works only on interfaces configured with this command.
This command is only valid upon sending the RIPv2 packets on the interface and it is used to control
sending the supernet route.
The following example disables sending RIP supernet routes on the fastEthernet 0/1 interface.
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if-FastEthernet 0/1)# no ip rip send supernet-routes
Enables or disables sending the RIP package
on the interface.
Use this command to define the version of the RIP packets sent on the interface. Use the no form of
this command to restore the default setting.
ip rip send version [ 1 ] [ 2 ]
(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 sending through the interface and allows RIPv1 and RIPv2 packages sent on the interface at
the same time. If the command is configured without parameters, package receiving depends on the
configuration of the version.
The following example enables sending both RIPv1 and RIPv2 packages on the fastEthernet 0/1
interface.
Ruijie (config)# interface fastEthernet 0/1
Ruijie (config-if-FastEthernet 0/1)# ip rip send version 1 2