96
Predefined user roles
network-admin
Parameters
channelutilization: Specifies the channel usage-based admission policy.
channelutilization-value: Specifies the maximum channel usage in percentage, in the range of 0 to
100. The maximum channel usage refers to the medium time of the accepted AC-VO and AC-VI
traffic to the valid time within a certain time. The valid time refers to the time available for transmitting
and receiving data. By default, the maximum channel usage is 65%.
client: Specifies the client-based admission policy.
client-number: Specifies the maximum number of clients allowed to be connected, in the range of 0
to 124. A client is counted as one client if it is using both the AC-VO and AC-VI queues.
Usage guidelines
The CAC policy takes effect only on the AC-VO and the AC-VI queues.
Examples
# Configure the channel usage-based admission policy for CAC, and set the maximum channel
usage to 70%.
<Sysname> system-view
[Sysname] interface wlan-radio 0/1
[Sysname-WLAN-Radio0/1] cac policy channelutilization 70
client-rate-limit
Use client-rate-limit to configure service-template-based client rate limiting.
Use undo client-rate-limit to restore the default.
Syntax
client-rate-limit { inbound | outbound } mode { dynamic | static } cir cir
undo client-rate-limit { inbound | outbound }
Default
Service-template-based client rate is not limited.
Views
Service template view
Predefined user roles
network-admin
Parameters
inbound: Limits the rate of incoming traffic.
outbound: Limits the rate of outgoing traffic.
dynamic: Specifies the dynamic rate limit mode. In this mode, the maximum rate for each client is
the total maximum rate divided by the number of clients.
static: Specifies the static rate limit mode. The maximum rate for each client is fixed.
cir cir: Specifies the CIR in Kbps. The value range for the cir argument is 16 to 300000. This option
sets the maximum rate for each client in static rate limit mode and sets the total maximum rate for all
clients in dynamic rate limit mode.