Specifications

2-416
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.3.0XO(15.1(1)XO)
OL_28738 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
police rate
Command Modes Policy-map c onfiguration mode
Usage Guidelines Use the police rate command to limit traffic on the basis of pps, bps, or a percentage of interface
bandwidth.
If the police rate command is issued, but the a rate is not specified, traffic that is destined will be policed
on the basis of bps.
Examples This example shows how to c onfigure policing on a class to limit traffic to an average rate of 1, 500,000
bps:
Switch(config)# class-map c1
Switch(config-cmap)# match access-group 140
Switch(config-cmap)# exit
Switch(config)# policy-map p1
Switch(config-pmap)# class c1
Switch(config-pmap-c)# police rate 1500000 burst 500000
Switch(config-pmap-c)# exit
Related Commands Command Description
policy-map Creates or mod ifies a policy map that can be a ttached to multiple
ports to specify a service policy and to enter policy-map
configuration mod e.
show policy-map Displays information about the policy map.