14-QoS Command Reference

HomeSupportReference GuidesCommand ReferencesH3C Anchor Command References(R5436)-6W10114-QoS Command Reference
02-WLAN QoS commands
Title Size Download
02-WLAN QoS commands 124.89 KB

WLAN QoS commands

bandwidth-guarantee

Use bandwidth-guarantee enable to enable bandwidth guaranteeing.

Use bandwidth-guarantee disable to disable bandwidth guaranteeing.

Use undo bandwidth-guarantee to restore the default.

Syntax

bandwidth-guarantee { disable | enable }

undo bandwidth-guarantee

Default

In radio view, if the service template setting in AP group view is used, a radio uses the configuration in an AP group's radio view. If a service template is manually bound to a radio, bandwidth guaranteeing is disabled.

In an AP group's radio view, bandwidth guaranteeing is disabled.

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Usage guidelines

This command enables clients that are associated with the same radio to get the guaranteed bandwidth when the network is congested. To set the guaranteed bandwidth, use the bandwidth-guarantee service-template command.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Enable bandwidth guaranteeing for AP ap1.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] service-template 1

[Sysname-wlan-ap-ap1-radio-1] bandwidth-guarantee enable

# Enable bandwidth guaranteeing for AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] bandwidth-guarantee enable

Related commands

bandwidth-guarantee service-template

bandwidth-guarantee service-template

Use bandwidth-guarantee service-template to set a guaranteed bandwidth percentage for the specified service template.

Use undo bandwidth-guarantee service-template to cancel the guaranteed bandwidth percentage configuration for the specified service template.

Syntax

bandwidth-guarantee service-template service-template-name percent percent

undo bandwidth-guarantee { all | service-template service-template-name }

Default

In radio view, if the service template setting in AP group view is used, a radio uses the configuration in an AP group's radio view. If a service template is manually bound to a radio, no guaranteed bandwidth percentage is set for the service template.

In an AP group's radio view, no guaranteed bandwidth percentage is set for a service template.

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Parameters

service-template service-template-name: Specifies a service template by its name, a case-insensitive string of 1 to 63 characters. Make sure the specified service template has been bound to the radio/radio interface.

percent percent: Specifies the percentage of the guaranteed bandwidth to the total bandwidth. The value range for the percent argument is 1 to 100. The total bandwidth represents the maximum bandwidth of the radio. The guaranteed bandwidth represents the minimum bandwidth for the BSS corresponding to the service template.

all: Specifies all service templates.

Usage guidelines

For this command to take effect, make sure the bandwidth guaranteeing feature is enabled.

For all service templates bound to the same radio, the sum of the guaranteed bandwidth percentages cannot exceed 100%.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Set the guaranteed bandwidth percentage to 30% for service template 1 in radio view.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] service-template 1

[Sysname-wlan-ap-ap1-radio-1] bandwidth-guarantee service-template 1 percent 30

[Sysname-wlan-ap-ap1-radio-1] bandwidth-guarantee enable

# Set the guaranteed bandwidth percentage to 30% for service template 1 in an AP group's radio view.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] bandwidth-guarantee enable

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] service-template 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] bandwidth-guarantee service-template 1 percent 30

Related commands

bandwidth-guarantee

wlan max-bandwidth

