Add Site field to Cables page #2822

Closed
opened 2025-12-29 18:22:28 +01:00 by adam · 4 comments
Owner

Originally created by @ctrusler on GitHub (Aug 22, 2019).

Environment

currently running NetBox version: 2.6.1

Proposed Functionality

Add a column on the cables page to see what site the cables are in. Also add it to the search for the cables page

Use Case

we only keep cable numbers specific per site and not global.

today we can filter cables by color, type, and status. when trying to find the next available number for a specific type of cable in a specific site it would be easier if we could also filter by site.

Database Changes

Originally created by @ctrusler on GitHub (Aug 22, 2019). <!-- NOTE: This form is only for proposing specific new features or enhancements. If you have a general idea or question, please post to our mailing list instead of opening an issue: https://groups.google.com/forum/#!forum/netbox-discuss NOTE: Due to an excessive backlog of feature requests, we are not currently accepting any proposals which significantly extend NetBox's feature scope. Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment currently running NetBox version: 2.6.1 ### Proposed Functionality Add a column on the cables page to see what site the cables are in. Also add it to the search for the cables page ### Use Case we only keep cable numbers specific per site and not global. today we can filter cables by color, type, and status. when trying to find the next available number for a specific type of cable in a specific site it would be easier if we could also filter by site. ### Database Changes
adam added the status: duplicate label 2025-12-29 18:22:28 +01:00
adam closed this issue 2025-12-29 18:22:28 +01:00
Author
Owner

@lampwins commented on GitHub (Aug 29, 2019):

How would you handle the case of a cable connection that spans sites?

@lampwins commented on GitHub (Aug 29, 2019): How would you handle the case of a cable connection that spans sites?
Author
Owner

@tb-killa commented on GitHub (Sep 5, 2019):

I think the FR is to be understood as follows:

Display the site on each side of the cable connection, parallel to the racks.

Thus the respective endpoint can be referred directly to the site.

The filter could be difficult.
This need some more input how does should work.

@tb-killa commented on GitHub (Sep 5, 2019): I think the FR is to be understood as follows: Display the site on each side of the cable connection, parallel to the racks. Thus the respective endpoint can be referred directly to the site. The filter could be difficult. This need some more input how does should work.
Author
Owner

@ctrusler commented on GitHub (Sep 6, 2019):

since cables themselves don't have a site it would need to reference the site the device/ports it connects to are in.

After looking at it more, I thought it would be an quick and easy lookup but it won't be that simple. I don't think patch ports have a site label for them so it would also need to check the parent patch panel for that also.

@ctrusler commented on GitHub (Sep 6, 2019): since cables themselves don't have a site it would need to reference the site the device/ports it connects to are in. After looking at it more, I thought it would be an quick and easy lookup but it won't be that simple. I don't think patch ports have a site label for them so it would also need to check the parent patch panel for that also.
Author
Owner

@jeremystretch commented on GitHub (Sep 26, 2019):

Covered by #3259

@jeremystretch commented on GitHub (Sep 26, 2019): Covered by #3259
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2822