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

Ключ

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

...

Designation

Description

[   ]

In the command line, optional parameters are shown in square brackets; when entered, they provide additional options. 

{   }

In the command line, mandatory parameters are shown in curly braces. Select one of the parameters. 

«,»

«-»

In the command description, these characters are used to define ranges. 

«|»

In the description of the command, this sign means 'or'.

Semibold font

Notes, warnings, or information are shown in bold .

<Semibold italic>

Keyboard keys are shown in bold italic within angle brackets .


Блок кода
Text box


Examples and results of the commands are given within the text boxes .

Scroll Pagebreak
Notes, warnings and information

...

Предупреждение

Before updating, make sure that the correct date and time are set on the device. Use the show date command to verify. 

If an incorrect date is set on the controller, certificate validation will prevent the configuration changes from being applied after the update.

Scroll Pagebreak

Firmware version 1.30.2 is cumulative (it contains updated versions of the primary and secondary loaders), so it will be enough to:

...

  1. In 1.19.1, selective inclusion of vlan in SoftGRE tunnels is supported. service-vlan command is added in softgre-controller section, the specified vlans will be included in tunnels after upgradeupdate. In 1.19.0 all created vlans were included in tunnels. Need to add used vlans for Wi-Fi to the configuration.

    Блок кода
    softgre-controller
      service-vlan add 3
    exit
  2. Configuration of telnet, ssh, web, snmp services on AP is supported, after update they will be disabled. They can be enabled in ap-profile.

    Информация

    On AP web is disabled/enabled simultaneously for HTTP/HTTPS services.

    To enable, go to wlc → ap-profile default-ap → services.

    Блок кода
    wlc(config-wlc-ap-profile)# services 
    wlc(config-wlc-ap-profile-services)# 
      snmp-server  Enable SNMP service
    
    wlc(config-wlc-ap-profile-services)# ip 
      http    Configure web-configurator service
      https   Configure web-configurator service
      ssh     Configure SSH service
      telnet  Configure telnet service
    

