C613-50170-01 Rev B
Command Reference for x510 Series
758
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
GVRP C
OMMANDS
GVRP
REGISTRATION
gvrp registration
Overview
Use this command to set GVRP registration to normal, fixed, and forbidden
registration modes.
Use the
no
variant of this command to disable GVRP registration.
Syntax
gvrp registration {normal|fixed|forbidden}
no gvrp registration {normal|fixed|forbidden}
Mode
Interface Configuration
Default
Normal registration is the default.
Usage
Configuring a trunk port in normal registration mode allows dynamic creation of
VLANs. Normal mode is the default mode. Validate using the
Configuring a trunk port in fixed registration mode allows manual creation of
VLANs.
Configuring a trunk port in forbidden registration mode prevents VLAN creation
on the port.
Examples
To configure GVRP registration to
fixed
on
port1.0.1
, enter the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
gvrp registration fixed
To disable GVRP registration on interfaces
port1.0.1
, enter the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
no gvrp registration
Validation
Commands
Parameter
Description
normal
Specify dynamic GVRP registration and deregistration of VLANs.
fixed
Specify fixed GVRP registration and deregistration of VLANs.
forbidden
Specify no GVRP registration of VLANs. VLANs are deregistered.