Specifications

2-49
Cisco ME 2400 Ethernet Access Switch Command Reference
OL-9643-03
Chapter 2 Cisco ME 2400 Ethernet Access Switch Cisco IOS Commands
conform-action
Command History
Usage Guidelines Beginning with Cisco IOS release 12.2(25)SEG, you can configure conform-action marking using
enhanced packet marking, which provides the ability to modify a QoS marking based on any incoming
QoS marking and table maps. This release also added support for the ability to mark multiple QoS
parameters for the same class and configure conromf0action marking and exceed-action marking
simultaneously.
Access policy-map class police configuration mode by entering the police policy-map class command.
See the police 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.