client-rate-limit (radio view/AP group's radio view)

Use client-rate-limit to configure radio-based client rate limiting.

Use undo client-rate-limit to restore the default.

Syntax

client-rate-limit { inbound | outbound } mode { dynamic cir cir [ min min-cir ] [ max max-cir ] | static cir cir }

undo client-rate-limit { inbound | outbound }

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, radio-based client rate is not limited.

Views

Radio view

AP group's radio 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 1700000. 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.

min min-cir: Specifies the minimum CIR for a client, in the range of 16 to 1700000 Kbps.

max max-cir: Specifies the maximum CIR for a client, in the range of 16 to 1700000 Kbps. The maximum CIR must be larger than the minimum CIR.

Usage guidelines

For this command to take effect, make sure radio-based client rate limiting is enabled.

You can repeat this command multiple times to limit the rates of both the incoming and outgoing traffic.

If you specify both the minimum and maximum CIRs for dynamic rate limit, the feature operates as follows:

·     If the specified CIR divided by the total number of clients is smaller than the minimum CIR, the minimum CIR takes effect for each client.

·     If the specified CIR divided by the total number of clients is larger than the maximum CIR, the maximum CIR takes effect for each client.

·     If the specified CIR divided by the total number of clients is between the minimum and maximum CIRs, the specified CIR divided by the total number of clients takes effect for each client.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Configure client rate limiting for radio 1 in radio view: set the CIR to 567 Kbps for incoming traffic of each client and set the CIR to 89 Kbps for outgoing traffic of all clients.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-1] client-rate-limit enable

[Sysname-wlan-ap-ap1-1] client-rate-limit inbound mode static cir 567

[Sysname-wlan-ap-ap1-1] client-rate-limit outbound mode dynamic cir 89

# Configure client rate limiting for radio 1 in an AP group's radio view: set the CIR to 567 Kbps for incoming traffic of each client and set the CIR to 89 Kbps for outgoing traffic of all clients.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] client-rate-limit enable

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] client-rate-limit inbound mode static cir 567

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] client-rate-limit outbound mode dynamic cir 89

client-rate-limit (service template view)

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 cir cir [ min min-cir ] [ max max-cir ] | static cir cir } [ cbs cbs ]

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.

cir cir: Specifies the CIR in Kbps. The value range for the cir argument is 16 to 1700000. 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.

min min-cir: Specifies the minimum CIR for a client, in the range of 16 to 1700000 Kbps.

max max-cir: Specifies the maximum CIR for a client, in the range of 16 to 1700000 Kbps.

static: Specifies the static rate limit mode. The maximum rate for each client is fixed.

cbs cbs: Specifies the CBS in bytes. The value range for the cbs argument is 1 to 268435456. If you do not specify this option, the value of CBS is automatically calculated from the value of CIR.

Usage guidelines

You can repeat this command multiple times to limit the rates of both the incoming and outgoing traffic.

If you specify a minimum CIR, a maximum CIR, or both for dynamic rate limit, the feature operates as follows:

·     If the specified CIR divided by the total number of clients is smaller than the minimum CIR, the minimum CIR takes effect for each client.

·     If the specified CIR divided by the total number of clients is larger than the maximum CIR, the maximum CIR takes effect for each client.

·     If the specified CIR divided by the total number of clients is between the minimum and maximum CIRs, the calculated value takes effect for each client.

Examples

# Configure rate limiting for service template 1:

·     Enable dynamic rate limit for incoming traffic, set the CIR to 567 Kbps, the minimum CIR to 123 Kbps, and the maximum CIR to 500 Kbps.

·     Enable dynamic rate limit for outgoing traffic, set the CIR to 789 Kbps, the minimum CIR to 234 Kbps, and the maximum CIR to 600 Kbps.

<Sysname> system-view

[Sysname] wlan service-template 1

[Sysname-wlan-st-1] client-rate-limit inbound mode dynamic cir 567 max 500 min 123

[Sysname-wlan-st-1] client-rate-limit outbound mode dynamic cir 789 max 600 min 234

client-rate-limit { disable | enable }

Use client-rate-limit enable to enable radio-based client rate limiting.

Use client-rate-limit disable to disable radio-based client rate limiting.

Use undo client-rate-limit to restore the default.

Syntax

client-rate-limit { disable | enable }

undo client-rate-limit

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, radio-based client rate limiting is disabled.

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Usage guidelines

This command limits the traffic rate of the clients associated with a radio. To set the rate limit direction and rate limit rate, use the client-rate-limit command.

You can configure different rate limit methods and rate limit modes for client rate limiting, and all settings take effect. The minimum value for the rate limit among these settings will apply to each client.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Enable client rate limiting for radio 1 of AP ap1.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] client-rate-limit enable

