R3102-R3103-HP 6600/HSR6600 Routers Layer 2 - LAN Switching Command Reference
112
mask mac-mask: Specifies a mask for the MAC address in the format of H-H-H. The mac-mask argument
is comprised of the high-order part (all binary bits of which are 1s) and the low-order part (all the binary
bits of which are 0s).
vlan vlan-id: Specifies a VLAN ID in the range of 1 to 4094.
priority pri: Specifies the 802.1p priority value corresponding to the specified MAC address. The pri
argument is in the range of 0 to 7.
all: Removes all static MAC address-to-VLAN entries.
Usage guidelines
Two MAC address-to-VLAN entry tables exist in a device. One table contains the MAC address-to-VLAN
entries configured with the mask keyword specified. A MAC address-to-VLAN entry of this type describes
the relationship between a group of MAC addresses and a VLAN, and a priority value. Another table
contains the MAC address-to-VLAN entries configured without the mask keyword specified. A MAC
address-to-VLAN entry of this type describes the relationship between a single MAC address and a
VLAN, and a priority value. The system adds or removes MAC address-to-VLAN entries to or from the two
tables according to the configuration.
Examples
# Associate a single MAC address 0-1-1 with VLAN 100 and 802.1p priority 7.
<Sysname> system-view
[Sysname] mac-vlan mac-address 0-1-1 vlan 100 priority 7
# Associate the MAC addresses with the high-order six hexadecimal digits being 121122 wi t h V L A N 10 0
and 802.1p priority 4.
<Sysname> system-view
[Sysname] mac-vlan mac-address 1211-2222-3333 mask ffff-ff00-0000 vlan 100 priority 4
vlan precedence
Use vlan precedence to set the order of VLAN matching.
Use undo vlan precedence to restore the default.
Syntax
vlan precedence { mac-vlan | ip-subnet-vlan }
undo vlan precedence
Default
VLANs are matched based on single MAC addresses preferentially.
Views
Layer 2 Ethernet port view, port group view
Default command level
2: System level
Parameters
mac-vlan: Matches VLANs based on single MAC addresses preferentially.
ip-subnet-vlan: Matches VLANs based on IP subnets preferentially.










