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?