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

Cause

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

Remedy

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