C613-50631-01 Rev A Command Reference for IE340 Series 845
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
GVRP COMMANDS
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 notes Configuring a trunk port in normal registration mode allows dynamic creation of
VLANs. Normal mode is the default mode. Validate using the show gvrp
configuration command.
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
show gvrp configuration
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.