Explains the out-of-band access point image download process, including key concepts and implementation details for managing AP firmware updates independently of the primary network connection.
Out-of-band AP image download is an enhanced upgrade method that
-
moves AP image downloads out of the CAPWAP control path using an enhanced webserver (nginx) on the controller
-
improves upgrade speed and flexibility compared to traditional in-band methods, and
-
falls back to CAPWAP method automatically if the out-of-band download fails.
Out-of-band download advantages
In WLAN deployments, APs traditionally gather their software image and configuration from the controller (in-band) during the join, predownload, and upgrade phases over the CAPWAP control path. This mechanism has limitations in the context of CAPWAP window size, processing of CAPWAP packets, and parallel image downloads. With image upgrade being a significant activity in the lifecycle of APs, upgrades become a time-consuming activity when the deployment size increases, especially for remote deployments, because the image always comes from the controller, irrespective of the deployment types.
To make upgrades faster and more flexible, the AP image upgrade method is enhanced in Cisco IOS XE Dublin 17.11.1 release. An enhanced webserver (nginx) running on the controller helps the AP image downloads to be available out of the CAPWAP path (out of band).
Key considerations for out-of-band AP image download:
-
HTTPS configuration done at the global level applies to all the APs joining the controller.
-
When AP image download over an Out-of-Band method fails, the download falls back to the CAPWAP method, as a result of which the APs will not be stranded.
-
AP image download over HTTPS may fail if the HTTPS server Trustpoint has a chain of CA certificates.
-
Before you downgrade from Cisco IOS XE Dublin 17.11.1 to an earlier version, ensure that the Out-of-Band AP Image Download feature is disabled, as it is not supported in previous releases.