4-8
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 Point-to-Point Subinterface
Example 4-2 attaches a QoS service policy named myQoS to ATM point-to-point subinterface 3/0/0.1
for inbound traffic.
Example 4-2 Attaching a QoS Service Policy to an ATM Point-to-Point Subinterface
Router(config)# interface atm 3/0/0
Router(config-if)# atm pxf queuing
Router(config-if)# interface atm 3/0/0.1 point-to-point
Router(config-subif)# service-policy input myQoS
Attaching QoS Service Policies to an ATM PVC
To attach a QoS service policy to an individual ATM PVC, enter the following commands beginning in
interface configuration mode:
Command Purpose
Step 1
Router(config)# interface atm
slot/module/port
Specifies the ATM interface and enters interface configuration
mode.
Step 2
Router(config-if)# atm pxf queuing
Specifies the interface mode. In this mode, the interface operates
in low VC count. The router operates in atm pxf queuing mode by
default. You do not need to specify this mode unless the router is
currently configured for no atm pxf queuing.
Note This is the required interface operating mode for QoS
service policies that include queuing actions.
Step 3
Router(config-if)# interface atm
slot/module/port.subinterface
point-to-point
Specifies the point-to-point subinterface and enters subinterface
configuration mode.
Step 4
Router(config-subif)# pvc [name] vpi/vci
Creates an ATM permanent virtual circuit (PVC) and enters
ATM
VC configuration mode.
name is the name used to identify the PVC.
vpi is the virtual path identifier.
vci is the virtual circuit identifier.