Specifications

2-278
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
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 Description
class Defines a traffic classification match criteria for the specified
class-map name.
conform-action Defines multiple actions for a policy-map class for packets that meet
the CIR.
exceed-action Defines multiple actions for a policy-map class for packets that
exceed the CIR.
policy-map Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy.
show policy-map Displays QoS policy maps.