Specifications
25-23
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 25 Configuring Quality of Service
Configuring Quality of Service
Note You can use the show policy-map, show policy-map policy-map class class-name, or show
policy-map interface commands to verify your configuration.
Configuring CBFQ
The Cisco MWR 2941 supports CBWFQ for congestion management. Follow these steps to configure
CBWFQ.
Note The Cisco MWR 2941 does not support the queue-limit and random-detect commands.
Step 6
Router(config-pmap-c)# bandwidth
percent 30
Use the bandwidth command to specify the bandwidth available to the
traffic class within the policy map. You can specify the bandwidth in kbps
or by a percentage of bandwidth.
Step 7
exit
Example:
Router(config)# exit
Router#
Exit configuration mode.
Command Purpose
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
Router(config)# class-map class1
Router(config-cmap)#
Creates a class map.
A class map contains match criteria against which a packet is checked to
determine if it belongs to the class. You can use class maps to define
criteria that are referenced in one or more policy maps.
Step 4
Router(config-cmap)# match
qos-group 7
Specifies the match criteria for the class map. You can define a variety of
match criteria including CoS, DSCP, MPLS Exp, or QoS group value.
Step 5
Router(config-cmap)# exit
Router(config)#
Exits class map configuration.
Step 6
Router(config)# policy-map policy1
Router(config-pmap)#
Defines a policy map.
Step 7
Router(config-pmap)# class class1
Router(config-pmap-c)#
References the class map that defines the traffic to which the policy map
is applied.
Step 8
Router(config-pmap-c)# bandwidth
3000
Specifies the bandwidth allocated for the traffic class.