QoS Commands
qos aggregate-policer
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
390
28
•
ports-not-trusted mode—For packets that are classified to the QoS action
trust.
•
ports-trusted mode—For packets that are not classified to any QoS action
or classified to the QoS action trust.
Example
The following example sets CoS as the trust mode in QoS advanced mode:
switchxxxxxx(config)#
qos advanced-mode trust cos
qos aggregate-policer
To define the policer parameters that can be applied to multiple traffic classes
within the same policy map, use the qos aggregate-policer Global Configuration
mode command.
To remove an existing aggregate policer, use the no form of this command.
NOTE
This command is only available when the switch is in QoS advanced mode.
Syntax
qos aggregate-policer
name
committed-rate-kbps
[exceed-action {drop |
forward}]
no qos aggregate-policer
name
Parameters
•
name
—The aggregate policer name.
•
committed-rate-kbps
—The average traffic rate (CIR) in kbits per second
(kbps). (Range: 16 to 1000000)
•
exceed-action {drop | forward}—(Optional) Specifies the action to be taken
when the rate is exceeded. The possible values are:
-
drop—Drops the packet.
-
forward—Forwards the packet.