Quick Cisco command help (finding which port a MAC address is on)

Don
Joined
21 Oct 2002
Posts
46,828
Location
Parts Unknown
Hi,

On current switches, we use..


Code:
show swi fdb address=AA:BB:CC:DD:EE:FF


After a quick command to be used on a Cisco switch for hunting down which port a device is on.
 
Can't you just type in show mac address-table to get what you want?

I love playing around with Packet Tracer!
 
Just press ? a lot and you'll pick it up. The syntax is pretty horrific compared to stuff like Junos that doesn't have the same baggage, but at least it's not Nortel or Fortinet.

What switches have you got? 9300s?
 
350 series, needed cheap 28 sfp ports. And quite a few of them, to replace some old kit.

Have been working through built in help to build up a list of common commands for the team.
 
Ah yeah the SMB range don't run IOS so don't just assume the CLI commands you find online are going to work. It's a deliberately similar syntax for obvious reasons but there's enough annoying differences.
 
Back
Top Bottom