• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to find physical location of a PC by MAC/IP?

Cooky

Golden Member
We have a couple of Cisco switches on our network.
I did a "show arp" command, hoping to find the port number of a particular MAC address. However, the output isn't very helpful:
c4506#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.16.x.x - 000b.befd.66ff ARPA Vlan1

What can I do to make the switch tell me the exact physical port, rather than "Vlan1"??
 
you need to look at the mac/cam tables to see where the switch learned the mac address.

the command varies..

in CatOS - show cam <mac address>
in IOS - sh mac-address-table <mac address> or just use show mac? to see find the command syntax.

that will give you the port. then you can see if that port is another switch or a host.

 
Back
Top