Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.


Подсказка

Всегда загружайте актуальную версию ПО точек доступа на контроллер для обновления новых точек при их подключении. Это требуется для корректной работы, т.к. управление контроллером поддерживается не на всех версиях ПО точек доступа. 

Важные моменты:

...

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 version that is loaded on the controller is considered to be the priority current version. When a new access point is connected, it will update to this version, regardless of which version is installed on the access point (older or younger).
  • If several firmware versions for the same access point model are loaded on the controller, the oldest firmware version will be considered current. For example, if the software versions loaded are
    • WEP-1L-1.5.0_build_100.tar.gz,
    • WEP-1L-1.6.0_build_50.tar.gz

актуальным будет ПО 1the current firmware version is 1.6.0_build_50.tar.gz.

Загрузка ПО на контроллер

...

Loading software to the controller

Use the command to load the firmware:

Блок кода
languagevb
wlc# copy tftp://192.168.1.2:/WEP-1L-1.6.0_build_75.tar.gz system:access-points-firmwares
# гдеwhere
# TFTP server IP-адрес TFTP-сервера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:

Блок кода
languagevb
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:

Блок кода
languagec#
# Удаление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

Алгоритм запуска обновлений

Настройка по умолчанию

Настройка по умолчанию работает следующим образом: когда подключается новая точка доступа, она сразу автоматически обновляется на прошивку, которая загружена на WLC. Если точка доступа уже находится под управлением WLC, то она обновится на актуальную прошивку сразу после ее загрузки, если менеджер обновления отключен.

Настройка менеджера обновлений по расписанию

В конфигурации WLC для того, чтобы избежать прерывание сервиса во время обновления, предусмотрен менеджер обновлений – update-mgr, который позволяет установить временной интервал, в течение которого может быть запущено обновление. Настройка состоит из трех параметров:

...

Algorithm for launching updates

Default setting

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.

Setting up a scheduled update manager

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:

  • start-time – the beginning of the time interval in which the update is performed. The default value is 03:00; 
  • end-time – окончание интервала времени, в который производится обновление. Значение по умолчанию– the end of the time interval in which the update is performed. Default value: 04:00;
  • scheduled – включение менеджера обновлений по расписанию. Значение по умолчанию: no scheduled (выключен).

При включенном менеджере, обновление по расписанию будет выполняться только для точек доступа, которые уже находятся под управлением контроллера.

При подключении новой точки, которая имеет версию ПО, отличную от загруженной на контроллер, обновление произойдет сразу, независимо от расписания.

...

  • – enable the update manager on a scheduled basis. Default value: no scheduled.

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.

Configuration example

Блок кода
languagevb
# Настройка менеджера обновления по расписанию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#

При такой настройке обновление точек доступа, которые уже находятся под управлением контроллера, на актуальную загруженную версию произойдет в интервале времени 00With 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

Блок кода
languagebash
2024-01-18T14:16:57+07:00 %WLC-E-ERROR: SA:[e8:28:c1:da:c9:b0]:AP with board type 'WEP-1L' with unsupported firmware version '2.2.0 build 352', no firmware image for upgrade


Версии ПО точек доступа, для которых поддержано взаимодействие с контроллером WLC версий The firmware versions of access points for which communication with WLC version 1.19.2 указаны в таблице ниже:

...

is supported are listed in the table below:

Access pointMinimal firmware versionMaximal firmware version
WEP-1L2.3.22.3.x
WEP-200L2.3.22.3.x
WEP-2L2.3.22.3.x
WEP-3ax1.11.01.11.x
WOP-20L2.3.22.3.х
WOP-2L2.3.22.3.х
WEP-30L2.3.22.3.х
WOP-30L2.3.22.3.х
WOP-30LS2.3.22.3.х

Версии ПО точек доступа, для которых поддержано взаимодействие с контроллером WLC версий 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-1L1.6.02.2.x
WEP-200L1.6.02.2.x
WEP-2L1.6.02.2.x
WEP-3ax1.7.01.10.x
WOP-20L1.6.02.2.x
WOP-2L1.6.02.2.x
WEP-30L2.1.02.2.x
WOP-30L2.1.02.2.x

...