1320 ExtremeWare Software 7.3.0 Command Reference Guide
IGP Commands
configure rip rxmode
configure rip rxmode [none | v1only | v2only | any] {vlan [<vlan name> |
all]}
Description
Changes the RIP receive mode for one or more VLANs.
Syntax Description
Default
Any.
Usage Guidelines
If no VLAN is specified, the setting is applied to all VLANs.
Example
The following command configures the receive mode for the VLAN finance to accept only RIP version 1
format packets:
configure rip rxmode v1only finance
History
This command was available in ExtremeWare 2.0.
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.