Cisco ASR 9000 Series Configuration Manual page 299

Aggregation services router modular quality of service
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring QoS on the Satellite System
Command or Action
Example:
RP/0/RSP0/CPU0:router(config)# class-map
match-any class1
Step 3
match precedenceprecedence-value
[precedence-value1 ... precedence-value6]
Example:
RP/0/RSP0/CPU0:router(config-cmap)# match
precedence 5
Step 4
end-class-map
Example:
RP/0/RSP0/CPU0:router(config-cmap)#
end-class-map
Step 5
policy-map [ type qos ] policy-name
Example:
RP/0/RSP0/CPU0:router(config)# policy-map
policy1
Step 6
class class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class1
Step 7
set qos-group qos-group-value
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# set
qos-group 5
Step 8
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap)# exit
Step 9
end-policy-map
Example:
RP/0/RSP0/CPU0:router(config-pmap)#
end-policy-map
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide, Release 6.1.x
Offloading Service-policy on Physical Access Port
Purpose
If you specify match-any, one of the match criteria must
be met for traffic entering the traffic class to be classified
as part of the traffic class. This is the default. If you specify
match-all, the traffic must match all the match criteria.
Identifies IP precedence values as match criteria.
• Value range is from 0 to 7.
• Reserved keywords can be specified instead of numeric
values.
Ends the class map configuration.
Creates or modifies a policy map that can be attached to one
or more interfaces to specify a service policy and enters the
policy map configuration mode.
Specifies the name of the class whose policy you want to
create or change.
Sets the QoS group identifiers on IPv4 or MPLS packets.
Returns the router to policy map configuration mode.
Ends the policy map configuration.
283

Advertisement

Table of Contents
loading

Table of Contents