cancel
Showing results for 
Search instead for 
Did you mean: 

VSP: delete MAC entry selectively

VSP: delete MAC entry selectively

M_Nees
Contributor III

With VOSS command  “vlan action VLAN-ID flushMacFdb” i can delete ALL mac-addresses of a specific VLAN.

 

How can i delete only one specific mac-address from FDB?


BR

2 REPLIES 2

M_Nees
Contributor III

Thanks!

 

BR,

Matthias

Todd_Hancock
New Contributor III

Hi,
It's not exactly straight-forward, but it can be done.
It has to be deleted from the port it was learned on. Find the correct port -
 sho vlan mac-address-entry mac <mac-address>
If the table entry shows it learned on a single port it is simple -
 clear mac-address-table port <slot/port> address <mac-address>
If the table shows it learned on a MLT/SMLT you have to find the port(s) first -
 sho mlt | include <mlt name>

clear mac-address-table port <slot/port-slot/port> address <mac-address>
If it is a SMLT then you should do the same on the peer node too.

GTM-P2G8KFN