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 dscp-groups and designations in same profile map"

Cause

You tried to mix designations 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 dscp <value> ...
set policy qos name <policy-name> shaper profile <profile-name> map designation <designation-value> ...

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.
If you want to use a designation map then you must make sure that all profile maps in the system are of this type.