DGS-6604
m
qos aggregate-policer
CLI Reference Guide
504
Example
In the following example, an aggregate policer named agg-policer5 with single
rate two colors is configured. This named aggregator policer is applied as the
service policy for the class1 and class2 traffic class in the policy2 policy map.
Verify the settings by entering the
show qos aggregate-police
r command.
Switch(config)# qos aggregate-policer agg-policer5 10000 128 exceed-action
drop
Switch(config)# policy-map policy2
Switch(config-pmap)# class class1
Switch(config-pmap-c)# police aggregate agg-policer5
Switch(config-pmap-c)# exit
Switch(config-pmap)# class class2
Switch(config-pmap-c)# police aggregate agg-policer5
Switch(config-pmap-c)# exit