Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
GVRP Commands
OmniSwitch CLI Reference Guide
September 2009
page 22-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/portvlan-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 6400, 6850, 6855, 9000, 9000E
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.2.1; command was introduced.
Release 6.3.1; support for OmniSwitch 9000 was added.