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: "Multiple use of dscp-value <X> in profile map"

Cause

You tried to configure a profile map in which at least one particular DSCP value has been assigned to more than one profile queue.

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

set resources group dscp-group <A> dscp <X>
set resources group dscp-group <B> dscp <X>
set policy qos name <policy-name> shaper profile <profile-name> map dscp-group <A> to <Y>
set policy qos name <policy-name> shaper profile <profile-name> map dscp-group <B> to <Y>

or

set resources group dscp-group <A> dscp <X>
set resources group dscp-group <B> dscp <X>
set policy qos profile <profile-name> map dscp-group <A to <C>
set policy qos profile <profile-name> map dscp-group <B> to <D>

Remedy

Delete the DSCP value <X> from all but one of the DSCP groups that you use to define the profile map.