Allied Telesis AT-S63 User Manual

Page 147

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section I: Basic Operations

147

Description

This command deletes dynamic and static unicast and multicast
addresses from the switch’s MAC address table.

Note

You cannot delete a switch’s MAC address, an STP BPDU MAC
address, or a broadcast address.

Examples

The following command deletes the static MAC address
00:A0:D2:18:1A:11 from the table. The port where the address was
learned or assigned is part of the Default_VLAN, which has a VID of 1:

delete switch fdb macaddress=00A0D2181A11 vlan=1

The following command deletes the MAC address 00:A0:C1:11:22:44 from
the table. The port where the address was learned or assigned is part of
the Sales VLAN:

delete switch fdb macaddress=00a0c1112244 vlan=sales

The following command deletes all dynamic MAC addresses learned on
the ports of the Default_VLAN:

delete switch fdb macaddress=dynamic vlan=default_vlan

The following command deletes all dynamic MAC addresses:

delete switch fdb type=dynamic

The following command deletes all static unicast MAC addresses:

delete switch fdb type=staticunicast

Advertising