# Enable client rate limiting for radio 1 of AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] client-rate-limit enable

Related commands

client-rate-limit (radio view/AP group's radio view)

display wlan wmm

Use display wlan wmm to display WMM statistics.

Syntax

display wlan wmm { client [ ap ap-name | mac-address mac-address ] | radio [ ap ap-name ] }

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

client: Displays WMM statistics for clients. If you use this keyword without the ap ap-name or mac-address mac-address option, this command displays WMM statistics for all clients.

radio: Displays WMM statistics for radios. If you use this keyword without the ap ap-name option, this command displays WMM statistics for all radios.

ap ap-name: Specifies an AP by its name, a case-sensitive string of 1 to 64 characters. The string can contain letters, digits, underscores (_), dots (.), left brackets ([), right brackets (]), forward slashes (/), and hyphens (-).

mac-address mac-address: Specifies a client by its MAC address in the H-H-H format.

Examples

# Display WMM statistics for all radios.

<Sysname> display wlan wmm radio

AP ID : 4    AP name : ap1

 

Radio : 1

Client EDCA updates : 0

QoS mode    : WMM

WMM status : Enabled

Radio max AIFSN     : 15                  Radio max ECWmin : 10

Radio max TXOPLimit : 32767               Radio max ECWmax : 10

CAC information

Clients accepted                     : 0

  Voice                              : 0

  Video                              : 0

Total request medium time(µs)         : 0

  Voice(µs)                          : 0

  Video(µs)                          : 0

Calls rejected due to insufficient resources  : 0

Calls rejected due to invalid parameters      : 0

Calls rejected due to invalid medium time      : 0

Calls rejected due to invalid delay bound      : 0

 

Radio : 2

Client EDCA updates : 0

QoS mode    : WMM

WMM status: Disabled

Radio max AIFSN     : 15                  Radio max ECWmin : 10

Radio max TXOPLimit : 32767               Radio max ECWmax : 10

CAC information

Client accepted                      : 0

  Voice                              : 0

  Video                              : 0

Total request medium time(µs)         : 0

  Voice(µs)                          : 0

  Video(µs)                          : 0

Calls rejected due to insufficient resources  : 0

Calls rejected due to invalid parameters      : 0

Calls rejected due to invalid medium time      : 0

Calls rejected due to invalid delay bound      : 0

Table 1 Command output

Field

Description

Client EDCA updates

Times that client EDCA parameters have been updated.

QoS mode

WMM.

If this field displays N/A, the QoS mode is not available.

WMM status

·     Enabled.

·     Disabled.

Radio max AIFSN

Maximum AIFSN that the radio supports.

Radio max ECWmin

Maximum ECWmin that the radio supports.

Radio max TXOPLimit

Maximum TXOPLimit that the radio supports.

Radio max ECWmax

Maximum ECWmax that the radio supports.

CAC information

This field is not supported in the current software version.

CAC information.

Total request medium time

Total request medium time for AC-VO and AC-VI queues, in microseconds.

# Display WMM statistics for all clients.

<Sysname> display wlan wmm client

MAC address : 000f-e23c-0001             SSID : service

QoS mode : WMM

APSD information :

  Max SP length : 7

  L: Legacy     T: Trigger       D: Delivery

  AC             AC-BK    AC-BE   AC-VI     AC-VO

  Assoc State    T|D      L       T|D       T|D

Statistics information :

  Uplink packets      : 0            Downlink packets  : 0

  Uplink bytes        : 0            Downlink bytes    : 0

  Downgrade packets       : 0            Discarded packets       : 0

  Downgrade bytes         : 0            Discarded bytes         : 0

TS information:

  AC                    : AC-VO         User priority               : 7

  TID                   : 1             Direction                   : Bidirectional

  PSB                   : 0             Surplus bandwidth allowance : 1.0000

  Medium time (µs)      : 39            MSDU size (bytes)           : 1500

  Mean data rate (Kbps) : 10.000        Minimum PHY rate (Mbps)     : 11.000

  TS creation time      : 0h:0m:5s

  TS updating time      : 0h:0m:5s

  Uplink TS packets     : 0            Downlink TS packets         : 0

  Uplink TS bytes       : 0            Downlink TS bytes           : 0

Table 2 Command output

Field

Description

QoS mode

WMM.

If this field displays N/A, the QoS mode is not available.

Max SP length

Maximum service period (SP) length.

AC

·     AC-VO.

·     AC-VI.

·     AC-BE.

·     AC-BK.

Assoc state

APSD attribute for an AC queue:

·     T—The AC queue is trigger-enabled.

·     D—The AC queue is delivery-enabled.

·     T | D—The AC queue is both trigger-enabled and delivery-enabled.

·     L—The AC queue is of legacy attributes.

User priority

User priority for packets from wired networks.

TID

Traffic identifier, in the range of 0 to 15.

Direction

Traffic direction:

·     Uplink.

·     Downlink.

·     Bidirectional.

PSB

Power save behavior:

·     1—U-APSD power saving mode.

·     0—Traditional power saving mode.

Surplus bandwidth allowance

Surplus bandwidth allowance in percentage.

Medium time

Permitted medium time in microseconds.

MSDU size

Average MSDU size in bytes.

Mean data rate

Average data transmission rate in Kbps.

Minimum PHY rate

Minimum physical transmission rate in Mbps.

Related commands

reset wlan wmm

edca auto

Use edca auto enable to enable auto adjustment of EDCA parameters.

Use edca auto disable to disable auto adjustment of EDCA parameters.

Use undo edca auto to restore the default.

Syntax

edca auto { disable | enable }

undo edca auto

Default

In radio view, an AP uses the configuration in an AP group's radio view.

In an AP group's radio view, auto adjustment of EDCA parameters is enabled.

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Usage guidelines

This feature enables the system to automatically adjust EDCA parameters for the AC-BE and AC-BK queues based on the number of online clients. As a best practice, enable this feature when a large number of clients exist.

This feature does not take effect on a radio if the radio uses manually specified EDCA parameters instead of default parameters.

Examples

# Disable auto adjustment of EDCA parameters for AP ap1.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] edca auto disable

# Disable auto adjustment of EDCA parameters for APs in AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] undo edca auto disable

Related commands

edca client (ac-be and ac-bk)

edca client (ac-be and ac-bk)

Use edca client to set EDCA parameters of AC-BE or AC-BK queues for clients.

Use undo edca client to restore the default.

Syntax

edca client { ac-be | ac-bk } { aifsn aifsn-value | ecw ecwmin ecwmin-value ecwmax ecwmax-value | txoplimit txoplimit-value } *

undo edca client { ac-be | ac-bk }

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, the default EDCA parameter values of AC-BE or AC-BK queues for clients are shown in Table 3.

Table 3 Default EDCA parameter values of AC-BE or AC-BK queues for clients

AC

AIFSN

ECWmin

ECWmax

TXOP Limit

AC-BK

7

4

10

0

AC-BE

3

4

10

0

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Parameters

ac-be: Specifies the AC-BE (best-effort traffic) queue.

ac-bk: Specifies the AC-BK (background traffic) queue.

aifsn aifsn-value: Specifies the arbitration inter-frame spacing number (AIFSN), in the range of 1 to 15.

ecwmin ecwmin-value: Specifies the exponent form of CWmin (ECWmin), in the range of 0 to 15.

ecwmax ecwmax-value: Specifies the exponent form of CWmax (ECWmax), in the range of 0 to 15. The value of ECWmax cannot be smaller than the value of ECWmin.

txoplimit txoplimit-value: Specifies the transmission opportunity limit (TXOP Limit) value, in the range of 0 to 65535 (in units of 32 microseconds). If the value is 0, a client can send only one packet each time it holds the channel.

Usage guidelines

As a best practice, set the TXOP Limit value to 0 for both the AC-BE and AC-BK queues if all the clients are 802.11b clients.

As a best practice, use the default TXOPLimit values for both the AC-BK and AC-BE queues if both 802.11b and 802.11g clients exist in the WLAN.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Set the AIFSN to 5 for the AC-BE queue.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] edca client ac-be aifsn 5

