Explains step-by-step procedures to enable and configure CleanAir on 2.4-GHz and 5-GHz bands using both GUI and CLI, set up air quality alarms, configure interference reporting, EDRRM, Persistent Device Avoidance, and manage CleanAir on controllers and access points.
Enable CleanAir for the 2.4-GHz band (GUI)
Procedure
-
Choose .
-
On the CleanAir window, click the tab.
-
Check the Enable CleanAir checkbox.
-
Click Apply.
Enable CleanAir for the 2.4-GHz band (CLI)
Procedure
Example:
Device(config)#ap dot11 24ghz cleanair
Device(config)#no ap dot11 24ghz cleanair
Run the no form of this command to disable CleanAir on the 802.11b network.
Configure a CleanAir alarm for 2.4-GHz air-quality and devices (CLI)
Procedure
Configure interference reporting for a 2.4-GHz device (GUI)
Procedure
Configure interference reporting for a 2.4-GHz device (CLI)
Procedure
Enable CleanAir for the 5-GHz band (GUI)
Procedure
-
Choose .
-
On the CleanAir page, choose the tab.
-
Check the Enable CleanAir checkbox.
-
Click Apply.
Enable CleanAir for the 5-GHz band (CLI)
Procedure
Example:
Device(config)# ap dot11 5ghz cleanair
Run the no form of this command to disable CleanAir on the 802.11a network.
CleanAir is enabled for the 5-GHz band, enhancing the detection and mitigation of wireless interference.
Configure interference reporting for a 5-GHz device (GUI)
Procedure
Configure interference reporting for a 5-GHz device (CLI)
Procedure
Configure event driven RRM for a CleanAir event (GUI)
Procedure
Configure EDRRM for a CleanAir event (CLI)
Before you begin
Verify the AP supports CleanAir and EDRRM features.Procedure
CleanAir Pro scanning
-
monitors and reports different categories of non-Wi-Fi interference across supported 2.4-GHz, 5-GHz, and 6-GHz band frequency bands
-
generates detailed Interference Device Reports (IDRs) including interferer type, severity, and impacted channels, and
-
calculates air quality (AQ) metrics for each dynamic channel assignment (DCA) channel to support intelligent channel management by the controller.
|
Release |
Feature |
Feature Information |
|---|---|---|
|
Cisco IOS XE Dublin 17.10.1 |
CleanAir Support for 6-GHz |
The CleanAir is enabled in 6-GHz band radio of AP only if CleanAir is enabled globally in 6-GHz band in the controller and 6-GHz radio of individual AP. Cisco IOS XE Cupertino 17.9.1 supports 6-GHz only for spectral analysis on Cisco Catalyst Center. IDR and AQ are not supported for the 6-GHz band in Cisco IOS XE Cupertino 17.9.1. |
|
Cisco IOS XE Cupertino 17.9.1 |
CleanAir Pro Scanning |
The CleanAir Pro Scanning feature monitors and reports the different categories of non-Wi-Fi interference in the 2.4-GHz and 5-GHz bands. |
Controller behavior for interferer and channel monitoring
The controller manages interferer information and channel selection using these methods:
-
Interferer database management: The controller maintains a database of active interferers reported by each access point (AP) on the network.
-
Interferer merging: If the same interferer is detected by multiple APs, the controller merges these records so the interferer is tracked as a single entity across the network.
-
Air quality tracking: The controller monitors air quality metrics for each channel. These metrics are used during dynamic channel assignment (DCA) to select optimal channels for each AP.
The CleanAir Pro Scanning feature is applicable only for APs with CleanAir Pro-supported radios.
Channel-list configuration command keywords for CleanAir Pro scanning
CleanAir Pro Scanning scans channels in the slots or bands currently enabled on an AP. Here are certain commands used to enable scannig.-
ap dot11 rrm monitor channel-list dca : Scans only channels enabled under DCA.
-
ap dot11 rrm monitor channel-list country : Scans all regulatory channels permitted in the site's country setting.
-
ap dot11 rrm monitor channel-list country all : Scans every channel available to the radio, without regard to regulatory constraints.
Contents and event types in IDR
APs detect non-Wi-Fi interferers and report this data to the controller through Interference Device Report (IDR) such as
-
duty cycle,
-
Received Signal Strength Indicator (RSSI) in dBm, and
-
a calculated Severity metric.
The controller receives IDR messages and uses event types to track the status of each interferer:
-
UP: The interferer is first detected.
-
UPDT: The interferer’s status is updated.
-
DOWN: The interferer is no longer observed.
The controller maintains a list of interferers along with the channels affected for each AP. Within an AP, interferers are merged if they share the same channel, RSSI, and device signature. Across multiple APs, a controller merges interferers reported as the same type.
These processes enable accurate tracking and consolidation of interferer data throughout the network.
Air quality index reports
The Air Quality Index (AQ) metric quantifies interference levels detected by each access point (AP) in a Cisco wireless network.
AQ calculation: AQ starts at 100 (optimal) for each AP and is decremented by the cumulative severity values of all detected interference sources.
Air Quality Metric Calculation
For example, if three Bluetooth devices are reported by an AP, each with a severity of two, this results in an overall cell AQ of 94 (2x3 BT = 6, 100 – 6 = AQ of 94).
Enable CleanAir Pro scan features (CLI)
Procedure
Monitor CleanAir Pro statistics (GUI)
Procedure
Verify CleanAir Pro scanning details
Device# show ap dot11 {24ghz | 5ghz | 6ghz} cleanair air-quality summary
Device# show ap dot11 {24ghz | 5ghz | 6ghz} cleanair air-quality worst
To view the CleanAir device cluster information, run this command:
Device# show ap dot11 {24ghz | 5ghz | 6ghz} cleanair device cluster cluster-id
Device# show ap dot11 {24ghz | 5ghz | 6ghz} cleanair device type
Device# show ap name ap-name dot11 {24ghz | 5ghz | 6ghz} cleanair air-quality
Device# show ap name ap-name dot11 {24ghz | 5ghz | 6ghz} cleanair device
Device# show ap dot11 6ghz cleanair device type cont-tx
Configuration examples for CleanAir
This example shows how to enable CleanAir on the 2.4-GHz band and an AP operating in the channel:
Device#configure terminal
Device(config)#ap dot11 24ghz cleanair
Device(config)#exit
Device#ap name TAP1 dot11 24ghz cleanair
Device#end
This example shows how to enable an EDRRM CleanAir event in the 2.4-GHz band and configure high sensitivity to non-Wi–Fi interference:
Device#configure terminal
Device(config)#ap dot11 24ghz rrm channel cleanair-event
Device(config)#ap dot11 24ghz rrm channel cleanair-event sensitivity high
Device(config)#end
This example shows how to enable an AP in the monitor mode:
Device#ap name <ap-name> mode monitor