
Imagine our target IP is 10.43.11.91, we can do the following.
#Cisco mac address mac#
We need to inspect the device and get the MAC address from it.Īfter pinging, you can check the ARP table with show ip arp | include. If it does not ping, there is nothing we can do. Instead, we ensure it is there by pinging it: we wake him up.

If the device was silent, the switch may have removed its MAC address from the ARP table. This is important because the device might have been silent for a while. Now that we are on the correct device, we need to ping our target IP address. If you connect to any other device, it might not have this detail in the ARP table, and you won’t go any further. Furthermore, it is a device in that network you (as a network administrator) have access to.īeing in the same network means being able to see MAC addresses, and knowing MAC addresses allows you to locate the devices. This device is the one all devices in the network sends traffic to when the want to communicate with the outside world. It is mandatory to connect to the default gateway. It is important we get the first step straight, otherwise we won’t go far. Finding a device, the details Connect to the default gateway Otherwise, it might be behind a switch which is not manageable, or on a virtualized host like VMware ESXi.Īnd this is it! Still confused? Don’t worry, we will cover all these steps in detail just below. Use show mac address-table interface and check how many MAC addresses you see.


Use show ip arp | include, where is the IP of your target device.Connect to the device that acts as default router for the target network and ping your target IP.Steps to find a device in a network using the MAC address table and the ARP table.
