Title: Dynamic Vlan & Disable low data rates on MACC controller [Print this page] Author: jharianto@njis. Time: 2021-5-19 14:25 Title: Dynamic Vlan & Disable low data rates on MACC controller I have Ruijie rg-ap820-l(v2) and already configured on Cloud Controller. 1. How to configure SSID with dynamic vlan assignment from Radius Server with 802.1x authentication,
2. How to disable low data rates 1 and 2 Mbps, I tried the command but seems not working rate-set 11b mandatory 5 11 rate-set 11g mandatory 5 11
Author: chenlin5@ruijie Time: 2021-5-19 19:26
1.you can do as the following way
(1)configure SSID on cloud
(2)configure snmp
AP(config)#snmp-server community ruijie123 rw
(3)add AP to radius server
(4)Confiure vlan-group and dynamic vlan
APtest(config)#vlan 10
APtest(config-vlan)#vlan 20
APtest(config-vlan)#exit
(5)check the vlan group
APtest(config)#show vlan-group 10
(6)Encapsule vlan-group to radio
APtest(config)#interface Dot11radio 1/0.1
APtest(config-subif-Dot11radio 1/0.1)#no encapsulation
APtest(config-subif-Dot11radio 1/0.1)#encapsulation dot group 10
APtest(config-subif-Dot11radio 1/0.1)#int dot 2/0.1
APtest(config-subif-Dot11radio 2/0.1)#no encapsulation
APtest(config-subif-Dot11radio 2/0.1)#encapsulation dot group 10
APtest(config-subif-Dot11radio 2/0.1)#exit
APtest(config)#int gi 0/1.1
APtest(config-subif-GigabitEthernet 0/1.1)#encapsulation dot group 10
APtest(config-subif-GigabitEthernet 0/1.1)# ip dhcp snooping trust
APtest(config-subif-GigabitEthernet 0/1.1)#end
APtest#wr
(7)configure the user on radius server
2. please type command 'show dot a a' to check Author: jharianto@njis. Time: 2021-5-20 11:28 Edited by jharianto@njis.org at 2021-5-20 14:16
1. Ok, I'll try that.
2. Here is the output, on the controller manual & forum, I saw that we can use 802.11g rate 1 2 disable, but how disable it on MACC mode controller?
here is the output from the Inssider, that showing 1,2 rates still enabled
Author: GTAC-Harvey Time: 2021-5-20 17:20
sir,You can create Case in Caseportal, or contact our online support Rita , in order to conduct further investigation,Thank you.