C613-50631-01 Rev A Command Reference for IE340 Series 842
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
GVRP COMMANDS
GVRP
(INTERFACE)
gvrp (interface)
Overview Use this command to enable GVRP for switchport interfaces.
Use the no variant of this command to disable GVRP for switchport interfaces.
Syntax
gvrp
no gvrp
Mode Interface Configuration (for switchport interfaces).
Default Disabled by default.
Usage notes Use this command to enable GVRP on switchport interfaces. Note this command
does not enable GVRP for the switch. To enable GVRP on switchports use this
command in Interface Configuration mode. You must issue a gvrp enable (global)
command before issuing a gvrp (interface) command.
You must enable GVRP on both ends of a link for GVRP to propagate VLANs
between links.
NOTE: MSTP is not supported by the current AlliedWare Plus GVRP implementation.
GVRP and MSTP are mutually exclusive. STP and RSTP are supported by GVRP.
Private VLAN trunk ports are not supported by the current AlliedWare Plus GVRP
implementation. GVRP and private VLAN trunk ports are mutually exclusive.
Examples To enable GVRP on interfaces port1.0.1-port1.0.2, enter the commands:
awplus# configure terminal
awplus(config)# gvrp enable
awplus(config)# interface port1.0.1-port1.0.2
awplus(config-if)# gvrp
To disable GVRP on interfaces port1.0.1-port1.0.2, enter the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1-port1.0.2
awplus(config-if)# no gvrp
Validation
Commands
show gvrp configuration
Related
commands
gvrp dynamic-vlan-creation
gvrp enable (global)