![Cisco 10000 Series Configuration Manual Download Page 245](http://html.mh-extra.com/html/cisco/10000-series/10000-series_configuration-manual_66373245.webp)
6-39
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 6 Policing Traffic
Configuration Examples
Class-map: class-default (match-any)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: any
0 packets, 0 bytes
5 minute rate 0 bps
Police:
104000 bps, 100 limit, 10 extended limit
conformed 0 packets, 0 bytes; action:
set-clp-transmit
set-mpls-exp-transmit 1
exceeded 0 packets, 0 bytes; action:
set-clp-transmit
set-mpls-exp-transmit 2
violated 0 packets, 0 bytes; action:
set-clp-transmit
set-mpls-exp-transmit 3
Configuration Example for Dual Actions—set-frde-transmit and
set-mpls-exp-imposition-transmit
The following example shows how to configure set-frde-transmit and set-mpls-exp-imposition-transmit
as the conform action and set-frde-transmit and set-mpls-exp-imposition-transmit as the exceed and
violate actions.
policy-map frde
class class-default
police 100000 100 10 conform-action set-frde-transmit
conform-action set-mpls-exp-imposition-transmit 1
exceed-action set-frde-transmit
exceed-action set-mpls-exp-imposition-transmit 2
violate-action set-frde-transmit
violate-action set-mpls-exp-imposition-transmit 3
The following shows sample output from the
show policy-map
command:
Router#
show policy-map frde
Policy Map frde
Class class-default
police 104000 100 10
conform-action set-frde-transmit
conform-action set-mpls-exp-imposition-transmit 1
exceed-action set-frde-transmit
exceed-action set-mpls-exp-imposition-transmit 2
violate-action set-frde-transmit
violate-action set-mpls-exp-imposition-transmit 3
The following shows sample output from the
show running-config
command:
Router#
show running-config | begin frde
|show running-config begin frde
class class-default
police 104000 100 10
conform-action set-frde-transmit
conform-action set-mpls-exp-imposition-transmit 1
exceed-action set-frde-transmit
exceed-action set-mpls-exp-imposition-transmit 2
violate-action set-frde-transmit
violate-action set-mpls-exp-imposition-transmit 3