cancel
Showing results for 
Search instead for 
Did you mean: 

Set Minimum Client RSSI for R350s - Unleashed 200.18

Wilbo
New Contributor

I have two R350s that will be operating in a house. It'll be sharing an SSID and security with an outdoor AP from another manufacture. They could overlap, but I don't believe I'll be present for the install to set transmit power appropriately. The other AP does not appear to support 802.11r. Same manufacturer would be my choice, but it's out of my hands.

To prevent clients from sticking to the R350s I was looking to set a minimum client RSSI of -74 or so. The only way I can see to do this is for unleashed is via CLI:

https://docs.commscope.com/bundle/unleashed-200.13-commandref/page/GUID-B1A5C21A-D020-4E9F-A207-0C7D... 

The CLI commands that are available to me do not seem to match the way they're presented in the above reference guide. I have gotten as far as, ruckus(config)#, but I cannot figure out where nor how to apply min-client-rssi -74 to the wlan (the only wlan).

I'd appreciate any tips or advice especially in applying the CLI reference guide to the CLI.

1 ACCEPTED SOLUTION

Rohit_W
RUCKUS Team Member

Hello,

Please find below the commands to be executed:

ruckus#
ruckus# config
You have all rights in this mode.
ruckus(config)# wlan Test ------- (here we are using wlan named Test)
The WLAN service 'Test' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# min-client-rssi -85
Please enables Transient client management first,then try again
ruckus(config-wlan)#

(We will need to configure the Transient client management first)

ruckus(config-wlan)# transient-client-management
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)# end
The WLAN service 'Test' has been updated and saved.
Your changes have been saved.
ruckus(config)# wlan Test
The WLAN service 'Test' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# min-client-rssi -85
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)#

Regards,
Rohit Walawalkar
Technical Support Engineer -EMEA
Work Hours: Monday-Friday, 9 AM to 5 PM GMT
Location: India

View solution in original post

2 REPLIES 2