IP ROUTING COMMANDS

You can specify the receive version based on these options:

-Use “none” if you do not want to add any dynamic entries to the routing table for an interface. (For example, you may only want to allow static routes for a specific interface.)

-Use “1” or “2” if all routers in the local network are based on RIPv1 or RIPv2, respectively.

-Use “1 2” if some routers in the local network are using RIPv2, but there are still some older routers using RIPv1.

Example

This example sets the interface version for VLAN 1 to receive RIPv1 packets.

Console(config)#interface vlan 1

Console(config-if)#ip rip receive version 1

Console(config-if)#

Related Commands

version (4-235)

ip rip send version

Use this command to specify a RIP version to send on an interface. Use the no form to restore the default value.

Syntax

ip rip send version {none 1 2 v2-broadcast}no ip rip send version

none - Does not transmit RIP updates.

1 - Sends only RIPv1 packets.

2 - Sends only RIPv2 packets.

v2-broadcast- Route information is broadcast to other routers with RIPv2.

Command Mode

Interface Configuration (VLAN)

4-237

Page 523
Image 523
SMC Networks SMC6724L3 manual Ip rip send version, Version