# Set the AIFSN to 5 for the AC-BE queue for AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] edca client ac-be aifsn 5

edca client (ac-vi and ac-vo)

Use edca client to set EDCA parameters of AC-VI or AC-VO queues for clients.

Use undo edca client to restore the default.

Syntax

edca client { ac-vi | ac-vo } { aifsn aifsn-value | ecw ecwmin ecwmin-value ecwmax ecwmax-value | txoplimit txoplimit-value } *

undo edca client { ac-vi | ac-vo }

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, the default EDCA parameter values of AC-VI or AC-VO queues for clients are shown in Table 4.

Table 4 Default EDCA parameter values of AC-VI or AC-VO queues for clients

AC

AIFSN

ECWmin

ECWmax

TXOP Limit

AC-VI

2

3

4

94

AC-VO

2

2

3

47

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Parameters

ac-vi: Specifies the AC-VI (video traffic) queue.

ac-vo: Specifies the AC-VO (voice traffic) queue.

aifsn aifsn-value: Specifies the arbitration inter-frame spacing number (AIFSN), in the range of 1 to 15.

ecwmin ecwmin-value: Specifies the exponent form of CWmin (ECWmin), in the range of 0 to 15.

ecwmax ecwmax-value: Specifies the exponent form of CWmax (ECWmax), in the range of 0 to 15. The value of ECWmax cannot be smaller than the value of ECWmin.

