beautypg.com

Removing mac addresses – Allied Telesis AT-8100 Series User Manual

Page 995

background image

AT-8100 Switch Command Line User’s Guide

995

Removing MAC Addresses

To remove MAC addresses from egress ports in a MAC address-based
VLAN, use the NO VLAN MACADDRESS command in the Port Interface
mode. This example of the command removes the MAC address
11:8A:92:CE:76:28 from ports 6 to 8, in a VLAN that has the VID 23:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.6-port1.0.8
awplus(config-if)# no vlan 23 macaddress 11:8a:92:ce:76:28

Before MAC addresses can be completely removed from this type of
VLAN, you must first remove them from their egress ports, as illustrated in
the previous example. Afterwards, you can again use the NO VLAN
MACADDRESS command, but in the Global Configuration mode, and
delete them from the VLANs. This example completely removes the same
MAC address from the same VLAN as in the previous example:

awplus> enable
awplus# configure terminal
awplus(config)# no vlan 23 macaddress 11:8a:92:ce:76:28