Configuring QoS
Configuring QoS
Command
1.
configure terminal
2.
policer aggregate aggregate-policer-name
{rate-bps | cir cir-bps} [bc burst- value]
[conform-action [set-cos-transmit
{cos_value | [cos | dscp | precedence] [table
table-map name]} | set-dscp-transmit
{dscp_value | [cos | dscp | precedence]
[table table-map name]} | set-prec-transmit
{precedence_value | [cos | dscp |
precedence] [table table-map name]} |
set-qos-transmit qos-group_value |
transmit] [exceed action [drop |
set-cos-transmit {cos_value | [cos | dscp |
precedence] [table table-map name]} |
set-dscp-transmit {dscp_value | [cos | dscp
| precedence] [table table-map name]} |
set-prec-transmit {precedence_value | [cos
| dscp | precedence] [table table-map
name]} | set-qos-transmit qos-group_value
| transmit]]
3.
policy-map policy-map-name
4.
class {class-map-name | class-default}
5.
police aggregate aggregate-policer-name
6.
exit
7.
exit
8.
interface interface-id
9.
service-policy input policy-map-name
10.
end
11.
end
12.
show policer aggregate
[aggregate-policer-name]
13.
copy running-config startup-config
Beginning in privileged EXEC mode, follow these steps to create a 2-rate, 3-color aggregate policer:
Purpose
Enter global configuration mode.
Define the policer parameters that can be applied to multiple traffic
classes within the same policy map.
For aggregate-policer-name, specify the name of the
aggregate 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 or
Policy Maps with Individual Policing, page 611
available keywords.
Create a policy map by entering the policy map name, and enter
policy-map configuration mode.
Enter a class-map name or class-default to match all unclassified
packets, and enter policy-map class configuration mode.
If you enter a class-map name, you must have already created the
class map by using the class-map global configuration command.
Apply an aggregate policer to multiple classes in the same policy
map. For aggregate-policer-name, enter the name specified in
Step 2.
Return to policy-map configuration mode.
Return to global configuration mode.
Enter interface configuration mode for the interface to which you
want to attach the policy.
Attach the policy map (created in Step 3) to the ingress interface.
Return to privileged EXEC mode.
Return to privileged EXEC mode.
Verify your entries.
(Optional) Save your entries in the configuration file.
619
Configuring Input
for definitions of the