Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
Port Mobility Commands
page 20-12
OmniSwitch CLI Reference Guide
September 2009
vlan binding mac-port
Defines a binding MAC-port rule for an existing VLAN. This rule restricts VLAN membership to a device 
that matches all criteria of the rule. Device frames received on the specified mobile port must contain a 
source MAC address that matches the MAC address specified in the rule. 
vlan vid binding mac-port mac_address slot/port
vlan vid no binding mac-port mac_address
Syntax Definitions
vid
VLAN ID number (1–4094).
mac_address
Source MAC address (e.g., 00:00:39:59:f1:0c). 
slot/port
The slot number for the module and the physical mobile port number on 
that module (e.g., 3/1 specifies port 1 on slot 3).
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to delete a binding MAC-port rule from the specified VLAN. It is 
only necessary to enter a MAC address to identify which rule to delete; the slot/port is not required.
• If only the frame’s source MAC address matches the MAC address specified in this rule, a binding rule 
violation occurs and the device frame is blocked and its port is not assigned to the VLAN. There is no 
further attempt to compare the frame to other VLAN rules.
• If only the frame’s port matches the port specified in this rule, the frame is allowed but the port is still 
not assigned to the VLAN. The frame is then compared to other VLAN rules for possible matches.
• A binding rule applies to a specific device. Therefore, a separate binding rule is required for each 
device.
• Binding MAC-port rules take precedence over all other rules, except binding MAC-port-protocol and 
binding MAC-IP-port rules. 
• Rules are only assigned to existing VLANs. Use the vlan command to create a new VLAN.
Examples
-> vlan 10 binding mac-port 00:00:39:59:0a:0c 5/1
-> vlan 20 no binding mac-port 00:00:39:4f:f1:22
Release History
Release 6.1; command was introduced.