...

  1. After the update it is necessary to edit the configuration according to the changes. The scheme of access point registration on the controller has been changed. Now not only port 8043 but also port 8044 is used. It is necessary to add port 8044 to object-group service sa:

    Блок кода
    object-group service sa
      port-range 8044
    exit

    After the WLC is updated, the APs will be listed in the provisioning service and will be waiting for authorization. To view the list of unauthorized access points, use the command:

    Блок кода
    show wlc service-activator aps 

    The following command is used to authorize all AP in the list:

    Блок кода
    join wlc ap 

    The following command is used to authorize a specific AP:

    Блок кода
    join wlc ap <MAC_AP>

    It is possible to enable automatic authorization mode in the configuration:

    Блок кода
    wlc# configure 
    wlc(config)# wlc
    wlc(config-wlc)# service-activator 
    wlc(config-wlc-service-activator)# aps join auto 
    wlc(config-wlc-service-activator)# do commit
    wlc(config-wlc-service-activator)# do confirm 

    Scroll Pagebreak

  2. The scheme of SoftGRE tunnels enabling has been changed:

    In 1.15.3 version:

    Client traffic comes from the AP to a gre-tunnel with a specified vlan tag, on the WLC side a separate subgre-tunnel is created for each vlan and included in the specified Bridges, when leaving the subgre the vlan tag is removed. With this implementation, a subgre-tunnel must be created for each vlan and included in one of the Bridges. WLC does not know vlans that are issued at the moment of radius authorization (if c-vlans with external radius server are used), and cannot raise tunnels for such clients. 

    draw.io Diagram
    bordertrue
    viewerToolbartrue
    fitWindowfalse
    diagramNamegre_1.15.3
    simpleViewerfalse
    width
    diagramWidth798
    revision12

    In 1.19.0 version:

    The logic of SoftGRE tunnels operation in wlc mode has been changed. Previously subgre was unconditionally included in Bridge by WLC configuration, in the new implementation subgre tunnels are absent. Vlan specified in SSID configuration is included in WLC without sub-tunnel termination in Bridge. The use of c-vlan in client traffic tunneling scheme is supported. For correct operation, the vlan must be created in the WLC settings and must be a member of the Bridge or interface.

    draw.io Diagram
    bordertrue
    viewerToolbartrue
    fitWindowfalse
    diagramNamegre_1.19.0
    simpleViewerfalse
    width
    diagramWidth798
    revision12


    Scroll Pagebreak
  3. To raise tunnels, the location parameter, which was previously set on Bridge and in ap-location for SSIDs, is no longer used. Instead, you must enable tunnel mode in ap-location. The vlan-id in ssid-profile must match the vlan-id in bridge users.

    Firmware version 1.15.3Firmware version 1.19.0

    bridge 3
      security-zone users
      ip address 192.168.2.1/24
      location default
      enable
    exit

    bridge 3
      vlan 3 (=vlan-id в SSID-profile)
      mtu 1458
      security-zone users
      ip address 192.168.2.1/24
      enable
    exit

    ap-location default-location
      description default-location
      board-profile WEP-1L default_wep-1l_profile
      board-profile WEP-20L default_wep-20l_profile
      board-profile WEP-2L default_wep-2l_profile
      board-profile WEP-3ax default_wep-3ax_profile
      board-profile WEP-3ax-Z default_wep-3ax-z_profile
      board-profile WOP-20L default_wop-20l_profile
      board-profile WOP-2L default_wop-2l_profile
      board-profile WOP-3ax default_wop-3ax_profile
      ssid-profile default-ssid default
    exit

    ap-location default-location
      description default-location
      mode tunnel
      ap-profile default-ap
      board-profile WEP-1L default_wep-1l_profile
      board-profile WEP-200L default_wep-200l_profile
      board-profile WEP-20L default_wep-20l_profile
      board-profile WEP-2L default_wep-2l_profile
      board-profile WEP-30L default_wep-30l_profile
      board-profile WEP-3ax default_wep-3ax_profile
      board-profile WEP-3ax-Z default_wep-3ax-z_profile
      board-profile WOP-20L default_wop-20l_profile
      board-profile WOP-2L default_wop-2l_profile
      board-profile WOP-30L default_wop-30l_profile
      board-profile WOP-3ax default_wop-3ax_profile
      ssid-profile default-ssid
    exit



    vlan 3
      force-up
    exit


  4. Wireless-controller is renamed to softgre-controller:

    Firmware version 1.15.3Firmware version 1.19.0

    wireless-controller
      nas-ip-address 127.0.0.1
      data-tunnel configuration wlc
      aaa radius-profile default_radius
      keepalive-disable
      enable
    exit

    softgre-controller
      nas-ip-address 127.0.0.1
      data-tunnel configuration wlc
      aaa radius-profile default_radius
      keepalive-disable
      enable
    exit

    Scroll Pagebreak

  5. WLC monitoring commands have changed:

    In 1.15.3 versionIn 1.19.0 versionCommand description
    show wlc connected-apshow wlc ap

    View the list of access points monitored by the controller

    show wlc connected-ap detailedsh wlc ap detailed

    View detailed information on all authorized access points

    show wlc connected-ap detailed <MAC_AP>sh wlc ap detailed <MAC_AP>

    View detailed information on one of the authorized access points

    show wlc connected-ap-clients <MAC_AP>sh wlc clients ap <MAC_AP>View information about the wireless client connections of a specific access point
    show wlc connected-ap-clients <MAC_AP> detailedsh wlc clients ap <MAC_AP> detailedView detailed information about the wireless client connections of a specific access point
    show wlc connected-client <MAC_STA>sh wlc clients <MAC_STA>View wireless client connection information by its MAC address
    show wlc connected-client <MAC_STA> detailedsh wlc clients <MAC_STA> detailedView detailed connection information of a wireless client by its MAC address
    show wlc connected-ap-interfaces <MAC_AP>show wlc ap interfaces <MAC_AP>View information and counters on access point interfaces
    show wlc connected-ap-radios <MAC_AP>show wlc ap radios <MAC_AP>View the basic parameters of the access point's radio interfaces

...

  1. Format USB/MMC media partition as FAT32 or exFAT.
  2. Copy the firmware file (<firmware-file>) to the root of the USB/MMC drive. The names of the required files depending on the model and hardware version of the device are listed in the  section section Files used for the update.
  3. Connect the USB/MMC storage to the appropriate WLC slot. 
  4. Define the volume label of the connected USB/MMC storage. 

...

Scroll Pagebreak

панель
titleЗагрузка ПО по протоколу httpsFirmware upload via HTTPS

wlc# copy https://<https-username>:<https-userpassword>@<http-server-ip>:/<firmware-file> system:firmware

|******************************************| 100% (0B) Firmware updated successfully.

...