Cisco Systems ME 3400 Switch User Manual


  Open as PDF
of 1086
 
33-59
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
OL-9639-06
Chapter 33 Configuring QoS
Configuring QoS
Configuring Priority With Police
You can use the priority with police feature and configure an unconditional priority policer to limit the
bandwidth used by the priority queue and allocate bandwidth or shape other queues. Follow these
guidelines when configuring priority with police:
You cannot configure a policer committed burst size for an unconditional priority policer even
though the keyword is visible in the CLI help. Any configured burst size is ignored when you try to
attach the output service policy.
The allowed police rate range is 64000 to 1000000000 bps, even though the range that appears in
the CLI help is 8000 to 1000000000. You cannot attach an output service policy with an out-of-range
rate.
You cannot configure priority with policing for a traffic class when bandwidth remaining percent
is configured for another class in the same output policy map.
Beginning in privileged EXEC mode, follow these steps to configure priority with police:
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
class-map class-map-name Create classes for three egress queues. Enter match conditions
classification for each class.
Step 3
policy-map policy-map-name Create a policy map by entering the policy map name, and enter
policy-map configuration mode.
Step 4
class class-map-name Enter the name of the priority class (created by using the
class-map global configuration command), and enter policy-map
class configuration mode for the priority class.
Step 5
priority Configure this class as the priority class.
Note Only one unique class map on the switch can be
associated with a priority command.
Step 6
police {rate-bps | cir cir-bps} Define a policer for the priority class of traffic.
For rate-bps, specify average traffic rate in bits per second
(bps). The range is 64000 to 1000000000.
Note When you use the police command with the priority
command in an output policy, the police rate range and the
CIR range is 64000 to 1000000000 bps, even though the
range that appears in the CLI help is 8000 to 1000000000.
You cannot attach an output service policy with an
out-of-range rate.
For cir cir-bps, specify a committed information rate (CIR)
in bits per second (bps). The range is 64000 to 1000000000.
Note Although visible in the command-line help string, the
burst-size option is not supported in output policy maps.
You cannot attach an output service policy map that has a
configured burst size.