Always download the latest version of access point firmware to the controller to update new access points when they are connected. This is required for proper operation, as controller management is not supported on all access point firmware versions. |
Important:
the current firmware version is 1.6.0_build_50.tar.gz.
Use the command to load the firmware:
wlc# copy tftp://192.168.1.2:/WEP-1L-1.6.0_build_75.tar.gz system:access-points-firmwares # where # TFTP server IP address: 192.168.1.2, # firmware file name: WEP-1L-1.6.0_build_75.tar.gz. |
To view the list of downloaded files, use the command:
wlc# dir system:access-points-firmwares # Output example Name Type Size -------------------------------------------------------- ---------- -------- -- WEP-1L-1.5.0_build_59.tar.gz File 9.07 MB WEP-1L-1.6.0_build_75.tar.gz File 9.08 MB |
To delete firmware files from the controller, use the command:
# Delete all firmware files. The command requires confirmation wlc# delete system:access-points-firmwares Do you really want to clear directory? (y/N): y # Delete a certain file wlc# delete system:access-points-firmwares/WEP-1L-1.5.0_build_59.tar.gz |
The default setting works as follows: when a new AP is connected, it will immediately and automatically update to the firmware that is loaded on the WLC. If the AP is already under WLC management, it will update to the current firmware as soon as it is downloaded, if the update manager is disabled.
In the WLC configuration, in order to avoid service interruption during an update, an update manager (update-mgr) is provided to set the time interval during which an update can be run. The setting consists of three parameters:
When the manager is enabled, scheduled updates will be performed only for access points that are already under the controller's control.
If a new AP connected has a different firmware version than the one loaded on the controller, the update will take place immediately, regardless of the schedule.
# Configure update-manager. Update interval: 00:00 - 01:00
wlc# configure
wlc(config)# wlc
wlc(config-wlc)# update-manager
wlc(config-wlc-update-mgr)# start-time 00:00
wlc(config-wlc-update-mgr)# end-time 01:00
wlc(config-wlc-update-mgr)# scheduled
# Commit and confirm the configuration
wlc(config-wlc-update-mgr)# do commit
wlc(config-wlc-update-mgr)# do confirm
# Show the configuration
wlc# show run wlc update-manager
update-manager
scheduled
start-time 00:00
end-time 01:00
exit
wlc#
|
With this setting, the update of access points that are already under the control of the controller to the current downloaded version will occur in the time interval 00:00–01:00.
If the access point arrived at the controller with an outdated version of firmware (which is not supported on the controller), and the current version of firmware is not added to the controller for updating, the access point will not work under the controller management. There will be an error in the log:
|
The firmware versions of access points for which communication with WLC version 1.19.2 is supported are listed in the table below:
| Access point | Minimal firmware version | Maximal firmware version |
|---|---|---|
| WEP-1L | 2.3.2 | 2.3.x |
| WEP-200L | 2.3.2 | 2.3.x |
| WEP-2L | 2.3.2 | 2.3.x |
| WEP-3ax | 1.11.0 | 1.11.x |
| WOP-20L | 2.3.2 | 2.3.х |
| WOP-2L | 2.3.2 | 2.3.х |
| WEP-30L | 2.3.2 | 2.3.х |
| WOP-30L | 2.3.2 | 2.3.х |
| WOP-30LS | 2.3.2 | 2.3.х |
The firmware versions of the access points for which communication with the WLC controller versions 1.15.3 to 1.19.1 is supported are listed in the table below:
Access point | Minimal firmware version | Maximal firmware version |
|---|---|---|
| WEP-1L | 1.6.0 | 2.2.x |
| WEP-200L | 1.6.0 | 2.2.x |
| WEP-2L | 1.6.0 | 2.2.x |
| WEP-3ax | 1.7.0 | 1.10.x |
| WOP-20L | 1.6.0 | 2.2.x |
| WOP-2L | 1.6.0 | 2.2.x |
| WEP-30L | 2.1.0 | 2.2.x |
| WOP-30L | 2.1.0 | 2.2.x |