-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Deployment Type
Self-hosted
NetBox Version
v4.1.0
Python Version
3.12
Steps to Reproduce
We have an Evironment with 40G Switch Ports, which we split up with a cable to 4 x LC Connections. to a patch Panel. On the other side we have the same cable and go from 4 x LC to one 40G Switch Port. I found the error in our self-hosted netbox with a bit more complicated setting. But I was able to reproduce it with the netbox demo environment.
- Create a Switch called SwitchA
- Create a Switch called SwitchB
- Create a Patch Panel called PP1
- Create a Patch Panel called PP2
- Cable Front Ports 1-4 from PP1 to Front Ports 1-4 to PP2
- Cable GigabitEthernet1/0/1 from SwitchA to PP1 Rear Ports 1-4
- Cable GigabitEthernet1/0/1 from SwitchB to PP2 Rear Ports 1-4
Expected Behavior
You should be able to do a cable trace.
First you get a Path Split and select one Path:

And then you should see the trace:

Observed Behavior
You get the Path Split and you can select one Path:
#
But instead you get a Error, no Path is found:

But when you change the connection from one switch interface to only one rear Port on the Patch Panel it works and you are able to trace this connection.
So you go from this:

To this setting:

It works, you can trace from both directions.