GVRP Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 23-13
gvrp restrict-vlan-registration
Restricts GVRP processing from dynamically registering the specified VLAN(s) on the switch.
gvrp restrict-vlan-registration {linkagg agg_num | port slot/port} vlan-list
no gvrp restrict-vlan-registration {linkagg agg_num | port slot/port} vlan-list
Syntax Definitions
agg_num The number corresponding to the aggregate group.
slot/port The slot number for the module and the physical port number on that
module (e.g., 3/1 specifies port 1 on slot 3).
vlan-list The VLAN ID or the VLAN ID range (e.g., 1-10).
Defaults
By default, GVRP dynamic VLAN registration is not restricted.
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to allow registration of dynamic VLAN IDs through GVRP process-
ing.
• GVRP should be enabled on the port before restricting dynamic VLAN registrations on that port.
• This command can be used only if the GVRP registration mode is set to normal.
• If the specified VLAN already exists on the switch, the VLAN is mapped to the receiving port.
• To use the agg_num parameter, the link aggregate group should be created and enabled.
Examples
-> gvrp restrict-vlan-registration port 3/1 5
-> no gvrp restrict-vlan-registration port 3/1 5
-> gvrp restrict-vlan-registration port 3/1 6-10
-> no gvrp restrict-vlan-registration port 3/1 6-10
Release History
Release 6.6.1; command was introduced.