Ip rip send version – LevelOne GTL-2690 User Manual

Page 726

Advertising
background image

Routing Information Protocol (RIP)

42-13

42

ip rip send version

This command specifies 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)

Default Setting

v2-broadcast (RIPv1 compatible)

Command Usage

• Use this command to override the global setting specified by the RIP

redistribute command.

• You can specify the receive version based on these options:

- Use “none” to passively monitor route information advertised by other

routers attached to the network.

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

respectively.

- Use “v2-broadcast” to propagate route information by broadcasting to other

routers on the network using RIPv2, instead of multicasting as normally
required by RIPv2. (Using this mode allows RIPv1 routers to receive these
protocol messages, but still allows RIPv2 routers to receive the additional
information provided by RIPv2, including subnet mask, next hop and
authentication information.)

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

Related Commands

redistribute (42-11)

Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#

Advertising