C613-50170-01 Rev B
Command Reference for x510 Series
915
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
IP
RIP
SEND
VERSION
In the following example, the VLAN interface
vlan4
is configured to send both RIP
version 2 and 1 packets.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ip rip send version 2 1
In the following example, the VLAN interface
vlan4
is configured to send RIP
version 1 packets only.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ip rip send version 1
In the following example, the VLAN interface
vlan4
is configured to send RIP
version 2 packets only.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ip rip send version 2
In the following example, the VLAN interface
vlan3
is configured to use the RIP
version specified by the
awplus#
configure terminal
awplus(config)#
interface vlan3
awplus(config-if)#
no ip rip send version
Related
Commands