Cisco Systems QC-29 Water System User Manual


 
Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software
How to Configure QoS Congestion Management on Cisco IOS XR Software
QC-45
Cisco IOS XR Modular Quality of Service Configuration Guide
Configuring Traffic Policing
Traffic policing allows you to control the maximum rate of traffic sent or received on an interface.
SUMMARY STEPS
1. configure
2. policy-map policy-name
3. class class-name
4. police {cir {kbps | percent percent}} [bc conform-burst] [be peak-burst] [conform-action action
[exceed-action action] [pir kbps] [violate-action action]
5. exit
6. exit
7. interface type instance
8. service-policy {input | output} policy-map
9. end
or
commit
10. show policy-map interface type instance [input | output]
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
policy-map policy-name
Example:
RP/0/RP0/CPU0:router(config)# policy-map
policy1
Enters policy map configuration mode.
Creates or modifies a policy map that can be attached to
one or more interfaces to specify a service policy.
Step 3
class class-name
Example:
RP/0/RP0/CPU0:router(config-pmap)# class class1
Enters policy map class configuration mode.
Specifies the name of the class whose policy you want
to create or change.