txoplimit txoplimit-value: Specifies the transmission opportunity limit (TXOP Limit) value, in the range of 0 to 65535 (in units of 32 microseconds). If the value is 0, a client can send only one packet each time it holds the channel.

Usage guidelines

As a best practice, set the TXOPLimit value to 188 and 102 for the AC-VI and AC-VO queues, respectively when all the clients are 802.11b clients.

As a best practice, use the default TXOPLimit values for both the AC-VI and AC-VO queues if both 802.11b and 802.11g clients exist in the WLAN.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Set the AIFSN to 3 for the AC-VO queue.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] edca client ac-vo aifsn 3

# Set the AIFSN to 3 for the AC-VO queue for AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] edca client ac-vo aifsn 3

edca radio

Use edca radio to set EDCA parameters.

Use undo edca radio to restore the default.

Syntax

edca radio { ac-be | ac-bk | ac-vi | ac-vo } { ack-policy { noack | normalack } | aifsn aifsn-value | ecw ecwmin ecwmin-value ecwmax ecwmax-value | noack | txoplimit txoplimit-value } *

undo edca radio { ac-be | ac-bk | ac-vi | ac-vo }

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, the default EDCA parameter values are shown in Table 5.

Table 5 Default EDCA parameter values

AC

AIFSN

ECWmin

ECWmax

TXOP Limit

AC-BK

7

4

10

0

AC-BE

3

4

6

0

AC-VI

1

3

4

94

AC-VO

1

2

3

47

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Parameters

ac-be: Specifies the AC-BE (best-effort traffic) queue.

ac-bk: Specifies the AC-BK (background traffic) queue.

ac-vi: Specifies the AC-VI (video traffic) queue.

ac-vo: Specifies the AC-VO (voice traffic) queue.

ack-policy: Specifies the ACK policy for the AC queue.

noack: Specifies the No ACK policy.

normalack: Specifies the Normal ACK policy (the default).

aifsn aifsn-value: Specifies the arbitration inter-frame spacing number (AIFSN), in the range of 1 to 15.

ecwmin ecwmin-value: Specifies the exponent form of CWmin (ECWmin) in the range of 0 to 10.

ecwmax ecwmax-value: Specifies the exponent form of CWmax (ECWmax) in the range of 0 to 10. The value of ECWmax cannot be smaller than the value of ECWmin.

