Skip to content

wwwhtml/ruckus-zonedirector1100-firmware-upgrade-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Ruckus Zone Director 1100 Firmware Upgrade Steps, Via SSH.

If the ZoneDirector 1100 has been factory reset, upgrading from the lowest version one at the time all the way to the last one worked for me. Bloody slow process, but works. Each upgrade takes about 15 minutes or so. There are 15 versions, starting from zd1100_9.1.2.0.8.ap_9.1.2.0.8.img to zd1100_9.10.2.0.114.ap_9.10.2.0.114.img. This process assumes that you already have a TFTP server with the firmware ready for connections. Important to know, the Access Points will be automatically upgraded by the Controller once it gets upgraded.

SSH into it: If you Zone Director firmware version is under 9.8.3.0 built 44 use this ssh connection format (replace IP for your ZD’s IP):

ssh -o KexAlgorithms=diffie-hellman-group1-sha1 -o Ciphers=aes256-cbc 192.168.0.186
Or if you ZD firmware is version 9.8.3.0 built 44 and up (replace IP for your own ZD’s IP):
ssh 192.168.0.186

The default username: admin
The default password: admin

enable
show sysinfo
debug

Connecting to the TFTP server to download the firmware image into the Zone Director. Change zd1100_9.10.2.0.114.ap_9.10.2.0.114.img for the image version that you want to get.:
fw_upgrade -p tftp -s 192.168.0.193 -n zd1100_9.10.2.0.114.ap_9.10.2.0.114.img

Press "y" to initiate the upgrade. Slow process, probably 20 minutes or so, you may want to have another window pinging the ZD’s IP to see it going down and when it is up:

y

The upgrade takes place, the status light will be green when ready.

Screenshot example of the process:

Screenshot showing the process of the Ruckus Zone Director firmware upgrade process

Web Browser Configuration


Once the ZD firmware has updated/upgraded to 9.8.3.0 built 44 or greater, now its web server can accept new browsers to continue the password change, SSID, etc configuration. Replace IP with your own ZD’s.

https://YourZoneDirectorIP

The default username: admin The default password: admin

Don't forget to change that password.

Hope it helps someone out there.

About

Ruckus Zone Director 1100 firmware upgrade steps, via SSH.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published