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: "Queue id missing at policy qos name <policy-name> shaper profile <profile-name> map dscp <X>"

Cause

You have an incomplete profile map DSCP command. You must assign the DSCP value to a profile queue.

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

set policy qos name <policy-name> shaper profile <profile-name> map dscp <X>

without an argument like this:

to <queue-id>

Remedy

Either delete the ... map dscp <X> command or add the to <queue-id> argument to the command.