Wireless Link Distance #9226

Closed
opened 2025-12-29 20:47:15 +01:00 by adam · 0 comments
Owner

Originally created by @Nexis81 on GitHub (Feb 9, 2024).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.7.2

Feature type

Change to existing functionality

Proposed functionality

Add a field for wireless links to show the distance between wireless links that will appear on a trace similar to a cable length trace.

Use case

When doing a cable trace on a wired connection that runs through a wireless link, The total cable length stops when it reaches a wireless link. It would be useful to show the complete wired length on both sides of the wireless link and total including the wireless link distance.

image

Database changes

Table: wireless_wirelesslink
Add Columns: length - numeric(8,2), length_unit - character varying(50), _abs_length - numeric(10,4)

External dependencies

No response

Originally created by @Nexis81 on GitHub (Feb 9, 2024). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.7.2 ### Feature type Change to existing functionality ### Proposed functionality Add a field for wireless links to show the distance between wireless links that will appear on a trace similar to a cable length trace. ### Use case When doing a cable trace on a wired connection that runs through a wireless link, The total cable length stops when it reaches a wireless link. It would be useful to show the complete wired length on both sides of the wireless link and total including the wireless link distance. ![image](https://github.com/netbox-community/netbox/assets/9299655/1dae6080-81f6-4fd2-956c-906333b99a97) ### Database changes Table: wireless_wirelesslink Add Columns: length - numeric(8,2), length_unit - character varying(50), _abs_length - numeric(10,4) ### External dependencies _No response_
adam added the status: acceptedtype: featurecomplexity: low labels 2025-12-29 20:47:15 +01:00
adam closed this issue 2025-12-29 20:47:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9226