As wise monks have already stated above:
- arp only works for IP address from your local (segment|subnet|broadcast domain)
- if you try to arp-resolve an IP address from a different subnet, the resulting MAC address will be that of the router interface nearest you.
- MAC addresses are an Ethernet (not PPP) thang
Token-Ring and FDDI devices also have MAC addresses but, IIRC, you get into (big|little)-endian stuff there.
Arcnet and Appletalk used their own funkomatic hardware addressing schemes.
If you are indeed looking for the MAC address of a local-to-your-LAN-segment device, (code) MAC n' IP cheese includes code of OWTDI.
cheers,
Don
bumbling toward Perl Adept
(it's pronounced "why-bick")
Update: I was thinking of IPv4 only.
As lhoward points out, IPv6 is substantially different.
Update 2: Working from riffraff's Re: Re: Re: How can I find a MAC address from aremote IP ? post above, I found that (code) MAC n' IP cheese can work for remote segments just by replacing the "Querying ARP table..." section with
snmpwalk <router_name_or_address> <community_string> IpnetToMediaPhysAddress
Woo-hoo! 8^)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.