How to show MAC OUI Lookup Result for DHCP Leasee in Web GUI?

I'm hoping to see a list of LAN clients in web GUI (e.g. LuCI) with their MAC OUI Lookup results for its likely vendor.

Is there an existing way/package/patch to achieve that? It's quite helpful to identify devices with less-human-readable hostname or no hostname.

Thanks!

Make a wish towards luci, currently you can add names for mac addresses using /etc/ethers.

This would be a good start
https://git.openwrt.org/?p=project/ufp.git;a=summary

or this one

2 Likes

Yes, being the same repository, naturally that would also be a good choice.