Regression #11819
closedMAC address OEM information missing from ARP table
100%
Description
The MAC OEM information usually displayed after MAC addresses is missing from the ARP table display on diag_arp.php. It still is present on the NDP table and DHCP leases.
Looks like the command to load the OEM info was left out when the page was recently converted to a different style.
To me, I have a fix.
Updated by Jim Pingle about 4 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 3af1961155caafb890cfb635d7278e1498ae7423.
Updated by Jim Pingle about 4 years ago
- Subject changed from MAC OEM info missing from ARP table to MAC address OEM information missing from ARP table
Updating subject for release notes.
Updated by Jim Pingle about 4 years ago
- Status changed from Feedback to Closed
Info is present on current snaps
Updated by Jim Pingle about 4 years ago
- Target version changed from 2.6.0 to 2.5.2
Updated by tasty ratz 11 months ago
Jim Pingle wrote:
The MAC OEM information usually displayed after MAC addresses is missing from the ARP table display on diag_arp.php. It still is present on the NDP table and DHCP leases.
Looks like the command to load the OEM info was left out when the page was recently converted to a different style.
To me, I have a fix.
Did this regress again or is this lost with kea?
I do not see any vendor information on the DHCP or ARP table.
Updated by Jim Pingle 11 months ago
tasty ratz wrote in #note-7:
Did this regress again or is this lost with kea?
I do not see any vendor information on the DHCP or ARP table.
No, it did not regress. It is working on all pages with Kea as far as I can see.
Updated by tasty ratz 10 months ago
Jim Pingle wrote in #note-8:
tasty ratz wrote in #note-7:
Did this regress again or is this lost with kea?
I do not see any vendor information on the DHCP or ARP table.No, it did not regress. It is working on all pages with Kea as far as I can see.
I do not see mac vendor vendor lookup information on the arp diagnostics page or the dhcp lease table here on my CE 2.7.2 install.
I see the mac address itself but no vendor information on any of those pages. I tried switching themes and checking different pages unless this is an option I need to enable or customize I am just not seeing it myself.
Updated by Jim Pingle 10 months ago
It functions properly on 2.7.2 as well.
The MAC OEM list is not a part of the base system, it is included in the nmap package. For the OEM info to display, that package must be installed.
Updated by tasty ratz 10 months ago
Jim Pingle wrote in #note-10:
It functions properly on 2.7.2 as well.
The MAC OEM list is not a part of the base system, it is included in the nmap package. For the OEM info to display, that package must be installed.
Thank you. I had no idea that function was part of or included in that package. I've installed it and now see the vendor information I was looking for. Appreciate the insight!