Specifications

2-57
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
conform-action
Command Modes Policy-map class police configuration
Command History
Usage Guidelines You can configure conform-action marking by using enhanced packet marking to modify a QoS marking
based on any incoming QoS marking and table maps. The switch also supports simultaneously marking
multiple QoS parameters for the same class and configuring 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 policy-map class configuration command for more information.
Use this command to set one or more conform actions for a traffic class.
Examples This example shows how configure multiple conform actions in a policy map that sets a committed
information rate of 23000 bits per second (bps) and a conform burst rate of 10000 bps. The policy map
includes multiple conform actions (for DSCP and for Layer 2 CoS) and an exceed action.
Switch(config)# policy-map map1
Switch(config-pmap)# class cos-set-1
Switch(config-pmap-c)# police cir 23000 bc 10000
Switch(config-pmap-c-police)# conform-action set-dscp-transmit 48
Switch(config-pmap-c-police)# conform-action set-cos-transmit 5
Switch(config-pmap-c-police)# exceed-action drop
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 conform-action marking. See “Usage
Guidelines.
Command Description
class Defines a traffic classification match criteria for the specified
class-map name.
exceed-action Defines the action to take on traffic that exceeds the CIR.
policy-map Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy.
police Defines a policer for classified traffic.
show policy-map Displays QoS policy maps.