C613-50631-01 Rev A Command Reference for IE340 Series 1045
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RIP COMMANDS
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 version (RIP)
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 version (RIP)
command.
Syntax
ip rip send version {1|2|1 2|2 1}
no ip rip send version
Default Version 2
Mode Interface Configuration for a VLAN interface.
Usage notes This command applies to a specific interface and overrides the version specified by
the version (RIP) 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 To set the interface vlan2 to send both RIP version 1 and 2 packets, use the
commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ip rip send version 1 2
Related
commands
ip rip send version 1-compatible
version (RIP)
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.
1 2 Specifies the sending of both RIP version 1 and RIP version 2
packets out of an interface.
2 1 Specifies the sending of both RIP version 2 and RIP version 1
packets out of an interface.