Hierarchical Policing: Examples - Cisco ASR 9000 Series Service Configuration Manual

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

Advertisement

Configuring Hierarchical Modular QoS on Cisco ASR 9000 Series Routers

Hierarchical Policing: Examples

ASR 9000 Ethernet Line Cards
This example shows a two-level policy with police actions at each level. There are two classes in the top
level, one for each customer. Aggregated traffic from each customer is subject to a rate limit as specified
by the police rate command in the top level. Traffic in different classes in the bottom level is limited by
an additional set of police actions to control different types of traffic for each customer.
class-map match-any customera
match vlan 10-14
class-map match-any customerb
match vlan 15-19
class-map match-any prec1
match precedence 1
class-map match-any prec3
match precedence 3
policy-map parent
class customera
service-policy childa
bandwidth remaining ratio 10
police rate percent 50
class customerb
service-policy childb
bandwidth remaining ratio 100
police rate percent 70
policy-map childa
class prec1
police rate percent 25
conform-action transmit
exceed-action drop
class prec3
police rate percent 25
conform-action transmit
exceed-action drop
policy-map childb
class prec1
police rate percent 30
conform-action transmit
exceed-action drop
class prec3
police rate percent 30
conform-action transmit
exceed-action drop
SIP 700 for the ASR 9000
In this example, policers are specified in the policy child in class Prec1 and class Prec3, and also in the
class-default in the policy parent. The policers in the child policy, police traffic in class Prec1 at 30
percent (of 50 percent), police traffic in class Prec3 at 60 percent (of 50 percent) and police any other
traffic at 10 percent (of 50 percent). Cumulatively, all traffic on the interface is policed at 50 percent of
the interface rate by the policer in the parent policy.
OL-23108-02
conform-action transmit
exceed-action drop
conform-action transmit
exceed-action drop
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
Configuration Examples for Hierarchical QoS
QC-149

Advertisement

Table of Contents
loading

Table of Contents