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: "Each designation must map to a pipe queue in this profile"

Cause

You only partially defined a designation-style profile map. When you assign a designation value to a profile queue, you must also assign the profile queue to a traffic class.

You will trigger this error if you use a command like this:

set policy qos name <policy-name> shaper profile <profile-name> map designation <X> to <Y>

without a corresponding command like this:

set policy qos name <policy-name> shaper profile <profile-name> queue <Y> traffic-class <traffic-class>

Remedy

Add the necessary corresponding command.
user@system# set policy qos name <policy-name> shaper profile <profile-name> queue <Y> traffic-class <traffic-class>