01-17-2022 10:36 AM
Hello,
I am trying to load a firmware 500 version 200.7.10.102.64 but the upgrate interface does not work. How could I load the ap via tftp?
Solved! Go to Solution.
01-17-2022 11:07 AM
You can use below commands to upgrade the firmware from cli using TFTP.
#fw set host <TFTP server IP address>
#fw set proto tftp
#fw set port 69
#fw set control <image file name>
#fw update
Once image is update, reboot AP with reboot command.
#reboot
01-17-2022 10:38 AM
Have you tried a different browser? Firefox usually works best with Unleashed.
01-19-2022 12:16 AM
01-17-2022 11:07 AM
You can use below commands to upgrade the firmware from cli using TFTP.
#fw set host <TFTP server IP address>
#fw set proto tftp
#fw set port 69
#fw set control <image file name>
#fw update
Once image is update, reboot AP with reboot command.
#reboot