Specifications
configure rip vlan txmode
ExtremeWare XOS 10.1 Command Reference Guide 533
configure rip vlan txmode
configure rip [vlan <vlan-name> | all] txmode [none | v1only | v1comp |
v2only]
Description
Changes the RIP transmission mode for one or all VLANs.
Syntax Description
Default
N/A.
Usage Guidelines
None.
Example
The following command configures the transmit mode for the VLAN finance to transmit version 2
format packets to the broadcast address:
configure rip finance txmode v1comp
none Specifies to not transmit any packets on this interface.
v1only Specifies to transmit RIP version 1 format packets to the broadcast address.
v1comp Specifies to transmit RIP version 2 format packets to the broadcast address.
v2only Specifies to transmit RIP version 2 format packets to the RIP multicast
address.
vlan-name Specifies to apply settings to a specific VLAN name.
all Specifies all VLANs.