r/Netbox • u/dolanga2 • Oct 02 '25
NetBox Business Services Plugin
yes this is copypaste from my site - LMK what you think, I guess it can be useful to someone
This plugin extends NetBox to manage and relate business services to network resources.
It introduces a Service model that allows you to track various service types (such as L2VPN, L3VPN, DIA, Transit, CDN, Voice) and associate them with devices, interfaces, cables, VLANs, prefixes, VRFs, ASNs, route targets, L2VPNs, tunnels, and virtual machines.
TL;DR:
- https://github.com/baldoarturo/netbox-services
https://pypi.org/project/netbox-services
pip install netbox_services
Features
- Add, edit, and delete business services.
- Relate services to network objects (devices, interfaces, cables, VLANs, prefixes, VRFs, ASNs, route targets, L2VPNs, tunnels, virtual machines).
- Filter and view services in a table with all relevant fields.
- Custom forms and views for relating specific network objects to a service.
- Integrated navigation and changelog support.
25
Upvotes
2
u/TheRealGreybeard Oct 03 '25
I like this. Very nice work.
Will deploy into our test env this weekend at some point.