1833562 Members
3370 Online
110061 Solutions
New Discussion

MAC address translation

 
SOLVED
Go to solution
Jeff Picton
Regular Advisor

MAC address translation

Hi

I am doing a Network Trace and wish to convert a rogue MAC address to an IP address. Can anyone suggest a method ?

Thanks

Jeff
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: MAC address translation

There is no direct way to convert a MAC address to an IP address. The only way to do this is to look at the ARP tables on your router or switch.
Patrick Wallek
Honored Contributor

Re: MAC address translation

I should add that if you have an HP-UX box and the rogue MAC address is on the same subnet you can do an 'arp -a' and see if it is in the HP-UX arp cache. If it's not there, back to the switch / router.
Jeff Picton
Regular Advisor

Re: MAC address translation

Hi

OK thanks that gives me the answer