-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Proposed Changes
NetBox tracks end-to-end connections over pass-through ports. When a cable is saved, traces are done in both directions, and if a complete path has been established, the peer termination information is recorded at either of its endpoints.
This proposal seeks to devise and implement a new mechanism for tracking these end-to-end paths separately from the cable termination models. It may be desirable to introduce a new model (e.g. CablePath) dedicated to holding this information. Although more research is needed to identify the ideal solution, I've opened this issue now so that we can start referencing it as a blocker.
Justification
The association of end-to-end path data with specific device components and circuit terminations has proved problematic and inefficient (see the linked issues for examples).