4-15
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 4 Attaching Service Policies
Attaching Frame Relay QoS Service Policies
Attaching a QoS Policy Directly to a Frame Relay Interface or Point-to-Point Subinterface
To attach a QoS policy directly to a Frame Relay interface or point-to-point subinterface, enter the
following commands beginning in global configuration mode:
Configuration Examples for Attaching QoS Policies Directly to a Frame Relay Interface or Point-to-Point Subinterface
Example 4-5
shows how to attach the service policy named mypolicy2 to serial subinterface 1/0/0.1 in
the inbound direction.
Example 4-5
Attaching a QoS Policy Directly to a Frame Relay Point-to-Point Subinterface
Router(config)#
interface serial 1/0/0.1 point-to-point
Router(config-if)#
service-policy input mypolicy2
Example 4-6
shows how to attach the service policy named silver to serial interface 4/0/0 in the inbound
direction.
Example 4-6
Attaching a QoS Policy Directly to a Frame Relay Interface
Router(config)#
interface serial 4/0/0
Router(config-if)#
service-policy input silver
Command
Purpose
Step 1
Router(config)#
interface
type
slot
/
subslot
/
port
.
subinterface
Specifies the interface or subinterface to which you want to attach
the QoS service policy. Enters interface or subinterface
configuration mode.
Step 2
Router(config-if)#
service-policy
{
input
|
output
}
policy-map-name
Applies the service policy you specify to the interface or
subinterface.
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
,
priority
,
random-detect
,
queue-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 interface.
Note
The router applies the service policy to the aggregate of
all of the data link connection identifies (DLCIs)
configured on the interface or subinterface.