56
Examples
# Enable the MAC-based VLAN feature on WLAN-ESS 1.
<Sysname> system-view
[Sysname] interface WLAN-ESS1
[Sysname–WLAN-ESS1] mac-vlan enable
mac-vlan mac-address
Use
mac-vlan mac-address
to associate the specified VLAN and priority value with the specified MAC
addresses.
Use
undo mac-vlan
to remove the association.
Syntax
mac-vlan mac-address
mac-address
[
mask
mac-mask
]
vlan
vlan-id
[
priority
pri
]
undo mac-vlan
{
all
|
mac-address
mac-address
[
mask
mac-mask
] |
vlan
vlan-id
}
Default
The hexadecimal digits of this argument are all
F
s.
Views
System view
Default command level
2: System level
Parameters
mac-address
mac-address
: Specifies a MAC address.
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 the binary bits of which are
1
s) and the low-order part (all the
binary bits of which are
0
s).
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 the 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