1-8Examples# Enable GVRP globally. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] gvrpGVRP is enabled globally.# Enable GVRP on Ethernet 1/0/1.[Sysname] interface Ethernet 1/0/1[Sysname-Ethernet1/0/1] gvrpGVRP is enabled on port Ethernet1/0/5.gvrp registrationSyntaxgvrp registration { fixed | forbidden | normal }undo gvrp registrationViewEthernet port viewParametersfixed: Specifies the fixed GVRP registration mode. A port operating in this mode cannot register orderegister VLAN information dynamically. It only propagates static VLAN information. Besides, the portpermits only static VLANs, that is, it propagates only static VLAN information to the other GARPmembers.forbidden: Specifies the forbidden GVRP registration mode. A port operating in this mode cannotregister or deregister VLAN information dynamically. It permits only VLAN 1, that is, it propagates onlythe information about VLAN 1 to the other GARP members.normal: Specifies the normal mode. A port operating in this mode can dynamically register or deregisterVLAN information and can propagate both dynamic and static VLAN information.DescriptionUse the gvrp registration command to configure the GVRP registration mode on a port.Use the undo gvrp registration command to restore the default GVRP registration mode on a port.By default, the GVRP registration mode is normal.Note that these commands only apply to trunk ports.Related commands: display gvrp statisticsExamples# Configure Ethernet1/0/1 to operate in fixed GVRP registration mode. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface Ethernet1/0/1[Sysname-Ethernet1/0/1] gvrp registration fixed