Ruijie Community

Title: How to configure speed limit for Ruijie AP in Fat Mode ? [Print this page]

Author: panjingyi1@ruij    Time: 2022-6-21 15:08
Title: How to configure speed limit for Ruijie AP in Fat Mode ?
Applied scenarios
Customers can choose according to actual network conditions to configure speed limitation for wireless clients.

Case of configuration
a) Based on the entire AP speed limit command

Ruijie(config)#wlan-qos ap-based { per-user-limit | total-user-limit } { down-streams | up-streams } average-data-rate  average-data-rate burst-data-rate burst-data-rate  


Note:
per-user-limit   // Speed limit for each user on the AP
total-user-limit    //Speed limit on the entire AP      
down-streams    //Indicates that the downlink traffic rate limit parameters of the AP are set.      
up-streams     //Indicates that the upstream traffic rate limit parameters of the AP are set.      
average-data-rate     //Indicates to set the average rate limit, the unit is 8Kbps, the range is 8-261120.   
burst-data-rate    //Indicates to set the burst rate limit, the unit is 8Kbps, the range is 8-261120.
ha
Example: Set the average downlink rate of each user on the AP to 800KB/s and the burst rate to 1600KB/s.
Ruijie(config)#wlan-qos   ap-based per-user-limit down-streams average-data-rate800 burst-data-rate 1600   

b) Speed limit command based on SSID
Ruijie(config)#wlan-qos wlan-based {wlan-id |ssid } { per-user-limit | total-user-limit }{down-streams | up-streams } average-data-rate average-data-rate  burst-data-rate burst-data-rate
   
Note:
per-user-limit      // Speed limit per user on wlan/ssid               
total-user-limit      // Speed limit on the entire wlan/ssid   
down-streams     //Indicates setting the downlink traffic rate limit parameter of wlan/ssid.      
up-streams       // Indicates setting the upstream traffic rate limit parameters for wlan/ssid.
average-data-rate     //Indicates to set the average rate limit, the unit is 8Kbps, the range is 8-261120.   
burst-data-rate    //Indicates to set the burst rate limit, the unit is 8Kbps, the range is 8-261120.
Example: Set the average downlink rate of each user on wlan/ssid to 800KB/s and the burst rate to 1600KB/s.
Ruijie(config)#wlan-qos wlan-based per-user-limit down-streams average-data-rate 800burst-data-rate 1600
  
c) Speed limit command based on individual user
Ruijie(config)#wlan-qos netuser mac-address { inbound | outbound } average-data-rateaverage-data-rate burst-data-rate burst-data-rate

Note:
mac-address      // Indicates the user MAC address to be set.  
inbound        // Indicates setting the user's upstream traffic rate limit parameters   
outbound         // Indicates that the user's downlink traffic rate limit parameter is set
average-data-rate     //Indicates to set the average rate limit, the unit is 8Kbps, the range is 8-261120.   
burst-data-rate    //Indicates to set the burst rate limit, the unit is 8Kbps, the range is 8-261120.
Example: Set the average uplink rate of user 0000.0000.0001 to 800KB/s and the burst rate to 1600KB/s
Ruijie(config)#wlan-qos netuser  0000.0000.0001 inbound average-data-rate  800  burst-data-rate 1600

Verify
1) Ruijie#show dot11 ratelimit wlan    // Indicates that the speed limit information of all WLANs is displayed.
2) Ruijie#show dot11 ratelimit user   // Indicates that the speed limit information of all users is displayed.
3) Ruijie#show dot11 ratelimit ap    // Indicates that the speed limit information of all APs is displayed.





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