How to Configure Hierarchical Color-Aware Policing
Configuring the Hierarchical Color-Aware Policing Feature
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
policy-map policy-map-name
4.
class {class-name | class-default}
5.
conform-color class-map-name [exceed-color class-map-name]
6.
police [cir cir] [bc conform-burst] [pir pir] [be peak-burst] [conform-action action [exceed-action
action [violate-action action]]] [conform-color hipri-conform] [exceed-color lipri-exceed]
7.
service-policy policy-map-name
8.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Router> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Router# configure terminal
Step 2
Enters policy-map configuration mode and creates a policy map.
policy-map policy-map-name
Example:
Router(config)# policy-map
child-policy
Step 3
Enters policy-map class configuration mode.
class {class-name | class-default}
Step 4
Example:
Router(config-pmap)# class
user1-acl-child
Specifies the name of the class whose policy you want to create or change or
specifies the default class (commonly known as the class-default class) before
you configure its policy. Repeat this command as many times as necessary to
specify the child or parent classes that you are creating or modifying:
QoS: Policing and Shaping Configuration Guide (Cisco ASR 920 Series)
56
Hierarchical Color-Aware Policing
How to Configure Hierarchical Color-Aware Policing