police
This example shows how to configure a policer with default actions.
Switch(config)# policy-map policy2
Switch(config-pmap)# class class2
Switch(config-pmap-c)# police 1000000 20000 conform-action transmit exceed-action drop
Switch(config-pmap-c)# exit
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands
Command
class
conform-action
exceed-action
policy-map
show policy-map
Cisco ME 3400 Ethernet Access Switch Command Reference
2-278
Chapter 2
Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
Description
Defines a traffic classification match criteria for the specified
class-map name.
Defines multiple actions for a policy-map class for packets that meet
the CIR.
Defines multiple actions for a policy-map class for packets that
exceed the CIR.
Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy.
Displays QoS policy maps.
OL-9640-07