-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine redundant connections #122
Comments
What you are talking about sounds like logical connections which has been implemented in the meantime. Is it enough for you to hide the cables and display the logical connections instead? Another approach would be to check in the loop if a cable has been connected already and deny to connect another cable. That would result in a connection with just one representative real cable. This also means that you might double click the one and only cable in order open the cable details, but you would never be able to double click a cable that has been denied to be displayed. This might lead to confusion about the logic itself. I would not recommend to include all bundled connections in the tooltip, because that might let the tooltip explode (e.g. if there's 50 connections). |
With a port channel (LAG), you still get multiple "logical connections" in Netbox between the physical interfaces. I previously raised a Netbox feature request where a LAG could have a logical neighbor relationship with a remote LAG, but this was closed: netbox-community/netbox#9401 |
A workaround could be #436. If we make smooth type and length an individual setting, you could set it in a way that no dynamic placing of cables is done. You would still have many cables but they look like just one. |
The nature of my concern is primarily a visual one, so that might work, indeed. Though I don't fully understand all the options available. It seems like I suspect it would not let me see which cables are included, however. The current approach of needing to hover over a bunch of cables is very impractical, regardless. |
…sics (#488) * allow disabling smooth cables and render them as straight lines instead * rename 'disable_smooth_cables' to 'straight_cables' * missed one in renaming * fix inverted logic * add GET param and option to DeviceFilterForm * fix syntax error * rename var * add missing query field * netbox v4 support --------- Co-authored-by: Daniel Bremer <[email protected]> Co-authored-by: mvanhaverbeke <[email protected]>
We have a lot of port channels going on, cluttering the topology. Would be great if there was an option to combine them visually into a single connection. It could be distinguished somehow from regular connections, and include all bundled connection in the tooltip.
The text was updated successfully, but these errors were encountered: