Cisco Cisco IOS Software Release 12.2(27)SBC

Page de 14
MQC Policy Map Support on Configured VC Range
  Configuration Examples for Policy Map Support on Configured VC Range
5
MQC Policy Map Support on Configured VC Range
Configuration Examples for Policy Map Support on Configured 
VC Range
This section provides the following configuration examples:
Attaching QoS Service Policies to a Range of ATM PVCs: Example
The following example configuration shows how to attach policy maps to a range of ATM PVCs. In the 
example, the service policy named voice is attached to the range of ATM PVCs 1/32 to 1/34. The router 
applies the service policy to all of the PVCs within the PVC range. 
Router(config)# interface atm 2/0/0
Router(config-if)# range pvc 1/32 1/34
Router(config-if-atm-range)# service-policy input voice
Step 6
service-policy 
[input | output] policy-map-name
Example:
Router(config-if-atm-range-pvc)# service-policy 
output Downstream_Rate
Attaches the service policy you specify to the specified 
PVC within the ATM PVC range.
input indicates to apply the service policy to the inbound 
traffic on the interface.
output indicates to apply the service policy to the outbound 
traffic on the interface. 
Note
For QoS policies containing the bandwidth
priorityrandom-detectqueue-limit, and shape 
commands, you must specify the output keyword. 
The router ignores these commands when you use 
them with the input keyword.
policy-map-name is the name of the policy map you want to 
attach to the subinterface.
Note
The router applies the service policy to only the 
individual ATM PVC within the PVC range. 
Command or Action
Purpose