Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
VLAN Management Commands
page 21-6
OmniSwitch CLI Reference Guide
September 2009
vlan mobile-tag
Enables or disables classification of tagged packets received on mobile ports. If a mobile port receives a 
tagged packet with a VLAN ID that matches the specified VLAN ID, the port and packet are dynamically 
assigned to that VLAN. If vlan mobile-tag is disabled, the packets tagged with a VLAN ID that does not 
match the mobile port’s default VLAN or a rule VLAN that the traffic qualifies for, the packet is dropped.
vlan vid1[-vid2] mobile-tag {enable | disable}
Syntax Definitions
vid1
An existing VLAN ID number (1–4094).
-vid2
The last VLAN ID number in a range of VLANs that you want to 
configure (e.g. 10-12 specifies VLANs 10, 11, and 12).
enable
Enables dynamic assignment of tagged mobile port packets to the speci-
fied VLAN.
disable
Disables dynamic assignment of tagged mobile port packets to the spec-
ified VLAN. 
Defaults
By default, mobile port tagging is disabled when a VLAN is created.
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Note that specifying multiple VLAN ID entries and/or a range of VLAN IDs on the same command 
line is allowed. Use a hyphen to indicate a contiguous range and a space to separate multiple VLAN ID 
entries (e.g., vlan 10-15 500-510 850 mobile-tag enable).
• This command is VLAN based but only applies to tagged packets received on mobile ports.
• Packets received on mobile ports tagged with the VLAN ID are discarded.
Examples
-> vlan 850 mobile-tag enable
-> vlan 720 mobile-tag enable
-> vlan 1020 mobile-tag disable
-> vlan 500 410-420 mobile-tag enable
-> vlan 201-210 301-310 mobile-tag enable
-> vlan 450 550 mobile-tag disable
Release History
Release 6.1; command was introduced.
Release 6.1.2; support added for entering a range and/or multiple entries of VLAN IDs.