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: "Cannot mix designation values and dscp-groups in same profile map"

Cause

You tried to have a mixture of designation and DSCP groups in the same profile map. A profile map can only consist of one type of entry, either pcp, dscp, dscp-group or designation.

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

set policy qos name <policy-name> shaper profile <profile-name> map designation <designation-value> ...
set policy qos name <policy-name> shaper profile <profile-name> map dscp-group <dscp-group-name> ...

Remedy

Decide whether you want to use a designation map or a DSCP group map. Then delete the one that you don't want to use.