RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
05-20-2024 12:20 AM
Hello,
I'm trying to change the beacon interval to 200 on an Unleashed network. I've entered the CLI via SSH.
I did the following:
enable
config
show wlan.
After the command show wlan I got a list of the three existing WLANs. I want to edit WLAN 3, so I typed
wlan 3
The response was: The WLAN service '3' has been created. To save the WLAN service, type end or exit.
When I now type show wlan there is no output anymore. Does this mean that when I exit SSH I loose my WLAN config?
Regards,
Sjaak
Solved! Go to Solution.
05-20-2024 12:28 AM
Hi @sureal_alamsjah
When you enter the command wlan 3 to edit the ssid, I assume there are special character in the SSID.
Can you try entering the command as wlan "SSID Name"
For example, I have an ssid name Ruckus-Staff so I use the command as below
ruckus> en
ruckus# config
ruckus(config)# wlan "Ruckus-Staff"
The WLAN service 'Ruckus-Staff' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)#
ruckus(config-wlan)# end
The WLAN service 'Ruckus-Staff' has been updated and saved.
Your changes have been saved.
ruckus(config)#
