Cable trace: include circuit "description" field #8175

Closed
opened 2025-12-29 20:33:27 +01:00 by adam · 1 comment
Owner

Originally created by @candlerb on GitHub (Jun 7, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.5.3

Feature type

Change to existing functionality

Proposed functionality

When doing an end-to-end trace which includes a Circuit, the Circuit element shows:

,---------------------------.
|<Circuit ID>: termination A|
+---------------------------+
|   Circuit <Circuit ID>    |
|   <Provider>              |
+---------------------------+
|<Circuit ID>: termination Z|
`---------------------------'

I would like the middle box to include the circuit description field as well (if it is set)

Use case

A circuit ID by itself is an opaque number, whereas the circuit description gives a human-readable summary of its purpose.

Our current workaround is to abuse the Circuit ID field with "<Circuit ID> - <Description>", although this means that now the description is duplicated in the termination A and termination Z fields.

Database changes

None

External dependencies

None

Originally created by @candlerb on GitHub (Jun 7, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.5.3 ### Feature type Change to existing functionality ### Proposed functionality When doing an end-to-end trace which includes a Circuit, the Circuit element shows: ``` ,---------------------------. |<Circuit ID>: termination A| +---------------------------+ | Circuit <Circuit ID> | | <Provider> | +---------------------------+ |<Circuit ID>: termination Z| `---------------------------' ``` I would like the middle box to include the circuit **description** field as well (if it is set) ### Use case A circuit ID by itself is an opaque number, whereas the circuit description gives a human-readable summary of its purpose. Our current workaround is to abuse the Circuit ID field with "`<Circuit ID> - <Description>`", although this means that now the description is duplicated in the termination A and termination Z fields. ### Database changes None ### External dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 20:33:27 +01:00
adam closed this issue 2025-12-29 20:33:27 +01:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 11, 2023):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.

@github-actions[bot] commented on GitHub (Sep 11, 2023): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. **Do not** attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8175