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.
NetBox Endpoint Locator is a NetBox plugin that correlates LibreNMS IP, MAC, VLAN, and port evidence to locate endpoint access paths directly from the NetBox interface.
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
Manual lookups span NetBox, LibreNMS, and switch CLI. Endpoint Locator correlates evidence in one step and maps it back to NetBox device records.
LibreNMS provides device-level data but does not link results to NetBox inventory. Endpoint Locator maps LibreNMS findings to NetBox device records.
Commercial solutions require separate licensing and deployment. Endpoint Locator is a free open-source NetBox plugin leveraging existing infrastructure.
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.
Yes. The plugin uses LibreNMS API data as its evidence source and does not replace LibreNMS monitoring.
Accuracy depends on the completeness of ARP, FDB, VLAN, and interface data in LibreNMS. The plugin filters aggregation, routed, and trunk-like ports to narrow results.
No complete English guide is published for this product yet.
