4-9
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 4 Attaching Service Policies
Attaching ATM QoS Service Policies
Configuration Example for Attaching QoS Service Policies to an ATM PVC
Example 4-3 shows how to attach a QoS service policy named bronze to PVC 0/101 on the
ATM subinterface 3/0/0.1 for inbound traffic.
Example 4-3 Attaching a QoS Service Policy to an ATM PVC
Router(config)# interface atm 3/0/0
Router(config-if)# atm pxf queuing
Router(config)# interface atm 3/0/0.1
Router(config-subif)# pvc 0/101
Router(config-if-atm-vc)# service-policy input bronze
Attaching QoS Service Policies to an ATM PVC Range and an ATM PVC in a Range
To attach a QoS service policy to a range of ATM PVCs or to a specific ATM PVC in a range of PVCs,
enter the following commands beginning in global configuration mode:
Step 5
Router(config-if-atm-vc)# service-policy
[input | output] policy-map-name
Attaches the service policy you specify to the specified
ATM
PVC.
input indicates to apply the service policy to inbound traffic on
the interface.
output indicates to apply the service policy to outbound traffic on
the interface.
Note For QoS policies containing the bandwidth, priority,
random-detect, queue-limit, and shape commands, you
must specify the output keyword. If you use these
commands with the input keyword, the router ignores the
commands.
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 that you specify.
Command Purpose
Command Purpose
Step 1
Router(config)# interface atm
slot/module/port
Specifies the ATM interface and enters interface configuration
mode.