QoS configuration.
policer (config only)
List of policer templates.
vrouter running config# qos policer <string>
description (config only)
A comment to describe the policer template.
vrouter running config# qos policer <string>
vrouter running policer <string># description <string>
bandwidth (config only) (mandatory)
Maximum bandwidth of regular traffic, a.k.a. CIR (Committed
Information Rate), in bps. 0 allows no regular traffic.
vrouter running config# qos policer <string>
vrouter running policer <string># bandwidth BANDWIDTH
BANDWIDTH |
Rate in bits per second. K/M/G/T multipliers are supported. Example: 1G stands for 1000000000 bps. |
burst (config only)
Maximum burst size of regular traffic, a.k.a. CBS (Committed Burst
Size), in bytes. 0 allows no regular traffic.
vrouter running config# qos policer <string>
vrouter running policer <string># burst BURST
BURST |
Burst size in bytes. K/M/G/T multipliers are supported. Example: 2K stands for 2000 bytes. |
- Default value
-
excess-bandwidth (config only)
Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information
Rate), in bps. 0 allows no excess traffic.
vrouter running config# qos policer <string>
vrouter running policer <string># excess-bandwidth EXCESS-BANDWIDTH
EXCESS-BANDWIDTH |
Rate in bits per second. K/M/G/T multipliers are supported. Example: 1G stands for 1000000000 bps. |
- Default value
-
excess-burst (config only)
Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size),
in bytes. 0 allows no excess traffic.
vrouter running config# qos policer <string>
vrouter running policer <string># excess-burst EXCESS-BURST
EXCESS-BURST |
Burst size in bytes. K/M/G/T multipliers are supported. Example: 2K stands for 2000 bytes. |
- Default value
-
shared-policer
List of shared policers.
vrouter running config# qos shared-policer <string>
description (config only)
A comment to describe the shared policer.
vrouter running config# qos shared-policer <string>
vrouter running shared-policer <string># description <string>
policer (config only)
Traffic policer template defined in the QoS context.
vrouter running config# qos shared-policer <string>
vrouter running shared-policer <string># policer <leafref>
name (state only)
Shared policer name.
vrouter> show state qos shared-policer <string> name
bandwidth (state only)
Maximum bandwidth of regular traffic, a.k.a. CIR (Committed
Information Rate), in bps. 0 allows no regular traffic.
vrouter> show state qos shared-policer <string> bandwidth
burst (state only)
Maximum burst size of regular traffic, a.k.a. CBS (Committed Burst
Size), in bytes. 0 allows no regular traffic.
vrouter> show state qos shared-policer <string> burst
excess-bandwidth (state only)
Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information
Rate), in bps. 0 allows no excess traffic.
vrouter> show state qos shared-policer <string> excess-bandwidth
excess-burst (state only)
Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size),
in bytes. 0 allows no excess traffic.
vrouter> show state qos shared-policer <string> excess-burst
stats (state only)
Traffic policer statistics.
pass-packets (state only)
Number of packets passed (regular traffic that conforms to (bandwidth,
burst) specification.
vrouter> show state qos shared-policer <string> stats pass-packets
pass-bytes (state only)
Number of bytes passed (regular traffic that conforms to (bandwidth,
burst) specification.
vrouter> show state qos shared-policer <string> stats pass-bytes
pass-excess-packets (state only)
Number of excess packets passed (excess traffic that conforms to
(excess-bandwidth, excess-burst) specification.
vrouter> show state qos shared-policer <string> stats pass-excess-packets
pass-excess-bytes (state only)
Number of excess bytes passed (excess traffic that conforms to
(excess-bandwidth, excess-burst) specification.
vrouter> show state qos shared-policer <string> stats pass-excess-bytes
drop-packets (state only)
Number of packets dropped (traffic that does not conform to bandwidth
or excess-bandwidth).
vrouter> show state qos shared-policer <string> stats drop-packets
drop-bytes (state only)
Number of bytes dropped (traffic that does not conform to bandwidth or
excess-bandwidth).
vrouter> show state qos shared-policer <string> stats drop-bytes