C613-50170-01 Rev B
Command Reference for x510 Series
755
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
GVRP C
OMMANDS
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
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
command before issuing a
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
Related
Commands