cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
364
Views
0
Helpful
1
Replies

VSS: how to troubleshoot path forwarding ?

gnijs
Level 4
Level 4

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 ?

1 Reply 1

didyap
Level 6
Level 6

You can use the command

show mac-address-table {address mac-addr} [all | {interface interface/switch-num//slot/port} | {switch num [module num]} | {vlan vlan-id}]

interface displays Optional) Displays information about a specific interface type; possible valid values are gigabitethernet and tengigabitethernet.

show mac-address-table vlan vlan-id [all | {switch num [module num]}

all displays every instance of the specified MAC address in the forwarding table.