Link to home
Start Free TrialLog in
Avatar of gbolly1913
gbolly1913

asked on

How to trace a port on a cisco switch via multiple switches

Hi,

Please am trying to trace a port as shown below

sh arp | i 10.111.10.156
Internet  10.111.10.156           1   0003.e371.e0c1  ARPA   Vlan200

sh mac address-table | i 50c1
  200  0003.e371.e0c1   dynamic  Yes         15   Po42

As you can see, i have the arp/mac  result,

I know if it was another physical interface e.g gi1/0/1.

i can just use sh cdp to that interface.

But i don't know  what  to do with port channel

Thanks for your support.
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gbolly1913
gbolly1913

ASKER

Thanks Don, i think what i was missing may be "show ether summ".

Thanks i will not be able to verify that command until Tuesday.

Can that command be specific to only po42, i.e if i apply
 
show ether summ po42 or show ether summ | i po42.
You could.  But the output is pretty concise.  Even with a bunch of port channels you shouldn't have a problem.
Thanks Don, just simple and straight to the answer.

Very grateful.