Cisco ASR 9000 Series System Configuration Manual page 89

Aggregation services router nv
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring QoS on the Satellite System
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
class-map [type qos] [match-any] [match-all]
class-map-name
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
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
Offloading Service-policy on Physical Access Port
Purpose
Creates a class map to be used for matching packets to the
class specified and enters the class map configuration mode.
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.
79

Advertisement

Table of Contents
loading

Table of Contents