Cisco Catalyst 3550 Command Reference Manual page 59

Multilayer switch
Hide thumbs Also See for Catalyst 3550:
Table of Contents

Advertisement

Chapter 2
Cisco IOS Commands
To return to policy-map configuration mode, use the exit command. To return to privileged EXEC mode,
use the end command.
Examples
This example shows how to create a policy map called policy1. When attached to the ingress direction,
it matches all the incoming traffic defined in class1, sets the IP DSCP to 10, and polices the traffic at an
average rate of 1 Mbps and for 20 KB bursts. Traffic exceeding the profile is marked down to a DSCP
value obtained from the policed-DSCP map and then sent.
Switch(config)# policy-map policy1
Switch(config-pmap)# class class1
Switch(config-pmap-c)# set ip dscp 10
Switch(config-pmap-c)# police 1000000 20000 exceed-action policed-dscp-transmit
Switch(config-pmap-c)# exit
You can verify your settings by entering the show policy-map privileged EXEC command.
Related Commands
Command
class-map
policy-map
show policy-map
78-11195-09
set: specifies a value to be assigned to the classified traffic. For more information, see the
command.
trust: defines a trust state for traffic classified with the class or the class-map command. For more
information, see the
trust
command.
Description
Creates a class map to be used for matching packets to the class
whose name you specify.
Creates or modifies a policy map that can be attached to multiple
interfaces to specify a service policy.
Displays quality of service (QoS) policy maps.
Catalyst 3550 Multilayer Switch Command Reference
class
set
2-33

Advertisement

Table of Contents
loading

Table of Contents