Wireless Controller
Dedicated Wi-Fi control and management for high density and mobility
tkanneganti
Staff
Staff
Article Id 195886

Description

 

This article describes the steps to install the AP and Controller Patch via FortiWLC GUI or CLI methods.


Scope


FortiWLC v8.6; v8.5 and below versions are end-of-support. Refer to Fortinet Product Life Cycle: https://support.fortinet.com/support/#/lifecycle


Solution

 
For the AP patch installation steps, follow the steps below:
 

GUI:

 

  1. Navigate to Controller GUI -> Maintenance -> File Management-> Patches -> Select Import -> Import the patch and hit Save.
  2. Select the patch and hit Install.
  3. To verify if the patch has been installed, execute the command below on the controller CLI:

 

show patch installed

 

vpatil_0-1742986130858.png

 

CLI:

 

copy ftp://anonymous@<FTP_Server_IP>/<Patch_Version> .
show patch
patch install <version>
show patch installed

 

  1. Turn off Auto-AP-Upgrade:

 

config terminal
auto-ap-upgrade disable

 

  1. Force upgrades the APs in batches for them to come up with the new patch:

     

upgrade ap same <Range> force
upgrade ap same 1-50 force

 

  1. After 5-10 mins, verify if the APs have come up with the new firmware version in the Enabled/Online state:

 

show ap

 

For the Controller patch installation steps, follow the steps below:

  1. Navigate to controller GUI -> Maintenance -> File Management-> Patches -> Select  Import -> Import the patch and hit save:

 

vpatil_0-1742987867446.png

 

  1. To verify if the patch has been installed, you can execute the command below on the controller CLI:

 

show patch installed

 

4. After patch installation, save the running-config config and reload the Controller:

 

copy running-config startup-config

reload controller

 

Note:

Controller reboot is an optional step. Check with Fortinet Support if a reboot is required after patch installation. Before rebooting the Controller, download WLC diagnostics and the running-config files: Technical Tip: Steps to export FortiWLC diagnostics and running-config files