Firmware Upgrade on the AX411 Access Point (CLI Procedure)

You can use the CLI configuration editor to upgrade software on an access point.

To upgrade access point software:

  1. Navigate to the top of the configuration hierarchy in the CLI configuration editor.
  2. Request the firmware upgrade on an access point:

    From the configuration hierarchy, enter the command

    run request wlan access-point firmware upgrade [ name | all ] file [ image ]

    Example:

    From the configuration hierarchy, enter

    On single access point

    user@host# run request wlan access-point firmware upgrade wap-1 file /var/tmp/upgrade_10_1_0_1.tar

    On all access points

    user@host# run request wlan access-point firmware upgrade all file /var/tmp/upgrade_10_1_0_1.tar

  3. Verify the successful completion of the firmware upgrade by checking the firmware version:

    show wlan access-points access-points name detail

Caution: Do not power down the access point while an upgrade is in progress.

Note: The firmware image has to be provided in a .tar format. Whenever the new image is loaded onto the access point, the configuration on the access point is reset to factory defaults.