netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.79k stars 2.54k forks source link

Add "auto" wireless channel #17119

Closed goteamkor closed 1 month ago

goteamkor commented 1 month ago

NetBox version

v4.0.8

Feature type

Change to existing functionality

Proposed functionality

There are many different channel selection options when selecting the 'wireless channel' dropdown in the 'wireless' section of adding/editing an interface.

Please add 'Auto' as an option.

Use case

Many access points these days are managed in such a way that a central controller (on-prem or cloud) is constantly listening on all the radios to check for interference. And if found, will automatically change the channel on the radio for an access point.

Having an option to select 'auto' would correctly model access point radio interfaces that automatically change/update the channel they use rather than having an individual channel specifically assigned.

Database changes

None

External dependencies

None.

jeremystretch commented 1 month ago

Leaving the channel undefined for the interface implies that it is to be selected automatically; an explicit option for this is unnecessary.