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 together with PCP to queue mapping"

Cause

You tried to configure a PCP value profile map and a priority local queue in the same QoS profile.

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

set policy qos name <policy-name> shaper profile <profile-name> map pcp <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 DSCP values to use a different profile queue.
  • If you don't want to treat locally generated control traffic differently, delete the priority-local command.