R2511-HP MSR Router Series WLAN Command Reference(V5)

86
WLAN QoS commands
The terms AP and fat AP in this document refer to MSR900, MSR93X(JG512A, JG519A and JG597A),
and MSR20-1X routers with IEEE 802.11b/g and MSR series routers installed with a SIC WLAN module.
client-rate-limit direction (WLAN service-based)
Use client-rate-limit direction to configure WLAN service-based client rate limiting.
Use undo client-rate-limit direction to restore the default.
Syntax
client-rate-limit direction { inbound | outbound } mode { dynamic | static } cir cir
undo client-rate-limit direction { inbound | outbound }
Default
WLAN service-based client rate limiting is disabled.
Views
Service template view
Default command level
2: System level
Parameters
inbound: Specifies the traffic from clients to APs (the outgoing traffic of clients).
outbound: Specifies the traffic from APs to clients (the incoming traffic of clients).
dynamic: Specifies the dynamic mode, where the rate limit for each client is the configured CIR/the
number of online clients.
static: Specifies the static mode, where the rate limit for each client is the configured CIR.
cir cir: Specifies the rate limit (in kbps) for each client in static mode or specifies the total rate limit for all
clients in dynamic mode. This argument ranges from 16 to 300000.
Usage guidelines
WLAN service-based client rate limiting can limit the rate of traffic from clients to APs or the rate of traffic
from APs to clients. You can configure client rate limiting for both incoming traffic and outgoing traffic in
the same service template.
Examples
# Configure WLAN service-based client rate limiting to limit the outgoing traffic rate of each client to 567
kbps and the total incoming traffic rate of all clients to 89 kbps.
<Sysname> system-view
[Sysname] wlan service-template 1 clear
[Sysname-wlan-st-1] client-rate-limit direction inbound mode static cir 567
[Sysname-wlan-st-1] client-rate-limit direction outbound mode dynamic cir 89