IEEE OUI regauth (search ?) site
They’ve made some changes recently - I had a perl script that would do the lookup and scrape live - it was great. It broke a week or so ago. This seems to be the page to search for OUI: https://regauth.standards.ieee.org/standards-ra-web/pub/view.html <https://regauth.standards.ieee.org/standards-ra-web/pub/view.html> I’ve tried 4 Browsers across 2 OS’s - and that page pops up a “Loading” sub window - flashes and reloads (loop). Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site). Thanks in advance. -- Brandon Applegate - CCIE 10273 PGP Key fingerprint: 830B 4802 1DD4 F4F9 63FE B966 C0A7 189E 9EC0 3A74 "SH1-0151. This is the serial number, of our orbital gun."
Brandon Applegate <brandon@burn.net> writes: Hi,
Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site).
https://www.wireshark.org/tools/oui-lookup.html ? Jens -- ---------------------------------------------------------------------------- | Foelderichstr. 40 | 13595 Berlin, Germany | +49-151-18721264 | | http://blog.quux.de | jabber: jenslink@quux.de | --------------- | ----------------------------------------------------------------------------
On Wed, Dec 9, 2015 at 6:32 AM, Brandon Applegate <brandon@burn.net> wrote:
They’ve made some changes recently - I had a perl script that would do the lookup and scrape live - it was great. It broke a week or so ago.
This seems to be the page to search for OUI:
https://regauth.standards.ieee.org/standards-ra-web/pub/view.html < https://regauth.standards.ieee.org/standards-ra-web/pub/view.html>
I’ve tried 4 Browsers across 2 OS’s - and that page pops up a “Loading” sub window - flashes and reloads (loop).
Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site).
Thanks in advance.
I know that you've asked about using it live, but IMO, you should reconsider. Given the latency between the creation of a new OUI and it showing up in a given environment, live scraping is significant overkill. Platforms like Forescout pull it about once a quarter, IIRC. Pulling the text file is also probably significantly more reliable than any given web interface, as you've already discovered. And if you cache the whole text file locally, there's no way that anyone external to your organization -- even IEEE -- can tell which OUIs you are looking up. Royce
What's even better is that if you can get the feedback button on the lower right to do anything, this is the response: HTTP ERROR 404 Problem accessing /standards-ra-web/pub/%5Bappln.feedback.link%5D. Reason: Not Found On 12/9/2015 10:32 AM, Brandon Applegate wrote:
They’ve made some changes recently - I had a perl script that would do the lookup and scrape live - it was great. It broke a week or so ago.
This seems to be the page to search for OUI:
https://regauth.standards.ieee.org/standards-ra-web/pub/view.html <https://regauth.standards.ieee.org/standards-ra-web/pub/view.html>
I’ve tried 4 Browsers across 2 OS’s - and that page pops up a “Loading” sub window - flashes and reloads (loop).
Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site).
Thanks in advance.
-- Brandon Applegate - CCIE 10273 PGP Key fingerprint: 830B 4802 1DD4 F4F9 63FE B966 C0A7 189E 9EC0 3A74 "SH1-0151. This is the serial number, of our orbital gun."
On 9 Dec 2015, at 16:32, Brandon Applegate wrote:
Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site).
Just hacked my own site for a lot of reasons: https://icmp.info/tools/oui https://icmp.info/tools/oui?ouiinput=00:24:38 curl https://icmp.info/tools/oui/00:24:38 Brocade Communications Systems, Inc. 130 Holger Way San Jose CA 95134 Have fun Jörg
participants (5)
-
Andrew Gallo
-
Brandon Applegate
-
Jens Link
-
Jörg Kost
-
Royce Williams