Command Guide of WGSW-28040
132
no gvrp
Default:
no gvrp
Mode:
Interface Configuration
Usage Guide:
‘no gvrp’ will remove dynamic port from vlan
‘gvrp’ must work at port mode is trunk.
The configure can use show gvrp configuration.
Example:
The following example specifies that set port gvrp test.
The port gvrp enable must set port mode is trunk firstly.
Switch(config)#
interface gi1
Switch(config-if)#
switchport mode trunk
Switch(config)#
gvrp
Switch#
show gvrp configuration interfaces gi1
Port | GVRP-Status | Registration | Dynamic VLAN Creation
--------+---------------+---------------+----------------------
gi1 Enabled Normal Disabled
4.9.3 gvrp port registration mode
Command:
gvrp registration-mode (normal | fixed | forbidden)
show gvrp configuration
Parameter:
(normal | fixed |
forbidden)
normal: register dynamic vlan, and transmit all vlan attribute.
fixed: do not register dynamic vlan, and only transmit static vlan attribute.
forbidden: do not register dynamic vlan, and only transmit default vlan attribute.
Mode: