In a VSS setup, how can i see if the switch if forwarding across the VSL link for some mac address ?
Example: suppose you have a MEC portchannel 30 with vlan 300 and on this vlan is mac address aaaa.aaaa.aaaa
when you do: show mac-address-table address aaaa.aaaa.aaaa, you will get something like:
Switch1: MAC aaaa.aaaa.aaaa
(*) Active, Vlan 300
Switch2: MAC aaaa.aaaa.aaaa
(*) Active, Vlan 300
However, i don't see on which interface the switch is forwarding.
On Switch1, when i disconnect the link in Po30, the "sh mac-address-table" looks still the same:
Switch1: MAC aaaa.aaaa.aaaa
(*) Active, Vlan 300
Switch2: MAC aaaa.aaaa.aaaa
(*) Active, Vlan 300
However, the switch is now forwarding the packets across the VSL. How can i see this ?