Limited Color-Aware Policing - Cisco ASR 920 Series Configuration Manual

Policing and shaping configuration guide
Hide thumbs Also See for ASR 920 Series:
Table of Contents

Advertisement

Hierarchical Color-Aware Policing

Limited Color-Aware Policing

The following sample configuration for a simple two-level color-aware policer would result in the changed
behavior shown in the figure below:
ip access-list extended user1-acl
permit ip host 192.168.1.1 any
permit ip host 192.168.1.2 any
ip access-list extended user2-acl
permit ip host 192.168.2.1 any
permit ip host 192.168.2.2 any
class-map match-all user1-acl-child
match access-group name user1-acl
class-map match-all user2-acl-child
match access-group name user2-acl
class-map match-all hipri-conform
match qos-group 5
policy-map child-policy
class user1-acl-child
police 10000 bc 1500
class user2-acl-child
police 20000 bc 1500
class class-default
police 50000 bc 1500
policy-map parent-policy
class class-default
police 50000 bc 3000
confirm-action transmit
exceed-action transmit
violate-action drop
conform-action set-qos-transmit 5
conform-action set-qos-transmit 5
QoS: Policing and Shaping Configuration Guide (Cisco ASR 920 Series)
Limited Color-Aware Policing
53

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents