Alvarion Wi^2 AP CLI Specifications Page 228

  • Download
  • Add to my manuals
  • Print
  • Page
    / 248
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 227
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.
curl -s -k --cookie cookie.txt -F [email protected] -F backup=Install
"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.
Page view 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 247 248

Comments to this Manuals

No comments