txoplimit txoplimit-value: Specifies the transmission opportunity limit (TXOP Limit) value in units of 32 microseconds. The value range is 0 to 32767. If the value is 0, a client can send only one packet each time it holds the channel.

Usage guidelines

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Set the AIFSN of the AC-VO queue to 2 in radio view of radio 2.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] edca radio ac-vo aifsn 2

# Set the AIFSN of the AC-VO queue to 2 in radio view of radio 2 for AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] edca radio ac-vo aifsn 2

qos priority

Use qos priority to set the port priority.

Use undo qos priority to restore the default.

Syntax

qos priority priority

undo qos priority

Default

The port priority is 0.

Views

Service template view

Predefined user roles

network-admin

Parameters

priority: Specifies the port priority in the range of 0 to 7. A larger value represents a higher priority.

Usage guidelines

When the port trust mode is enabled, an AP assigns the port priority to all packets for the service template.

This command does not take effect when the packet trust mode is enabled.

Examples

# Set the port priority to 2 for service template 1.

<Sysname> system

[Sysname] wlan service-template 1

[Sysname-wlan-st-1] qos priority 2

Related commands

qos trust

qos trust

Use qos trust to configure the trusted packet priority type.

Use undo qos trust to restore the default.

Syntax

qos trust { dot11e | dscp }

undo qos trust

Default

The port priority is trusted.

Views

Service template view

Predefined user roles

network-admin

Parameters

dot11e: Uses the 802.1e priority carried in packets for priority mapping.

dscp: Uses the DSCP priority carried in packets for priority mapping.

Usage guidelines

This feature takes effect only on uplink packets.

Examples

# Configure service template 1 to use the 802.1e priority carried in packets for priority mapping.

<Sysname> system

[Sysname] wlan service-template 1

[Sysname-wlan-st-1] qos trust dot11e

Related commands

qos priority

reset wlan wmm

Use reset wlan wmm to clear WMM statistics.

Syntax

reset wlan wmm { client [ ap ap-name | mac-address mac-address ] | radio [ ap ap-name ] }

Views

User view

Predefined user roles

network-admin

Parameters

client: Clears WMM statistics for clients. If you use this keyword without the ap ap-name or mac-address mac-address option, this command clears WMM statistics for all clients.

radio: Clears WMM statistics for radios. If you use this keyword without the ap ap-name option, this command clears WMM statistics for all radios.

ap ap-name: Specifies an AP by its name, a case-sensitive string of 1 to 64 characters. The string can contain letters, digits, underscores (_), dots (.), left brackets ([), right brackets (]), forward slashes (/), and hyphens (-).

mac-address mac-address: Specifies a client by its MAC address in the H-H-H format.

Examples

# Clear WMM statistics for all radios.

<Sysname> reset wlan wmm radio

Related commands

display wlan wmm

wlan client-rate-limit

Use wlan client-rate-limit to configure client-type-based client rate limiting.

Use undo wlan client-rate-limit to remove the configuration.

Syntax

wlan client-rate-limit { dot11a | dot11ac | dot11an | dot11b | dot11g | dot11gac | dot11gn | dot11ax | dot11gax } { inbound | outbound } cir cir [ cbs cbs ]

undo wlan client-rate-limit [ { dot11a | dot11ac | dot11an | dot11b | dot11g | dot11gac | dot11gn | dot11ax | dot11gax } [ inbound | outbound ] ]

Default

Client-type-based client rate is not limited.

Views

System view

Predefined user roles

network-admin

Parameters

dot11a: Specifies 802.11a clients.

dot11ac: Specifies 802.11ac clients.

dot11an: Specifies 802.11an clients.

dot11b: Specifies 802.11b clients.

dot11g: Specifies 802.11g clients.

dot11gac: Specifies 802.11gac clients.

dot11gn: Specifies 802.11gn clients.

dot11ax: Specifies 802.11ax clients.

dot11gax: Specifies 802.11gax clients.

inbound: Limits the rate of incoming traffic.

