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: "Priority local queue cannot be used in designation to queue mapping"

Cause

You tried to configure a designation to the same profile queue that you have configured as the priority local queue.

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

set policy qos name <policy-name> shaper profile <profile-name> map designation <value> to <X>
set policy qos name <policy-name> shaper profile <profile-name> queue <X> priority-local

Remedy

Decide whether or not you want to treat locally generated control traffic differently to forwarded traffic. Then:
  • If you do want to treat locally generated control traffic differently, change the designation to use a different profile queue.
  • If you don't want to treat locally generated control traffic differently, delete the priority-local command.