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.

Error: "traffic-class <X> min-threshold <Y> must be less than max-threshold <Z>"

Cause

You tried to configure a WRED configuration on a traffic class basis, and you defined the WRED min-threshold value to be the same or greater that the max-threshold value of the WRED configuration.

You will trigger this error if you combine commands like these:

set policy qos name <policy-name> shaper traffic-class <X> random-detect max-threshold <Y>
set policy qos name <policy-name> shaper traffic-class <X> random-detect max-threshold <Z>

Remedy

Apply one of these solutions:
  • Decrease the min-threshold value to be less than the max-threshold value.
  • Increase the max-threshold value to be more than the min-threshold value.