Ip rip receive version – LevelOne GTL-2690 User Manual

Page 725

Advertising
background image

IP Routing Commands

42-12

42

This example redistributes static routes and sets the metric for all of these routes to
a value of 3.

Related Commands

default-metric (42-7)

ip rip receive version

This command specifies a RIP version to receive on an interface. Use the no form to
restore the default value.

Syntax

ip rip receive version {none | 1 | 2 | 1 2}
no ip rip receive version

none - Does not accept incoming RIP packets.
1 - Accepts only RIPv1 packets.
2 - Accepts only RIPv2 packets.
1 2 - Accepts RIPv1 or RIPv2 packets

Command Mode

Interface Configuration (VLAN)

Default Setting

1 2 (RIPv1 or RIPv2 packets)

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” 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.

Related Commands

redistribute (42-11)

Console(config-router)#redistribute static metric 3
Console(config-router)#

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

Advertising