Specifications
25-11
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 command to verify your configuration.
Attaching the Policy Map to an Interface
After you create the policy map, you must attach it to an interface. Policy maps can be attached to either
the input or output direction of the interface. Follow these steps to attach a policy map to an interface:
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)# policy-map policy1
Router(config-pmap)#
Defines a new policy map and enter policy map configuration mode.
Step 4
Router(config-pmap)# class class1
Router(config-pmap-c)#
Specifies a traffic class to which the policy applies. This command enters
policy-map class configuration mode, which allows you to define the
treatment for the traffic class.
Step 5
Router(config-pmap-c)# bandwidth
percent 50
(Optional) Specifies the bandwidth allocated for a traffic class attached to
the policy map. You can define the amount of bandwidth in kbps, a
percentage of bandwidth, or an absolute amount of bandwidth.
Note GigabitEthernet interfaces support only bandwidth defined as a
percentage or remaining percent.
Step 6
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.
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)# interface
gigabitEthernet0/1
Specifies the interface to which you want to apply the policy map.