4 gvrp – PLANET WGSW-50040 User Manual
Page 121

equipment connected with the switch trunk port sends data packet with a TPID of 0x9100, the port
TPID will be set to 0x9100, this way switch will receive and process data packets normally. This
command and dot1q-tunnel enable are mutually exclusive.
Example:
Set port10 of the switch to trunk port and sends data packet with a TPID of 0x9100.
Switch(config)#interface ethernet 1/10
Switch(Config-If-Ethernet1/10)#switchport mode trunk
Switch(Config-If-Ethernet1/10)#dot1q-tunnel tpid 0x9100
Switch(Config-If-Ethernet1/10)#exit
Switch(config)#
7.1.4 gvrp
Command:
gvrp
no gvrp
Function:
Enable the GVRP function for the switch or the current Trunk port; the “no gvrp” command disables
the GVRP function globally or for the port.
Command mode:
Port Mode and Global Mode.
Default:
GVRP is disabled by default.
Usage Guide:
Port GVRP can only be enabled after global GVRP is enabled. When global GVRP is disabled, the
GVRP configurations in the ports are also disabled. Note: GVRP can only be enabled on Trunk
ports.
Example:
Enable the GVRP function globally and for Trunk port 10.
Switch(config)#gvrp
Switch(config)#interface ethernet 1/10
Switch(Config-If-Ethernet1/10)#gvrp
Switch(config)#exit