How can I identify a device on a Cisco switch that I think may be problematic? Are there any commands or tools that will get me the MAc or Ip of devices on ports?
You will only be able to get the IP address from a layer 3 device.
Get the MAC address as shown and then on a layer three device look at the ARP table and this should give you the IP address related to the MAC address.
If you want to delve even further, then you can open a command prompt and type the following:-
ping -a <IP Address>
and this should bring you back the domain name of the node.
I need to find the device, so I can't get the MAC until then. I thought there may be a way to get the MAC or IP address of devices on a switch's ports. From here I can etermine what it is and locate it.
You might also want to try the cammer perl script. Needs a couple of tweaks to work with newer switches, but works pretty well to map out all end devices on a switch.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.