Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
Port Mobility Commands
page 20-10
OmniSwitch CLI Reference Guide
September 2009
vlan binding mac-ip-port
Defines a binding MAC-IP-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 also 
contain a source MAC address and source IP address that matches the MAC and IP address specified in 
the rule. 
vlan vid binding mac-ip-port mac_address ip_address slot/port
vlan vid no binding mac-ip-port mac_address
Syntax Definitions
vid
VLAN ID number (1–4094).
mac_address
Source MAC address (e.g., 00:00:39:59:f1:0c). 
ip_address
IP address (e.g., 21.0.0.10, 176.23.100.2)
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-IP-port rule from the specified VLAN. It is 
only necessary to specify a MAC address to identify which rule to delete; the IP address and slot/port 
are 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 source IP 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 traffic from a specific device. Therefore, a separate binding rule is required 
for each device.
• Binding MAC-IP-port rules have the highest precedence of all the rules. 
• Rules are only assigned to existing VLANs. Use the vlan command to create a new VLAN.