Description

Need to clear a mac address from the mac table.

Symptoms

A customer wants to clear a specific mac address from the mac table.


user@switch> show ethernet-switching table | match xx:xx:xx:xx:xx:aa
<vlan name> xx:xx:xx:xx:xx:aa D - ge-0/0/x.0 0 0


Solution

The command is

clear ethernet-switching table xx:xx:xx:xx:xx:aa


Modification History

2026-03-02 : Article Created