91
Default 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). By default, the hexadecimal digits of this argument are all
F
s.
vlan
vlan-id
: Specifies a VLAN ID, ranging from of 1 to 4094.
priority
pri
: Specifies the 802.1p priority value corresponding to the specified MAC address. The
pri
argument ranges from 0 to 7.
all
: Removes all the static MAC address-to-VLAN entries.
Description
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.
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/removes MAC address-to-VLAN entries to/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 with VLAN 100
and 802.1p priority 4.
<Sysname> system-view
[Sysname] mac-vlan mac-address 1211-2222-3333 mask ffff-ff00-0000 vlan 100 priority 4
mtu
Syntax
mtu
size
undo mtu
View
VLAN interface view
Default level
2: System level