cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating access point from SmartZone back to ZoneDirector ?

philip_francis1
Contributor
Hello, in case I need to revert a change, how do I migrate an access point from SmartZone back to ZoneDirector ? i.e .is it simply a case of SSH in to the AP and issue the command 'set scg ip '  then reboot ?
Or do I need to do something else to load the ZoneDirector firmware first ?
Thank you.
3 REPLIES 3

albert_pierson
RUCKUS Team Member
Hi Philip,

You would need to re flash the AP with either the Zone Director firmware (if you have it, it is usually not published separately) or with the AP standalone code (104, 106, 110) and use set director ip   ... Note you must also factory default the AP to make sure the SCG based configuration options are cleared, I suggest doing this after re-flashing the AP code.

I hope this answers your question.

Thanks for selecting Ruckus Networks - a Commscope company.


philip_francis1
Contributor
thanks Albert ,does this mean I will need physical access to the wifi access points, or can all of this be done remotely ?

albert_pierson
RUCKUS Team Member
Hi Philip,

If your AP's get IP via DHCP then factory defaulting them should still allow them to be remotely accessed as long as the lease time is long enough.  Before factory defaulting they should be reachable via CLI/SSH remotely via the configured IP address.

If the AP's are still connected to the SZ you could use the AP CLI script tool to set up the AP firmware.  You would need to upload the AP firmware to a TFTP or FTP server and then send the update commands to run on the AP's in a Zone.

These are the commands to upgrade an AP via CLI which can be written into a Ruckus AP CLI script run per AP zone in an AP.  Optionally you could create a script to do this from a linux server

fw set proto <(tftp or ftp)>
fw set host
fw set user (ftp only)
fw set password (ftp only)
fw set control fw up  (This command initiates the update)

Details of creating AP CLI script:

SCG - AP CLI scripts 

Execute AP CLI commands (for configuration options not available in SCG) into all the APs assigned to a zone
https://support.ruckuswireless.com/articles/000004057


The set factory command will need to be run remotely on each AP and either DHCP option 43 with subcode 3 could be used for the AP's to discover the IP of the ZD's (unless the AP's are in the same IP subnet/VLAN in which case they can connect automatically) or you would need to access each AP and run set director ip . Unfortunately the firmware flash above should leave the AP's disconnected from the SZ so using a CLI script will not work.

I suggest testing this on one AP first to make sure it works and you understand the commands.

I hope this helps

Albert