The wmm edca-ap command sets EDCA parameters and ACK policies for an AP.
The undo wmm edca-ap command restores the default EDCA parameters and ACK policies for an AP.
wmm edca-ap { ac-vo | ac-vi | ac-be | ac-bk } { aifsn aifsn-value | ecw ecwmin ecwmin-value ecwmax ecwmax-value | txoplimit txoplimit-value | ack-policy { normal | noack } } *
undo wmm edca-ap
Parameter |
Description |
Value |
---|---|---|
ac-vo |
Indicates AC_VO packets. |
- |
ac-vi |
Indicates AC_VI packets. |
- |
ac-be |
Indicates AC_BE packets. |
- |
ac-bk |
Indicates AC_BK packets. |
- |
aifsn aifsn-value |
Specifies the AIFSN, which determines the channel idle time. |
The value is an integer that ranges from 1 to 15. |
ecwmin ecwmin-value |
Specifies the ecwmin-value. ecwmin-value and ecwmax-value determine the average backoff time. |
The value is an integer that ranges from 0 to 15 and must be less than or equal to the ecwmax-value value. |
ecwmax ecwmax-value |
Specifies the ecwmax-value. ecwmax-value and ecwmin-value determine the average backoff time. |
The value is an integer that ranges from 0 to 15 and must be greater than or equal to the ecwmin-value value. |
txoplimit txoplimit-value |
Specifies the TXOPLimit, which determines the maximum duration in which an AP or a STA can occupy a channel. A larger txoplimit-value value indicates a longer duration to occupy a channel. |
The value is an integer that ranges from 0 to 255. The unit is 32 microseconds.
NOTE:
If the txoplimit-value value is 0, the STA can send only one data frame every time it occupies a channel. |
ack-policy { normal | noack } |
Specifies an ACK policy.
|
- |
Usage Scenario
WMM classifies data packets into the following access categories (ACs): AC_VO, AC_VI, AC_BE, and AC_BK. A set of EDCA parameters is set for each AC queue. These parameters determine the capabilities of a queue to occupy a channel. You can set EDCA parameters for packets of different ACs to provide different priorities to the packets. In this way, APs have different capabilities to compete for channels and provide differentiated services.
Precautions