Chapter 46: MAC Address-based VLAN Commands
654 Section VII: Virtual LANs
NO VLAN MACADDRESS (Port Interface Mode)
Syntax
no vlan
vid
macaddress|destaddress
mac-address
Parameters
vid Specifies the VID of the VLAN to be modified.
mac-address Specifies the MAC address to be removed from the
VLAN. The MAC address must be entered in this
format:
xx:xx:xx:xx:xx:xx
The MACADDRESS and DESTADDRESS keywords are equivalent.
Mode
Port Interface mode
Description
Use this command to remove MAC addresses from egress ports in MAC
address-based VLANs.
Confirmation Command
“SHOW VLAN MACADDRESS” on page 655
Examples
This example removes the MAC address 00:30:84:32:8A:5D from egress
ports 1 and 4 in a VLAN that has the VID 17:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.1,port1.0.4
awplus(config)# no vlan 17 macaddress 00:30:84:32:8a:5d
This example removes the MAC address 00:30:84:75:11:B2 from the
egress port 11 to 14 in a VLAN with the VID 24:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.11-port1.0.14
awplus(config)# no vlan 24 macaddress 00:30:84:75:11:b2