<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changing the bss-minrate for my access points in Access Points - Indoor and Outdoor</title>
    <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8675#M1895</link>
    <description>ruckus&amp;gt; enable 
&lt;BR /&gt;
ruckus# show config 
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;you will see something like this...&lt;/B&gt;
&lt;BR /&gt;
...
&lt;BR /&gt;
..
&lt;BR /&gt;
.
&lt;BR /&gt;
NAME = your_SSID
&lt;BR /&gt;
      &lt;B&gt;Tx. Rate of Management Frame(2.4GHz) = 6.0Mbps&lt;/B&gt;
&lt;BR /&gt;
     &lt;B&gt;Tx. Rate of Management Frame(5GHz)   = 6.0Mbps&lt;/B&gt;
&lt;BR /&gt;
      Beacon Interval = 100ms
&lt;BR /&gt;
      SSID = your_SSID
&lt;BR /&gt;
      Description = blank
&lt;BR /&gt;
      Type = Standard Usage
&lt;BR /&gt;
      Authentication = 802.1x-eap
&lt;BR /&gt;
      EAP TYPE = PEAP
&lt;BR /&gt;
      Encryption = wpa2
&lt;BR /&gt;
      Algorithm = auto
&lt;BR /&gt;
      Passphrase =
&lt;BR /&gt;
      FT Roaming = Disabled
&lt;BR /&gt;
      802.11k Neighbor report = Disabled
&lt;BR /&gt;
      Web Authentication = Disabled
&lt;BR /&gt;
      Authentication Server = 
&lt;BR /&gt;
      Called-Station-Id type = wlan-bssid
&lt;BR /&gt;
      Tunnel Mode = Disabled
&lt;BR /&gt;
      Background Scanning = Enabled
&lt;BR /&gt;
      Max. Clients = 350
&lt;BR /&gt;
      Isolation per AP = Enabled
&lt;BR /&gt;
      Isolation across AP = Disabled
&lt;BR /&gt;
...
&lt;BR /&gt;
..
&lt;BR /&gt;
.
&lt;BR /&gt;&lt;BR /&gt;
if you set minimum rate to whatever (6, 12, 24...) that will be the lowest rate at which the AP will communicate with clients.
&lt;BR /&gt;&lt;BR /&gt;
The answer to your final question is &amp;gt; just check what 802.11 standards those devices support. Check in their options or just google it. Or check on the wi-fi.org under certificates database for particular product and you'll see a specification and what that device supports</description>
    <pubDate>Sun, 12 Oct 2014 18:42:38 GMT</pubDate>
    <dc:creator>kristijan_fabin</dc:creator>
    <dc:date>2014-10-12T18:42:38Z</dc:date>
    <item>
      <title>Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8671#M1891</link>
      <description>Hello,
&lt;BR /&gt;
  I've recently had a visit from a corporate IT representative. He suggests we change the bss-minrate so that the signal distance is less but stronger. Apparently 45Mbps down is not good enough. We have an AP in every room so coverage is great. I understand this is all done via CLI, I can log in but cannot find the option. I have read the bss-minrate vs smart-roam article but it doesn't tell me how to do it.
&lt;BR /&gt;&lt;BR /&gt;
Could someone advise the basic commands I need to know and also the options I have for changing the signal distance? Also should I be aware of any possible outage when making this change? Can I apply this to a single WLAN-Group for testing only?
&lt;BR /&gt;&lt;BR /&gt;
Many thanks,
&lt;BR /&gt;
Tim</description>
      <pubDate>Sat, 11 Oct 2014 18:43:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8671#M1891</guid>
      <dc:creator>tim_franklin_68</dc:creator>
      <dc:date>2014-10-11T18:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8672#M1892</link>
      <description>If it's managed by ZD controller, in ZD you log in with Putty
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;procedure is:&lt;/B&gt;
&lt;BR /&gt;&lt;BR /&gt;
ruckus&amp;gt; enable 
&lt;BR /&gt;
ruckus#
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;type&lt;/B&gt;
&lt;BR /&gt;&lt;BR /&gt;
ruckus# config
&lt;BR /&gt;
You have all rights in this mode.
&lt;BR /&gt;
ruckus(config)#
&lt;BR /&gt;&lt;BR /&gt;
ruckus(config)# wlan your_SSID
&lt;BR /&gt;
The WLAN service 'your_SSID' has been loaded. To save the WLAN service, type 'end' or 'exit'.
&lt;BR /&gt;
ruckus(config-wlan)#
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;and now you type&lt;/B&gt;
&lt;BR /&gt;&lt;BR /&gt;
ruckus(config-wlan)# bss-minrate 12 
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;Note:&lt;/B&gt;
&lt;BR /&gt;
It sets the minimum transmission rate of the WLAN in the BSS to 1, 2, 5.5, 12, 24 (Mbps). It may change the current value of mgmt-tx-rate and ofdm-only according to the selected value.
&lt;BR /&gt;&lt;BR /&gt;
You can apply this per WLAN
&lt;BR /&gt;&lt;BR /&gt;
Not sure for the standalone mode</description>
      <pubDate>Sun, 12 Oct 2014 08:01:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8672#M1892</guid>
      <dc:creator>kristijan_fabin</dc:creator>
      <dc:date>2014-10-12T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8673#M1893</link>
      <description>Hi Tim,
