In Dashboards I'm using the node-edge component to visualize my network of leaf (blue) and spine (purple) switches.
Now I want to only see 1 connection between my leaf and spine switches, even when there are multiple physical connections between them. What do I need to add to below query to achieve this?
Note that I still want to see the multiple connections between my spine switches.
Hi Jens, I don't know your exact query for the connections, but I think you need two different queries for them. The easiest way to validate everything is to visualize the query in a table form. By doing this, you will see all results from the query.
Assuming you are using the interface ID to identify nodes, you will need to find a filter that you only have one result (row) for each pair of connected interfaces.