Ip rip send version, Ip rip send, Version – LevelOne GTL-2691 User Manual

Page 1470: Rip send version, Ip rip send version (1470)

Advertising
background image

C

HAPTER

49

| IP Routing Commands

Routing Information Protocol (RIP)

– 1470 –

E

XAMPLE

Console(config)#interface vlan 1

Console(config-if)#ip rip receive-packet

Console(config-if)#

R

ELATED

C

OMMANDS

ip rip send-packet (1471)

ip rip send version

This command specifies a RIP version to send on an interface. Use the no

form to restore the default value.

S

YNTAX

ip rip send version {1 | 2 | 1-compatible}
no ip rip send version

1 - Sends only RIPv1 packets.
2 - Sends only RIPv2 packets.
1-compatible - Route information is broadcast to other routers

with RIPv2.

D

EFAULT

S

ETTING

1-compatible (Route information is broadcast to other routers with RIPv2)

C

OMMAND

M

ODE

Interface Configuration (VLAN)

C

OMMAND

U

SAGE

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

version

command.

You can specify the send version based on these options:

Use version 1 or version 2 if all routers in the local network are

based on RIPv1 or RIPv2, respectively.

Use “1-compatible” 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 older RIPv2

routers which only receive RIP broadcast messages to receive all of

the information provided by RIPv2, including subnet mask, next hop

and authentication information.)

E

XAMPLE

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

Console(config)#interface vlan 1

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

Console(config-if)#

Advertising