Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
99
Step 6
show mac-vlan
Displays the configured MAC based
VLANs.
Step 7
write startup-config
Optional step – saves this VLAN
configuration to be part of startup
configuration.
User has to create the VLANs using the “vlan ..” command prior to configuring MAC address
VLAN mapping.
The ports required to support MAC VLAN have to be configured as untagged ports in the
hybrid mode to those VLANs.
Follow the steps below to remove MAC based VLANs.
Step Command
Description
Step 1
configure terminal
Enters the configuration mode
Step 2
no mac-vlan
<ucast_mac>
Removes MAC VLAN mapping entry.
ucast_mac
– Unicast MAC address for
which MAC VLAN mapping is to be
removed.
Step 3
show mac-vlan
Displays the configured MAC based
VLANs.
Step 4
write startup-config
Optional step – saves this VLAN
configuration to be part of startup
configuration.
The examples below show various ways to configure MAC based VLANs.
Create a VLAN 10 and configure MAC address 00:30:40:10:10:10 to VLAN 10 for the ports fx 0/1 to 10
SMIS# configure terminal
SMIS(config)# vlan 10
SMIS(config-vlan)# ports fx 0/1-10 untagged
SMIS(config-vlan)# exit
SMIS(config)# mac-vlan 00:30:40:10:10:10 vlan 10
Remove MAC VLAN for MAC address 00:30:40:20:20:20.
SMIS# configure terminal
SMIS(config)# no mac-vlan 00:30:40:20:20:20