cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
48958
Views
8
Helpful
3
Replies

how to convert MAC address to ip address

yoong9898
Level 1
Level 1

for example: how to convert ip address 192.0.2.24 to mac address?

1 Accepted Solution

Accepted Solutions

Hi,

The only way to find that out is to inspect the ARP tables after generating some traffic (e.g. a ping) to that address.

If you ping it from a router, enter the 'show arp' command to see what it's MAC is. If you ping it from a Windows PC, you can use 'arp -a' from the command line to see the mapping.

Regards,

Paresh

View solution in original post

3 Replies 3

pkhatri
Level 11
Level 11

Hi,

There is no formula to do so since the two address types are independent. IP nodes use the Address Resolution Protocol (ARP) to determine the MAC address associated with an IP address.

Pls do remember to rate posts.

Paresh

for example to find a destination MAC address of a frame containing IP packet with a destination address of 192.0.2.24 in a vlan situation?

so how to find it?

Hi,

The only way to find that out is to inspect the ARP tables after generating some traffic (e.g. a ping) to that address.

If you ping it from a router, enter the 'show arp' command to see what it's MAC is. If you ping it from a Windows PC, you can use 'arp -a' from the command line to see the mapping.

Regards,

Paresh

Review Cisco Networking for a $25 gift card