Updating Firmware With Curl - Alvarion BreezeACCESS Wi2 System Manual

Table of Contents

Advertisement

11.2.3

Updating Firmware with cURL

NOTE
This is an advanced topic. It is recommended that you upgrade firmware as described in the
immediately-previous sections
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.
curl -s -k --cookie cookie.txt -F firmware=@AP.cim -F backup=Install
"https://24.28.15.22/
BreezeMAX Wi² and BreezeACCESS Wi² System Manual
Immediate Update
or
Scheduled
goform/ScriptUploadFirmware"
Firmware Updates
Update.
211

Advertisement

Table of Contents
loading

This manual is also suitable for:

Breezemax wi2

Table of Contents