INS_CWGE10FX2TX8MSPOE 02/19/21 PAGE 76
INSTALLATION AND OPERATION MANUAL
CWGE10FX2TX8MSPOE
TECH SUPPORT: 1.888.678.9427
MAC-based VLAN
The MAC base VLAN allows users to create VLAN with MAC address. The MAC address can be
the leading three or more bytes of the MAC address.
For example, 00:0b:04 or 00:03:04:05 or 00:01:02:03:04:05.
When the Switch receives packets, it will compare MAC-based VLAN configures. If the SA is
matched the MAC-based VLAN configures, the Switch replace the VLAN with user configured and
them forward them.
Example:
Configurations: 00:0B:04, VLAN=23, Priority=2.
The packets with SA=00:0B:04:xx:xx:xx will be forwarded to VLAN 22 member ports.
Note: The 802.1Q port base VLAN should be created first.
CLI Configuration
Node
Command
Description
enable
show mac-vlan
This command displays the all of the mac-vlan
configurations.
configure
mac-vlan STRINGS vlan <1-4094>
priority <0-7>
This command creates a mac-vlan entry with the
leading three or more bytes of mac address and the
VLAN and the priority.
configure
no mac-vlan entry STRINGS
This command deletes a mac-vlan entry.
configure
no mac-vlan all
This command deletes all of the mac-vlan entries.
Where the STRINGS is the leading three bytes or more bytes of the mac address.
For example:
00:0B:04
00:0B:04:11
00:0B:04:11:22
00:0B:04:11:22:33
Example:
CWGE10FX2TX8MSPOE(config)#vlan 22
CWGE10FX2TX8MSPOE(config-vlan)#fixed 1-4
CWGE10FX2TX8MSPOE(config-vlan)#exit
CWGE10FX2TX8MSPOE(config)#mac-vlan 00:0B:04:11:22 vlan 22 priority 1