Specifications
2-109
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
exceed-action
Command Modes Policy-map class police configuration
Command History
Usage Guidelines You can configure exceed-action to send the packet unmodified, mark using explicit values, and use all
combinations of enhanced packet marking. Enhanced packet marking provides the ability to modify a
QoS marking based on any incoming QoS marking and table maps. The switch also supports the ability
to mark multiple QoS parameters for the same class, and to simultaneously configure conform-action
marking and exceed-action marking.
Access policy-map class police configuration mode by entering the police policy-map class command.
See the
police command for more information.
You can use this command to set one or more exceed actions for a traffic class.
Examples This example shows how configure multiple actions in a policy map that sets an information rate of
23000 bits per second (b/s) and a burst rate of 10000 bps:
Switch(config)# policy-map map1
Switch(config-pmap)# class class1
Switch(config-pmap-c)# police 23000 10000
Switch(config-pmap-c-police)# conform-action transmit
Switch(config-pmap-c-police)# exceed-action set-prec-transmit prec table
policed-prec-table-map-name
Switch(config-pmap-c-police)# exit
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands
Release Modification
12.2(25)EX This command was introduced.
12.2(25)SEG Increased support for configuring exceed actions. See “Usage Guidelines.”
Command Description
class Defines a traffic classification match criteria for the specified
class-map name.
conform-action Defines the action to take on traffic that conforms to the CIR.
police Defines a policer for classified traffic.
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.