-320
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Command Reference, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter Cisco MWR 2941 Router Command Reference, Release 15.1(3)MR
police rate (control-plane)
Examples The following example shows how to configure the action to take on packets that conform to the police
rate limit:
Router(config)# access-list 140 deny tcp host 10.1.1.1 any eq telnet
Router(config)# access-list 140 deny tcp host 10.1.1.2 any eq telnet
Router(config)# access-list 140 permit tcp any any eq telnet
Router(config)# class-map match-any pps-1
Router(config-cmap)# match access-group 140
Router(config-cmap)# exit
Router(config)# policy-map copp-pps
Router(config-pmap)# class pps-1
Router(config-pmap)# police rate 10000 pps burst 100 packets peak-rate 10100 pps
peak-burst 150 packets conform-action transmit
Router(config-cmap)# exit
Router(config)# control-plane
Router(config-cp)# service-policy input copp-pps
Router(config-cp)# exit
set-discard-class-transmit value Sets the discard class attribute of a packet and transmits the
packet with the new discard class setting. Valid values are
from 0 to 7.
set-dscp-transmit value Sets the IP differentiated services code point (DSCP) value
and transmits the packet with the new IP DSCP value setting.
Valid values are from 0 to 63.
set-dscp-tunnel-transmit value Rewrites the tunnel packet DSCP and transmits the packet
with the new tunnel DSCP value. Valid values are from 0 to
63.
set-frde-transmit value Sets the Frame Relay Discard Eligibility (DE) bit from 0 to 1
on the Frame Relay frame and transmits the packet with the
DE bit set to 1.
set-mpls-exp-imposition-transmit
value
Sets the Multiprotocol Label Switching (MPLS)
experimental (EXP) bits in the imposed label headers and
transmits the packet with the new MPLS EXP bit value
setting. Valid values are from 0 to 7.
set-mpls-exp-transmit value Sets the MPLS EXP field value in the MPLS label header at
the input interface, output interface, or both. Valid values are
from 0 to 7.
set-prec-transmit value Sets the IP precedence and transmits the packet with the new
IP precedence value. Valid values are from 0 to 7.
set-prec-tunnel-transmit value Sets the tunnel packet IP precedence and transmits the packet
with the new IP precedence value. Valid values are from 0 to
7.
set-qos-transmit value Sets the QoS group and transmits the packet with the new
QoS group value. Valid values are from 0 to 63.
transmit Transmits the packet. The packet is not altered.
Table 1-6 action Argument Values (continued)
Action Description
Comments to this Manuals