hit counter script

Cisco Catalyst 3560-X Command Reference Manual page 473

Hide thumbs Also See for Catalyst 3560-X:
Table of Contents

Advertisement

Chapter 2
Catalyst 3750-X and 3560-X Switch Cisco IOS Commands
Examples
Related Commands
OL-21522-02
Downloaded from
www.Manualslib.com
This example shows how to configure a policer that drops packets if traffic exceeds 1 Mb/s average rate
with a burst size of 20 KB. The DSCPs of incoming packets are trusted, and there is no packet
modification.
Switch(config)# policy-map policy1
Switch(config-pmap)# class class1
Switch(config-pmap-c)# trust dscp
Switch(config-pmap-c)# police 1000000 20000 exceed-action drop
Switch(config-pmap-c)# exit
This example shows how to configure a policer, which marks down the DSCP values with the values
defined in policed-DSCP map and sends the packet:
Switch(config)# policy-map policy2
Switch(config-pmap)# class class2
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.
Command
class
mls qos map
policed-dscp
policy-map
set
show policy-map
trust
manuals search engine
Description
Defines a traffic classification match criteria (through the police, set,
and trust policy-map class configuration commands) for the
specified class-map name.
Applies a policed-DSCP map to a DSCP-trusted port.
Creates or modifies a policy map that can be attached to multiple
ports to specify a service policy.
Classifies IP traffic by setting a DSCP or IP-precedence value in the
packet.
Displays quality of service (QoS) policy maps.
Defines a trust state for traffic classified through the class
policy-map configuration or the class-map global configuration
command.
Catalyst 3750-X and 3560-X Switch Command Reference
police
2-441

Advertisement

Table of Contents
loading

This manual is also suitable for:

Catalyst 3750-x

Table of Contents