-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Global Topology Maps Connections types #1177
Comments
I want to avoid getting too carried away with the topology maps, at least until we have a more robust manner of rendering them.
We can render planned connections as dashed/dotted lines.
Each member in a LAG is rendered separately. We could color-code LAG members, but this wouldn't differentiate one set of members from another.
There aren't enough readily discernible colors for this to be practical. |
I understand, Maybe you could render LAGs as dotted lines and/or use different background or outline colors. With Port types I meant more like link speeds, my bad. Like different colors for different speeds. |
There isn't really any reasonable way (AFAICT) of representing LAGs using graphviz. It is possible to draw a single line with multiple peripheries but it looks really bad because it doesn't attach nicely to the nodes. I don't like assigning colors to edges because a) you quickly run out of colors and b) the lighter-colored edges end up being harder to see. Keep in mind that topology maps are not intended to replace proper drawings; they're a convenience function just to quickly generate a basic map. We can revisit these ideas in the future if we adopt something more robust than graphviz, but for I'd like to avoid doing too much with it. |
Issue type: feature request
In the Topology Maps all the connections look the same, it would be nice to be able to differentiate the different types of connections between devices.
Examples of improvements:
The text was updated successfully, but these errors were encountered: