cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
0
Helpful
4
Replies

Remotely finding the ip address of a device

stanly9999
Level 1
Level 1

Hi all,

Can anybody tell me how to remotely locate the ip address of a machine thru layer 2 and layer 3?

Thanks in advance,

Stanly Philip

4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

If you have the MAC Address, from the L3 device type

#show arp | include [mac-address]

If you know to which L2 device the PC is connected on the L2 switch with show mac address-table | include "interface" you can retrive the connected device MAC address (in this case you should know to which port device is connected). And after this you can follow Edison's suggestion: show arp | include "mac address".

bye

FCS

Please rate me if I helped.

Thanks to both of you...but in the same way if we have the ip address of the host and want to know the location of the machine thru layer 2. How is it possible?

Thanks,

Stanly

First you get the mac address from the L3 device by typing

#show arp | include [ip address]

then you go to the L2 device and type

#show mac-address-table | include [mac-address]

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: