- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 02:01 AM - edited 03-03-2019 04:06 AM
for example: how to convert ip address 192.0.2.24 to mac address?
Solved! Go to Solution.
- Labels:
-
Other Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 04:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 02:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 03:55 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 04:00 AM
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
