02-12-2019 01:56 AM
#define AP FW versionAny clue on how to upgrade scg ip remotely (with no easy SSH access)?
fw_version=5.1.0.0.595 #define Model class model=all # Command set scg ip FQDN
02-14-2019 02:46 AM
02-14-2019 05:33 AM
02-14-2019 05:46 AM
set scg disableAt this point, SSH tunnel went down.
set scg ip del
set scg reset
set scg resetfullAt this point, AP immediately brings up SSH tunnel WITH OLD IP ADDRESS, despite there's no trace left of it on the get scg config output. 😞
set scg ip new.vsz.fqdn
set scg enable
12-29-2023 05:23 PM - edited 12-30-2023 09:40 PM
I know this is too late to help you, but we are going through the same thing. Here is what we figured out. Hopefully this will help those of you who are facing the same challenge.
Using the GUI within the existing VSZ:
Use the "switch over clusters" option within the vsz gui which works for all zones running 5.0.0 and higher. This is the easiest, fastest option.
Navigate to a zone or an AP you want to migrate.
Select the AP or multiple AP's, the click on the More drop down box for the AP's and select "Switch Over Clusters".
This will present a dialogue box. Enter the public IP of the new VSZ. Click OK.
Wait for 5 minutes for AP's to appear and push data to the new VSZ.
For zones below 5.0.0.0:
We can run the commands on an AP either via directly connecting to it via SSH OR by SSH'ing to the vsz, then entering enable and using remote ap-cli <ap mac addy> "ap cli command in quotes"
The commands to get an AP connected to a new VSZ (without the AP needing to reboot):
This is once you are SSH'ed to the AP directly:
##run this to confirm the scg ip currently being reported by AP
get scg
##run this to change the scg ip to the new IP
set scg ip <new ip addy>
##run this to force the AP to break the current tunnel and establish a new tunnel using the current scg ip
set scg reset full
Voila. Wait 5 minutes before all the data starts to populate in the new vsz.
Note: to run the above commands using the remote ap-cli here is the commands from CLI of VSZ in enable mode
remote ap-cli XX:XX:XX:XX:XX:XX "get scg"
remote ap-cli XX:XX:XX:XX:XX:XX "set scg ip <XXX.XXX.XXX.XXX>"
remote ap-cli XX:XX:XX:XX:XX:XX "set scg reset full"
Again, voila. Now wait 5 minutes for the data to start populating in the new vsz.
05-23-2022 06:18 AM
you need to add also
remote ap-cli "set scg ip IP/FQDN" ; reboot
Toomas 3kgroup