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 mark-probability <mark-probability>

Controls the definition of the inverse of packet marking probability filter number for a QoS traffic class.

You can visualize this as the gradient of the line in WRED random drop probability, between the points that correspond to the minimum and maximum thresholds of the WRED configuration.

The gradient of the line is defined by 1 / <mark-probability>.

  • A <mark-probability> value of 1 will result in the steepest gradient.
  • A <mark-probability> value of 255 will result in the most gentle gradient.
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.
mark-probability <mark-probability>
The maximum value for the inverse packet marking probability filter for a QoS traffic class. That is, to set the rate 1/<mark-probability>. The default value is 10. To understand more about this, see WRED algorithm.