System information

BSR 64000 Configuration and Management Guide
9-34
Specifying a RIP Version
By default, the software receives RIPv1 and v2 packets, but sends only RIPv2
packets. You can configure the software to receive and send only RIPv1 packets. You
can also configure the software to receive and send only RIPv2 packets.
1. To configure the software to receive and send only RIPv1 packets or only RIPv2
packets, use the version command in Router RIP Configuration mode, as shown
in the example below:
MOT(config-rip)#version {1 | 2}
where:
1 configures an interface to receive and send only RIPv1 packets.
2 configures an interface to receive and send only RIPv2 packets.
The version command specifies a RIP version used globally by the router. This
controls only the RIP default. You can configure a particular interface to behave
differently.
2. To control the RIP version an interface sends or receives, use the ip rip send
version or ip rip receive version command in Interface Configuration mode. To
configure an interface to receive only RIPv1 packets and/or RIPv2 packets, use
the following ip rip receive version command in Interface Configuration mode:
MOT(config-if)#ip rip receive version {0 | 1 | 2}
where:
0 configures an interface to receive RIPv1 and RIPv2 packets.
1 configures an interface to receive only RIPv1 packets.
2 configures an interface to receive only RIPv2 packets.
3. Use the ip rip send version command in Interface Configuration mode to
configure an interface to send only RIPv1 or RIPv2 packets, as shown below:
MOT(config-if)#ip rip send version {1 | 2 | 0 | 3}
where:
0 configures an interface to send only RIPv1 and RIPv2 packets.
1 configures an interface to send only RIPv1 packets.