Cisco ASR 9000 Series System Configuration Manual page 99

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

Advertisement

Configuring QoS on the Satellite System
SUMMARY STEPS
1. configure
2. class-map [type qos] [match-any] [match-all] class-map-name
3. match qos-group [qos-group-value1]
4. end-class-map
5. policy-map [ type qos ] policy-name
6. class class-name
7. bandwidth {bandwidth [units] | percent value}
8. exit
9. end-policy-map
10. interface type interface-path-id
11. encapsulation dot1qvlan-identifier
12. nv
13. satellite-fabric-link satellite satellite_id
14. remote-portsinterface_type remote_subslot
15. service-policy output policy-map
16. commit
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
class5
Step 3
match qos-group [qos-group-value1]
Example:
RP/0/RSP0/CPU0:router(config-cmap)# match qos-group
5
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
Offloading Service-policy on L2 Fabric Physical SFL
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.
Specifies service (QoS) group values in a class map to
match packets.
• qos-group-value identifier argument is specified
as the exact value or range of values from 0 to 63.
• Up to eight values (separated by spaces) can be
entered in one match statement.
• match qos-groupcommand is supported only for
an egress policy.
89

Advertisement

Table of Contents
loading

Table of Contents