&lt;BR /&gt;&lt;BR /&gt;
This feature is NOT changing (decrease or increase) the signal strength in any way. 
&lt;BR /&gt;&lt;BR /&gt;
Just keep in mind if you have legacy devices like handhelds which supports data rate upto 11 mbps will get stranded hence please evaluate what you have in the network so that there are no surprises.
&lt;BR /&gt;&lt;BR /&gt;
hope this helps.</description>
      <pubDate>Sun, 12 Oct 2014 15:29:40 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8673#M1893</guid>
      <dc:creator>monnat_systems</dc:creator>
      <dc:date>2014-10-12T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8674#M1894</link>
      <description>Hello,
&lt;BR /&gt;
  Thank you both for your input. I have just three questions. 
&lt;BR /&gt;&lt;BR /&gt;
Is there a command like a "show" command in Cisco that I can see what the current rate is at? 
&lt;BR /&gt;
In reference to the NOTE from Kristijan, if I set it to 12, does that mean it will only allow 12Mbps rate and above? 
&lt;BR /&gt;
In reference to Monnat's recommendation, is there any way to check what speeds devices are running at so I can make a decision what to set my minrate at? In this particular WLAN every device is exactly the same (wireless GPS transmitters).
&lt;BR /&gt;&lt;BR /&gt;
Many thanks again for your help.
&lt;BR /&gt;
Tim</description>
      <pubDate>Sun, 12 Oct 2014 15:53:19 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8674#M1894</guid>
      <dc:creator>tim_franklin_68</dc:creator>
      <dc:date>2014-10-12T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8675#M1895</link>
      <description>ruckus&amp;gt; enable 
&lt;BR /&gt;
ruckus# show config 
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;you will see something like this...&lt;/B&gt;
&lt;BR /&gt;
...
&lt;BR /&gt;
..
&lt;BR /&gt;
.
&lt;BR /&gt;
NAME = your_SSID
&lt;BR /&gt;
      &lt;B&gt;Tx. Rate of Management Frame(2.4GHz) = 6.0Mbps&lt;/B&gt;
&lt;BR /&gt;
     &lt;B&gt;Tx. Rate of Management Frame(5GHz)   = 6.0Mbps&lt;/B&gt;
&lt;BR /&gt;
      Beacon Interval = 100ms
&lt;BR /&gt;
      SSID = your_SSID
&lt;BR /&gt;
      Description = blank
&lt;BR /&gt;
      Type = Standard Usage
&lt;BR /&gt;
      Authentication = 802.1x-eap
&lt;BR /&gt;
      EAP TYPE = PEAP
&lt;BR /&gt;
      Encryption = wpa2
&lt;BR /&gt;
      Algorithm = auto
&lt;BR /&gt;
      Passphrase =
&lt;BR /&gt;
      FT Roaming = Disabled
&lt;BR /&gt;
      802.11k Neighbor report = Disabled
&lt;BR /&gt;
      Web Authentication = Disabled
&lt;BR /&gt;
      Authentication Server = 
&lt;BR /&gt;
      Called-Station-Id type = wlan-bssid
&lt;BR /&gt;
      Tunnel Mode = Disabled
&lt;BR /&gt;
      Background Scanning = Enabled
&lt;BR /&gt;
      Max. Clients = 350
