30-40
Cisco ME 3400 EthernetAccess Switch SoftwareConfiguration Guide
78-17058-01
Chapter30 Co nf iguring QoS
Configuring QoS
Beginning in privileged EXEC mode, follow these steps to create an aggregate policer:
After you have created an aggregate policer, you attach it to an ingress port. See the “Attaching a Traffi c
Policy to an Interface” section on page30-35.
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 policer aggregate aggregate-policer-name
{rate-bps | cir cir-bps} [bc burst- value]
[conform-action [set-cos-transmit
new-cos-value | set-dscp-transmit
new-dscp-value| set-prec-transmit
new-precedence-value | set-qos-transmit
qos-group-value | transmit] [exceed-action
{drop | [set-cos-transmit cos |
set-dscp-transmit dscp | set-prec-transmit
precedence] [table table-map name]}
Define the policer parameters that can be applied to multiple traffic
classes within the same policy map.
For aggregate-policer-name, spec ify the n ame of th e aggr eg ate
policer.
For rate-bps, specify average traffic rate in bits per second
(bps). The range is 8000 to 1000000000.
For cir cir-bps, specify the committed information rate in bits
per second. The range is 8000 to 1000000000 bps.
(Optional) For bc burst-value, specify conform burst and the
number of acceptable burst bytes. The range is 8000 to 1000000
bytes.
(Optional) For conform-action, specify the action to take on
packets that conform to the CIR. The default is to send the
packet.
(Optional) For exceed-action, specify the action to take on
packets that exceed the CIR. The default is to drop the packet.
See the command reference for this release for definitions of the
available keywords.
Step3 policy-map policy-map-name Create a policy map by entering the policy map name, and enter
policy-map configuration mode.
Step4 class class-map-name Enter a class-map name and enter policy-map class configuration
mode.
Step5 police aggregate aggregate-policer-name Apply an aggregate policer to multiple classes in the same policy
map. For aggregate-policer-name, enter the name specified in
Step 2.
Step6 exit Return to policy-map configuration mode.
Step7 exit Return to global configuration mode.
Step8 interface interface-id Enter interface configuration mode for the interface to which you
want to attach the policy.
Step9 service-policy input policy-map-name Attach the policy map (created in Step 3) to the ingress interface.
Step10 end Return to privileged EXEC mode.
Step11 end Return to privileged EXEC mode.
Step12 show policer aggregate
[aggregate-policer-name]Verify your entries.
Step13 copy running-config startup-config (Optional) Save your entries in the configuration file.