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: "If ingress maps are used, all profiles must contain a map with designation values, not dscp-groups"

Cause

You used a mixture of ingress maps and DSCP group based profile maps.

The use of ingress maps restricts some of your configuration options.

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

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

or

set policy qos ingress-map <ingress-map-name> ...
set policy qos profile <profile-name> map dscp-group ...

Remedy

Decide whether you want to use ingress maps or DSCP group based profile maps. Then apply one of these solutions:
  • If you want to use ingress maps, change all profile maps to be designation based.
  • If you want to use DSCP group based profile maps, delete all ingress maps.