04-26-2021 04:53 AM
I have an Unsleashed Ruckus R510 mesh network with two access points for which I am trying to disable 2.4GHz wlan-service by SSH.
According to the latest official Ruckus Unleashed 200.9 Command Line Inerface Reference Guide I can accomplish this by executing the following command:
ruckus(config-ap)# radio 2.4 wlan-service disable
Now the problem is this command is not being recognized by the CLI.
The command that is indeed working is the following...
ruckus(config-ap)# radio 2.4 wlan-service
...but this just activates the Override Group Config checkbox for WLAN service and enables the wlan-service 2.4GHz itself.
Any hints what I am doing wrong? How can I DISABLE the 2.4GHz wlan-service by CLI?
04-26-2021 07:13 AM
Found out by myself.
You have to insert the following command to disable wlan-service:
ruckus(config-ap)# no radio 2.4 wlan-service
And to enable it again:
ruckus(config-ap)# radio 2.4 wlan-service
Now that was a frustrating road to go as the official documentation is obviously wrong and/or irritating.
04-26-2021 07:16 AM
It looks like cisco-alike command under IOS ... 🙂
07-20-2021 09:21 AM
use
>no radio 2.4 wlan-service
>end
to turn it off. Don't forget the "end" which acts as commit/save.
2.4GHz might still be active for >60sec after the commit (25s for 5GHz) but the radios will turn off if you're patient.