netbox-topology-views
netbox-topology-views copied to clipboard
Add support for provider networks
NetBox version
v3.7.1
Topology Views version
v3.9.0
Feature type
New functionality
Proposed functionality
Netbox implemented provider networks a while back. With them you can connect multiple circuits to a "backend network" for example MPLS. Currently, only physical circuit terminations are supported.
Use case
It would be useful to have a this possibility to quickly display which sites are connected to a single provider network. In our company we are using a MPLS service from our ISP and nearly every site is connected. Currently I'm using a workaround by creating a dummy device and connecting the terminations to a interface.
External dependencies
No response
I also stumbled upon this issue today. I've made a dirty adjustment to the codebase to implement this minimally (without coordinate saving etc.), but I will format my code and will make a pull request with all the required migrations by Saturday.
It appears some of the code is already there just waiting to be used.
Hi @alryaz ,
Do you know when you will be able to open the PR?
I fully understand that this is just as much a part of the topology as power feeds and circuits. This said, I personally don't like all of these features at all. We are actually only operating in a device context. All the types mentioned are not devices which leads to workarounds and workarounds for workarounds.
@alryaz I'd be happy to assign you to this FR. But to be honest, it's not worth anything to have half of an implementation. This would only lead to more bug reports that forces us to implement the rest of the needed code.
I guess the ask is to do the same as what Ntmap implements https://github.com/den-it/ntmap