netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Wireless Link Distance

Open Nexis81 opened this issue 1 year ago • 0 comments

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

Nexis81 avatar Feb 09 '24 20:02 Nexis81