08-27-2021 11:04 AM
Hi, i have the next issue,
Controller: virtual smart zone with two zones: 5.2.1.0.515 and 3.6.2
issue: all ZF7982 in zone 3.6.2 report high cpu utilización (98%-100%), when our prtg shoot the alarm "cpu 100%", the ap (randomly) presents in "Access point-events"----->"heartbeat loss", then, ap "disconnect"
ping to IP ( ap "disconnected") is ok
my ssh loging is slow
we have 200 ap zf7982, i want to reboot all aps at once, is it possible? how can i do it?
Abs.
08-30-2021 03:07 AM
Hi Abs,
Have you seen this thread? Looks like it may/may not work if you are running SZ 5.1 or newer:
Best,
Darrel.
08-30-2021 06:01 AM
thanks!!! actually.. it works! with virtual smart zone V5.2.1
08-30-2021 03:27 AM
Hello Abs,
The below AP CLI script commands are blacklisted from 5.1 and above software releases.
reboot
set factory
set scg reset
set scg init
set scg ip
set scg disable/enable
set hub disable/enable
set interface
set password
set login
We have the below command to reboot individual Aps.
ruckus# reload ap <MAC address of the AP>
Hope this helps.
Regards,
Naresh Kumar
08-30-2021 05:58 AM
@naresh_kumar_7493781 so gratefull!
thanks,
i applied the next ap cli in format .kps
_________________________
model=ZF7982
reboot now
_________________________
To execute i selected in system- the 3.6 zone.
🙂