Closed
Description
NetBox version
v3.3.5
Feature type
Data model extension
Proposed functionality
Add a status
field to the WirelessLAN
model with possible values of active, reserved, disabled, deprecated
.
Use case
Many objects in NetBox have a status
field to indicate the current desired state of said object. WirelessLANs are no different and could be better documented with a status field.
SSIDs might be temporarily disabled, but still configured, for certain cases. Others might be reserved/planned for future use, and others may be deprecated but still needed in the SoT for documentation purposes.
Database changes
New field on the Django model, similar to the status field everywhere else in NetBox.
External dependencies
N/A