outbound: Limits the rate of outgoing traffic.

cir cir: Specifies the CIR in Kbps for each client. The value range for the cir argument is 1 to 2097152.

cbs cbs: Specifies the CBS in bytes for each client. The value range for the byte argument is 1 to 268435456. If you do not specify this option, the value of CBS is automatically calculated from the value of CIR.

Usage guidelines

You can configure different rate limit methods and rate limit modes for client rate limiting, and all settings take effect. The minimum value for the rate limit among these settings will apply to each client.

Examples

# Set the rate limit to 20480 Kbps for incoming traffic of 802.11an clients.

<Sysname> system-view

[Sysname] wlan client-rate-limit dot11an inbound cir 20480

wlan max-bandwidth

Use wlan max-bandwidth to set the maximum bandwidth for a radio mode.

Use undo wlan max-bandwidth to restore the default setting for one radio mode or for all radio modes.

Syntax

wlan max-bandwidth { dot11a | dot11ac | dot11an | dot11b | dot11g | dot11gac | dot11gn | dot11ax | dot11gax } bandwidth

undo wlan max-bandwidth [ dot11a | dot11ac | dot11an | dot11b | dot11g | dot11gac | dot11gn | dot11ax | dot11gax ]

Default

The following maximum bandwidth settings apply:

·     30000 Kbps for dot11a and dot11g.

·     250000 Kbps for dot11an, dot11gn, dot11gac, and dot11gax.

·     500000 Kbps for dot11ac and dot11ax.

·     7000 Kbps for dot11b.

Views

System view

Predefined user roles

network-admin

Parameters

dot11a: Specifies the 802.11a radio mode.

dot11ac: Specifies the 802.11ac radio mode.

dot11an: Specifies the 802.11an radio mode.

dot11b: Specifies the 802.11b radio mode.

dot11g: Specifies the 802.11g radio mode.

dot11gac: Specifies the 802.11gac radio mode.

dot11gn: Specifies the 802.11gn radio mode.

dot11ax: Specifies the 802.11ax radio mode.

dot11gax: Specifies the 802.11gax radio mode.

bandwidth: Specifies the maximum bandwidth in Kbps. The value range varies as follows depending on radio modes:

·     16 to 30000 for dot11a and dot11g.

·     16 to 250000 for dot11an, dot11gn, dot11gac, and dot11gax.

·     16 to 500000 for dot11ac and dot11ax.

·     16 to 7000 for dot11b.

Usage guidelines

The maximum bandwidth is used to calculate the guaranteed bandwidth.

Examples

# Set the maximum bandwidth to 2000 Kbps for 802.11ac.

<Sysname> system-view

[Sysname] wlan max-bandwidth dot11ac 2000

wmm

Use wmm enable to enable WMM.

Use wmm disable to disable WMM.

Use undo wmm to restore the default.

Syntax

wmm { disable | enable }

undo wmm

Default

In radio view, a radio uses the configuration in an AP group's radio view.

In an AP group's radio view, WMM is enabled.

Views

Radio view

AP group's radio view

Predefined user roles

network-admin

Usage guidelines

All 802.11n and 802.11ac clients must support WLAN QoS. For 802.11n or 802.11ac clients to communicate with the associated AP, enable WMM when the radio operates in 802.11an, 802.11gn, or 802.11ac mode.

The configuration in radio view takes precedence over the configuration in an AP group's radio view.

Examples

# Disable WMM.

<Sysname> system-view

[Sysname] wlan ap ap1 model WA536-WW

[Sysname-wlan-ap-ap1] radio 1

[Sysname-wlan-ap-ap1-radio-1] wmm disable

# Disable WMM for AP group apgroup1.

<Sysname> system-view

[Sysname] wlan ap-group apgroup1

[Sysname-wlan-ap-group-apgroup1] ap-model WA536-WW

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW] radio 1

[Sysname-wlan-ap-group-apgroup1-ap-model-WA536-WW-radio-1] wmm disable

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网