home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy qos name <policy-name> shaper traffic-class <tc-id> random-detect min-threshold <min-threshold>

Controls the definition of the minimum threshold level for a QoS traffic class.

policy
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
qos
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
name <policy-name>
Specifies the name of a QoS policy.
shaper
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
traffic-class <tc-id>
Specifies a traffic class identifier.
random-detect
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
min-threshold <min-threshold>
Where <min-threshold> is { <min-threshold-bytes> | <min-threshold-pkts> | <min-threshold-time> }. The minimum threshold level value. To understand more about this, see WRED algorithm.
Note: Not all of the value types are available for all platforms. For example, the UfiSpace S9500-30XS supports { <min-threshold-bytes> | <min-threshold-time> } whilst most other platforms support only <min-threshold-pkts>.
  • <min-threshold-bytes>: The minimum threshold level, where we express the value as a number of bytes.
  • <min-threshold-pkts>: The minimum threshold level, where we express the value as a number of packets.
  • <min-threshold-time>: The minimum threshold level, where we express the value as a number of milliseconds.