C613-50170-01 Rev B
Command Reference for x510 Series
914
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
IP
RIP
SEND
VERSION
ip rip send version
Overview
Use this command in Interface Configuration mode to specify the version of RIP
packets sent on an interface and override the setting of the
command. This mechanism causes RIP version 2 interfaces to send multicast
packets instead of broadcasting packets.
Use the
no
variant of this command to use the setting specified by the
command.
Syntax
ip rip send version {1|2|1 2|2 1}
no ip rip send version
Default
RIP version 2 is enabled by default.
Mode
Interface Configuration for a VLAN interface.
Usage
This command applies to a specific interface and overrides the version specified by
the
command.
RIP can be run in version 1 or version 2 mode. Version 2 has more features than
version 1; in particular RIP version 2 supports authentication and classless routing.
Once the RIP version is set, RIP packets of that version will be received and sent on
all the RIP-enabled interfaces. Selecting version parameters 1 2 or 2 1 sends RIP
version 1 and 2 packets.
Use the
ip rip send version 1-compatible
command in an environment where you
cannot send multicast packets. For example, in environments where multicast is
not enabled and where hosts do not listen to multicast.
Examples
In the following example, the VLAN interface
vlan4
is configured to send both RIP
version 1 and 2 packets.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ip rip send version 1 2
Parameter
Description
1
Specifies the sending of RIP version 1 packets out of an interface.
2
Specifies the sending of RIP version 2 packets out of an interface.
12
Specifies the sending of both RIP version 1 and RIP version 2
packets out of an interface.
21
Specifies the sending of both RIP version 2 and RIP version 1
packets out of an interface.