IPv4 / MAC 查询
插件目标环境为 NetBox 4.4.x,Python 版本要求 3.10 及以上。
NetBox Endpoint Locator 主打 NetBox 联动 LibreNMS 的终端定位:通过 IP / MAC / VLAN / 端口证据映射回 NetBox 设备,减少手工查表和跨系统切换。NetBox Endpoint Locator links NetBox with LibreNMS to locate endpoints by IP / MAC / VLAN / port evidence, reducing manual table lookup across systems.
终端接入位置常常需要跨 NetBox、LibreNMS、ARP、MAC 表和接口信息手工关联。
插件目标环境为 NetBox 4.4.x,Python 版本要求 3.10 及以上。
通过 LibreNMS 查询 IP、MAC、VLAN、端口和设备证据,过滤聚合、路由和 trunk 类端口。
当前文档版本为 1.0.2,支持按 IPv4 或 MAC 查询终端接入位置。
NetBox Endpoint Locator 主打 NetBox 联动 LibreNMS 的终端定位:通过 IP / MAC / VLAN / 端口证据映射回 NetBox 设备,减少手工查表和跨系统切换。
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": "https://librenms.example.com",
"librenms_token": "YOUR_TOKEN"
}
}sudo systemctl restart netbox netbox-rq发布日期:2026-03-23
内容更新时间:2026-07-13
当前支持使用 IPv4 或 MAC 地址查询。
LibreNMS 提供动态 IP、MAC、VLAN 与端口证据,NetBox 提供规范化设备资产和可回链对象。
不会。它读取 LibreNMS 和 NetBox 数据用于定位,不执行设备配置变更。
Endpoint access locations often require manual correlation across NetBox, LibreNMS, ARP, MAC tables, and interface data.
The plugin targets NetBox 4.4.x and requires Python 3.10 or later.
LibreNMS evidence covers IP, MAC, VLAN, port, and device data while filtering aggregation, routed, and trunk-like ports.
The documented release is 1.0.2 and 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.
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": "https://librenms.example.com",
"librenms_token": "YOUR_TOKEN"
}
}sudo systemctl restart netbox netbox-rqPublished:2026-03-23
Content updated:2026-07-13
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.
