Ruijie Community

Title: How to disable low basic rate 802.11b on Fit AP? [Print this page]

Author: t.gabdurashitov    Time: 2024-11-11 22:51
Title: How to disable low basic rate 802.11b on Fit AP?
Hello.
Could you please explain how to correctly disable low basic rate on fit AP.
We have:
AC6108, AC_RGOS 11.9(6)W2B1, Release(10162720)
AP AP840-I(V2), AP_RGOS 11.9(6)W2B7, Release(10150919)
AP680-O(V3), AP_RGOS 11.9(6)W2B4, Release(10171714)
Our problem is that the access points continue to broadcast low basic rate in 2.4.
Although they are disabled in the configuration file.
The problem exists only for the 2.4.
It is also strange that the "802.11b network rate 1 disabled" command is applied in the "ap-group default" section, but does not appear in the configuration.
Thanks!


Config:
ap-group default
interface-mapping 1 2010 ap-wlan-id 1
802.11g network rate 1 disabled
802.11g network rate 2 disabled
802.11g network rate 5 disabled
802.11g network rate 6 disabled
802.11g network rate 9 disabled
802.11g network rate 11 mandatory
802.11g network rate 12 supported
802.11g network rate 18 supported
802.11g network rate 24 supported
802.11g network rate 36 supported
802.11g network rate 48 supported
802.11g network rate 54 supported
802.11a network rate 6 disabled
802.11a network rate 9 disabled
802.11a network rate 12 mandatory
802.11a network rate 18 supported
802.11a network rate 24 mandatory
802.11a network rate 36 supported
802.11a network rate 48 supported
802.11a network rate 54 supported

ac-controller
802.11g network rate 1 disabled
802.11g network rate 2 disabled
802.11g network rate 5 disabled
802.11g network rate 6 disabled
802.11g network rate 9 disabled
802.11g network rate 11 mandatory
802.11g network rate 12 supported
802.11g network rate 18 supported
802.11g network rate 24 supported
802.11g network rate 36 supported
802.11g network rate 48 supported
802.11g network rate 54 supported
802.11b network rate 1 disabled
802.11b network rate 2 disabled
802.11b network rate 5 disabled
802.11b network rate 11 mandatory
802.11a network rate 6 disabled
802.11a network rate 9 disabled
802.11a network rate 12 mandatory
802.11a network rate 18 supported
802.11a network rate 24 mandatory
802.11a network rate 36 supported
802.11a network rate 48 supported
802.11a network rate 54 supported






Author: guominxiang@rui    Time: 2024-11-11 22:59
Hello,

I need to double check with my team. It may take some time to double check with my team. I will reply to the result here and inform you by email. Please pay attention.

Best regards,
Micca

Author: mirza.ramadhana    Time: 2024-11-15 14:11
GTAC-Micca replied at 2024-11-11 22:59
Hello,

I need to double check with my team. It may take some time to double check with my team. I w ...

hi anyone know the results is ? the case same as my problem too. How to disable low basic rate in 802.11b especially disable rate-set 1 2 5 11. I want modify change to rate-set 11b mandatory 9 12

Thank you for help

Author: guominxiang@rui    Time: 2024-11-15 14:24
Mirza Ramadhana replied at 2024-11-15 14:11
hi anyone know the results is ? the case same as my problem too. How to disable low basic rate in  ...

Hello,

1. The command shared by the user above is correct. But the version is a little old. Please update the version and check again.
WS6108: https://www.ruijienetworks.com/resources/software/rg-ws6008-6018-firmware/rg-ws6008-6108-firmware/

AP840-I(V2): https://www.ruijienetworks.com/resources/software/rg-ap840-iv2-firmware/rgos11-9-6-w3b1-s2x4-11/

AP680-O(V3): https://www.ruijienetworks.com/resources/software/ap680-ov3/rgos11-9-6-w3b1-s2x2-37/

2. Other users need to share the model and version of the device, as well as the commands on the device, and we will continue to check for you
Here is the configuration guide for you about how to configure it: https://community.ruijienetworks.com/forum.php?mod=viewthread&tid=1003&extra=page%3D1


If you still have any issues, please contact us again.

Best regards,
Micca

Author: mirza.ramadhana    Time: 2024-11-15 14:45
GTAC-Micca replied at 2024-11-15 14:24
Hello,

1. The command shared by the user above is correct. But the version is a little old. Pleas ...

Hi micca
my devices model is AP820-L(V2) and already update firmware AP_RGOS11.9(6)W3B1, Release (11160201)
here sample my config in 2.4 & 5Ghz
interface Dot11radio 1/0
ofdma enable
country-code ID
radio-type 802.11b
mu-mimo enable
no txbf enable
rate-set 11b mandatory 1 2 5 11
rate-set 11g mandatory 1 2 5 9 11 12
rate-set 11g support 6 18 24 36 48 54
rate-set 11a mandatory 6 9 12
rate-set 11a support 18 24 36 48 54
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
rate-set 11ax mcs-support 23

interface Dot11radio 2/0
ofdma enable
country-code ID
no short-preamble
radio-type 802.11a
mu-mimo enable
no txbf enable
rate-set 11a mandatory 6 12 24
rate-set 11a support 9 18 36 48 54
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
rate-set 11ax mcs-support 23

Kindly your help

Author: guominxiang@rui    Time: 2024-11-18 14:58
Mirza Ramadhana replied at 2024-11-15 14:45
Hi micca
my devices model is AP820-L(V2) and already update firmware AP_RGOS11.9(6)W3B1, Release ( ...

Hello,

May I know what is working mode of your AP? Is MACC mode?
If yes, pls try this command:
Ruijie#conf t
Ruijie(config)#int dot11radio 1/0
Ruijie(config-if-Dot11radio 1/0)#rate-set 11a disable 6
Ruijie(config-if-Dot11radio 1/0)#rate-set 11a disable 9
Ruijie(config-if-Dot11radio 1/0)#rate-set 11b disable 1
Ruijie(config-if-Dot11radio 1/0)#rate-set 11b disable 2
Ruijie(config-if-Dot11radio 1/0)#rate-set 11b disable 5
Ruijie(config-if-Dot11radio 1/0)#rate-set 11g disable 1
Ruijie(config-if-Dot11radio 1/0)#rate-set 11g disable 2
Ruijie(config-if-Dot11radio 1/0)#rate-set 11g disable 5

Best regards,
Micca

Author: mirza.ramadhana    Time: 2024-11-22 11:02
GTAC-Micca replied at 2024-11-18 14:58
Hello,

May I know what is working mode of your AP? Is MACC mode?

Hi micca
i have already config and now its working. capture config below. Thank you for your help
interface Dot11radio 1/0
ofdma enable
country-code ID
radio-type 802.11b
mu-mimo enable
no txbf enable
rate-set 11b mandatory 11
rate-set 11b disable 1 2 5
rate-set 11g mandatory 11
rate-set 11g support 12 18 24 36 48 54
rate-set 11g disable 1 2 5 6 9
rate-set 11a mandatory 12 24
rate-set 11a support 18 36 48 54
rate-set 11a disable 6 9

interface Dot11radio 2/0
ofdma enable
country-code ID
no short-preamble
radio-type 802.11a
mu-mimo enable
no txbf enable
rate-set 11a mandatory 12 24
rate-set 11a support 18 36 48 54
rate-set 11a disable 6 9
rate-set 11n mcs-support 15
rate-set 11ac mcs-support 19
rate-set 11ax mcs-support 23





Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2