GVRP Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 23-17
gvrp static-vlan restrict
Restricts a port from becoming a member of a statically created VLAN or a range of VLANs.
gvrp static-vlan restrict {linkagg agg_num | port slot/port} vlan-list
no gvrp static-vlan restrict {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, ports are assigned to the static VLAN based on GVRP PDU processing.
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to set the specified port and VLAN to the default value.
• GVRP should be enabled on the port before restricting static VLAN registrations on that port.
• This command does not apply to dynamic VLANs.
• To use the agg_num parameter, the link aggregate group should be created and enabled.
Examples
-> gvrp static-vlan restrict port 3/2 5
-> no gvrp static-vlan restrict port 3/2 5
-> gvrp static-vlan restrict port 3/2 6-9
-> no gvrp static-vlan restrict port 3/2 6-9
-> gvrp static-vlan restrict linkagg 3 4-5
-> no gvrp static-vlan aggregate linkagg 3 4-5
Release History
Release 6.6.1; command was introduced.