Closed
Description
NetBox version
v3.6.5
Python version
3.11
Steps to Reproduce
this is reproducible on demo.netbox.dev
1: Create 3 devices (names and interfaces obviously don't matter, but these are the ones in the screenshots):
- server (
nms
) - switch-old (
dist
) with interface65
- switch-new (
spine
) with interface1:10
2: connect server to both switches:
nms
->dist
spine
->nms
3: do a cable trace
Expected Behavior
the interface of switch-old (dist
) should be displayed above switch-old and same for switch-new (spine
)
Observed Behavior
depending on the order in which the terminations were added on the multi-side, the interfaces might be flipped around. it can be "fixed" by removing one of the terminations, saving and re-adding it (if it doesn't work, remove the other one).
after the remove-and-readd workaround:
https://demo.netbox.dev/dcim/interfaces/1802/trace/
### Tasks