&lt;BR /&gt;
      Isolation per AP = Enabled
&lt;BR /&gt;
      Isolation across AP = Disabled
&lt;BR /&gt;
...
&lt;BR /&gt;
..
&lt;BR /&gt;
.
&lt;BR /&gt;&lt;BR /&gt;
if you set minimum rate to whatever (6, 12, 24...) that will be the lowest rate at which the AP will communicate with clients.
&lt;BR /&gt;&lt;BR /&gt;
The answer to your final question is &amp;gt; just check what 802.11 standards those devices support. Check in their options or just google it. Or check on the wi-fi.org under certificates database for particular product and you'll see a specification and what that device supports</description>
      <pubDate>Sun, 12 Oct 2014 18:42:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8675#M1895</guid>
      <dc:creator>kristijan_fabin</dc:creator>
      <dc:date>2014-10-12T18:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8676#M1896</link>
      <description>Hi Tim,
&lt;BR /&gt;&lt;BR /&gt;
In reference to the NOTE from Kristijan, if I set it to 12, does that mean it will only allow 12Mbps rate and above? Yes, any device capable of transmitting only under 11MBPS wont connect at all.
&lt;BR /&gt;&lt;BR /&gt;
is there any way to check what speeds devices are running at so I can make a decision what to set my minrate at? if device population is controlled one then just check their datasheet and if they support only 802.11 and 802,11 b then these device would be out once you apply above changes.. 
&lt;BR /&gt;&lt;BR /&gt;
if you want to see this real time on ZD GUI then answer is NO as it shows connection with client on signal strenght % basis which will not help however there are ways to find out however i am out of pocket at the moment to check and post here. 
&lt;BR /&gt;&lt;BR /&gt;
I will be back.</description>
      <pubDate>Mon, 13 Oct 2014 17:54:59 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8676#M1896</guid>
      <dc:creator>monnat_systems</dc:creator>
      <dc:date>2014-10-13T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8677#M1897</link>
      <description>If you have devices older than 2005 and *have* to support 802.11b/g only clients,
&lt;BR /&gt;
try setting the WLAN "bss-minrate to 5.5", which will allow 5.5mb and 11mb for
&lt;BR /&gt;
management frames between clients and the APs.
&lt;BR /&gt;&lt;BR /&gt;
If you have devices that *all* can do WPA2, use "ofdm-only", which will set the
&lt;BR /&gt;
management frame min-rate to 6mb and refuse all CCK (802.11b/g only) clients.
&lt;BR /&gt;&lt;BR /&gt;
These configurations can be used to tighten the AP coverage area with higher
&lt;BR /&gt;
data rate connectivity, assuming you have good overlap on your 2.4 band
&lt;BR /&gt;
to start with.</description>
      <pubDate>Mon, 13 Oct 2014 23:04:52 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8677#M1897</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2014-10-13T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8678#M1898</link>
      <description>Does setting bss-minrate to 5.5 enable short preamble or is preamble still modulated at 1?</description>
      <pubDate>Mon, 17 Nov 2014 08:52:04 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8678#M1898</guid>
      <dc:creator>primoz_marinsek</dc:creator>
      <dc:date>2014-11-17T08:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8679#M1899</link>
      <description>&lt;P style="margin: 0;"&gt;I know this is an old thread, but isn't 802.11r/k a better solution nowadays?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 21:26:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8679#M1899</guid>
      <dc:creator>darren_shipley</dc:creator>
      <dc:date>2021-12-28T21:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the bss-minrate for my access points</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8680#M1900</link>
      <description>&lt;P style="margin: 0;"&gt;Hi &lt;A href="https://forums.ruckuswireless.com/users/61cb80993d9a67632589cde8" style=""&gt;@darren_shipley,&lt;/A&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Yes, it is a better solution for the devices which supports 802.11r/k.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;However there are sticky clients/devices which do not want to roam generally (&lt;STRONG&gt;older models devices&lt;/STRONG&gt;) support lower data rate will stuck to these data rates without roaming and will have slowness issues in case BSS min rate is not set to a upper limit.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 22:08:25 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/Changing-the-bss-minrate-for-my-access-points/m-p/8680#M1900</guid>
      <dc:creator>vijaykuniyal</dc:creator>
      <dc:date>2022-01-14T22:08:25Z</dc:date>
    </item>
  </channel>
</rss>

