You can remove all dynamic (learned) MAC address entries from the forwarding table for a bridge group (using the clear bridge command) or for a bridge interface (using the clear bridge interface command). You can also use the clear bridge address command to remove a specific dynamic MAC address entry from the forwarding table for a bridge group.
clear bridge
host1#show bridge westford01 table Bridge: westford01 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- ----- 0090.1a01.0205 forward ATM3/3.1 0 1234.abcd.5678 discard --- ---
host1#clear bridge westford01
host1#show bridge westford01 table Bridge: westford01 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- -----
clear bridge address
host1#show bridge westford01 table Bridge: westford01 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- ----- 0090.1a01.0205 forward ATM3/3.1 0 1234.abcd.5678 discard --- ---
host1#clear bridge westford01 address 1234.abcd.5678
host1#show bridge westford01 table Bridge: westford01 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- ----- 0090.1a01.0205 forward ATM3/3.1 0
clear bridge interface
host1#show bridge westford02 table dynamic Bridge: westford02 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- ----- 0090.1a01.0205 forward ATM3/3.1 0 0090.1a01.0206 forward ATM3/3.2 10 0090.1a01.0207 forward ATM3/3.3 5
host1#clear bridge interface atm 3/3.2
host1#show bridge westford02 table dynamic Bridge: westford02 MAC Address Table Address Action Interface Age -------------- ---------- ------------------- ----- 0090.1a01.0205 forward ATM3/3.1 0 0090.1a01.0207 forward ATM3/3.3 5