02-25-2022 11:56 AM
Hi!
I would like to know how to downgrade my ruckus T310c from unleashed mode to standalone mode.
The unleashead version that the AP currently has loaded is 200.7.10.2. I need to take its version to standalone mode 114.0.0.0.1360. Can't load any files from the interface of the unleashed version
03-01-2022 04:07 PM
Hi @ruth_ruiz
Hope you are doing well!
I can recommend you to go to do it local first
Go to Admin & Services > Administer > Upgrade > select local > upload the image
Refer Link:https://docs.ruckuswireless.com/unleashed/200.3/t-LocalUpgrade.html
If this does not work for you, I recommend doing it by tftp, it is quite simple please refer to this link:https://support.ruckuswireless.com/articles/000001551
TFTP:
fw set host <TFTP server IP address>
fw set proto tftp
fw set port 69
fw set control <image file name>
fw update
reboot
Example:
For AP:fw set proto tftp
fw set host 192.168.0.10
fw set control 106.0.0.99.1363.bl7
fw upgrade
reboot
I hope you find it useful!