Hi all,
we need to change IP address of our vSZ-H, which is hosted on our own public cloud infrastructure.
Though we are pretty confident that we did it well in the past, declaring FQDN instead of IP address in "set scg ip" command, we want to make sure that all of our APs are correctly configured before going live with new IP address.
APs are distributed over many customers, thus DHCP 43 is not an option.
We would like to push an AP script command, as suggested in the following KB article:
https://support.ruckuswireless.com/articles/000004979Also, as per
this article, "any AP CLI command will be accepted" into the AP script.
However, when we upload the script, we get the following error:
"command[set scg ip] is not allowed in AP CLI Script file."
Script is very simple, as following:
#define AP FW version
fw_version=5.1.0.0.595
#define Model class
model=all
# Command
set scg ip FQDN
Any clue on how to upgrade scg ip remotely (with no easy SSH access)?