IPv4 / MAC lookup
The documented 1.0.2 release supports endpoint lookup by IPv4 or MAC.
NetBox Endpoint Locator links NetBox with LibreNMS to locate endpoints by IP / MAC / VLAN / port evidence, reducing manual table lookup across systems.
Endpoint access locations often require manual correlation across NetBox, LibreNMS, ARP, MAC tables, and interface data.
The documented 1.0.2 release supports endpoint lookup by IPv4 or MAC.
LibreNMS evidence covers IP, MAC, VLAN, port, and device data while filtering aggregation, routed, and trunk-like ports.
LibreNMS device and interface evidence is mapped back to NetBox device records to reduce manual cross-system lookup.
Candidate ports exclude aggregation, routed, and trunk-like interfaces so likely endpoint access ports remain.
git clone https://github.com/Jaycelu/netbox_-endpoint_locator.git
cd netbox_-endpoint_locatorpip install -e .PLUGINS = ["netbox_endpoint_locator"]
PLUGINS_CONFIG = {
"netbox_endpoint_locator": {
"librenms_url": "http://127.0.0.1:8000",
"librenms_token": "YOUR_TOKEN"
}
}sudo systemctl restart netbox netbox-rqPublished:2026-03-23
Content updated:2026-07-14
The current plugin supports IPv4 and MAC address lookups.
LibreNMS supplies dynamic IP, MAC, VLAN, and port evidence while NetBox provides normalized device inventory and links.
No. It reads LibreNMS and NetBox data for location and does not push configuration changes.
