RIP Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1470
configure rip vlan rxmode
configure rip [vlan <vlan-name> | all] rxmode [none | v1only | v2only |
any]
Description
Changes the RIP receive mode for one or all VLANs.
Syntax Description
Default
N/A.
Usage Guidelines
None.
Example
The following command configures the receive mode for the VLAN
finance
to accept only RIP version 1
format packets:
configure rip finance rxmode v1only
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
none
Specifies to drop all received RIP packets.
v1only
Specifies to accept only RIP version 1 format packets.
v2only
Specifies to accept only RIP version 2 format packets.
any
Specifies to accept RIP version 1 and RIP version 2 packets.
vlan-name
Specifies to apply settings to specific VLAN name.
all
Specifies all VLANs.