
206 BreezeMAX Wi² and BreezeACCESS Wi² System Manual
Chapter 11 - Maintenance
11.2.3 Updating Firmware with cURL
You can perform firmware-update-related tasks using the free tool cURL
(http://curl.haxx.se/), version 7.1.0 or higher.
The following cURL commands shows you how to manage the firmware file. The
following setup is assumed:
IP address of the port 1 is 24.28.15.22.
Management access to port 1 is enabled.
Firmware file is AP.cim.
Upload the firmware as follows:
1 Prepare the AP to receive the login.
curl -s -k "https://24.28.15.22/home.asp"
2 Log in to the management interface.
curl -s -k --dump-header cookie.txt "https://24.28.15.22/goform/Logout" -d
username=admin
-d pw=admin
3 Prepare the AP to receive the firmware update.
curl -s -k --cookie cookie.txt "https://24.28.15.22/script/firmware_init.asp"
4 Upload the firmware. Once the upload is complete the AP will automatically
restart.
"https://24.28.15.22/ goform/ScriptUploadFirmware"
NOTE
This is an advanced topic. It is recommended that you upgrade firmware as described in the
immediately-previous sections Immediate Update or Scheduled Update.
Comments to this Manuals