Download the firmware file and extract it with the help of some unzip software. You should be able to see the firmware bin file.
To update the firmware from the CLI
Copy the firmware .bin file to an easy location on the desktop. Create a folder on the desktop(name firmware) and copy the .bin file directly to it.
From Putty software or Windows command prompt
Telnet into the IP address of the Controller for which you need to upgrade the firmware and run the following command
set protocols ftp enabled
Once this command is executed successfully, minimize the putty window
Go to command prompt
Change to the directory where you have saved the file
cd desktop
desktop>cd firmware
desktop\firmware>
Then enter IP address of Controller
Enter: ftp controller-network-address
For example: ftp 10.0.0.2
or
ftp 10.0.0.3
Login using the username and password for MSA
Then execute the following command
put firmware-file flash
where firmware-file is the filename of the firmware file.
You can also follow the release notes and refer section "Installing firmware using FTP",
ope this helps!
Regards
Subhajit
If you feel this was helpful please click the KUDOS!thumb below!
***********************************************************************************