User's Manual
11-9
Cisco 3200 Series Wireless MIC Software Configuration Guide
OL-7734-02
Chapter 11 Configuring QoS in a Wireless Environment
QoS Configuration Examples
Beginning in privileged EXEC mode, follow these steps to adjust the CW-min and CW-max settings:
Use the no form of the command to reset the setting to defaults.
QoS Configuration Examples
These sections describe two common uses for QoS:
• Giving Priority to Voice Traffic, page 11-9
• Giving Priority to Video Traffic, page 11-10
Giving Priority to Voice Traffic
This section demonstrates how you can apply a QoS policy to your wireless network.
In this example, the network administrator creates a policy named voice_policy that applies voice class
of service to traffic from packets having Priority precedence in IP Precedence field. The user applies the
voice_policy to the incoming and outgoing radio ports and to the outgoing Ethernet port. Figure 11-3
shows the administrator’s QoS Policies page.
Table 11-2 CW-min and CW-max Settings for Point-to-Point and Point-to-Multipoint Bridge Links
Setting Point-to-Point Links
Point-to-Multipoint
Links with up to 5
Non-Root Bridges
Point-to-Multipoint
Links with up to 10
Non-Root Bridges
Point-to-Multipoint
Links with up to 17
Non-Root Bridges
CW-min3456
CW-max 10 10 10 10
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface dot11radio 0 Enter interface configuration mode for the radio interface.
Step 3
traffic-class class
{ cw-min number }
{ cw-max number }
{ fixed-slot number }
Assign CW-min, CW-max, and fixed-slot settings to a traffic
class. Use the values in Table 11-2 to enter settings that provide
the best performance for your network configuration.
Note If packet concatenation is enabled, you need to adjust
the CW-min and CW-max settings only for traffic class
0. Concatenation is enabled by default.
Step 4
end Return to privileged EXEC mode.
Step 5
copy running-config startup-config (Optional) Save your entries in the configuration file.