General suggestion : (Please refer to the appropriate AOS CLI Reference Guide for exact syntax)
It sounds like we're interested in identifying the ingress 'port' of the SRC_MAC ?
On the controller/MD/BGW:
The datapath has built in firewall traffic thresholds (see "show firewall | inc Rate"), if these are policing, a great indication of potential problems.
show datapath bwm
show datapath debug dma (ideally counts are zero)
show datapath cp-bwm table
If IGMP is enabled on the controller VLAN:
show ip igmp group, then "show ip igmp group maddr x.x.x.x"
(this is the L2 MAC forward table) - should reveal where the SRC_MAC is learned/ingressing.
show datapath bridge
show datapath frame spoofed-macs
If one has an idea of the actual traffic being, or to be sent - packet-capture at the controller is helpful. (see CLI Reference guide 'packet-capture'.
------------------------------
Shawn Adams
------------------------------