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: "There must be a system-default ingress-map configured"

Cause

You configured at least one ingress map — meaning that you want to use designation style profile maps — but you did not designate one of them as the system default ingress map.

You will trigger this error if you use a command like this:

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

without a corresponding command like this:

set policy ingress-map <ingress-map-name> system-default

Remedy

Apply one of these solutions:
  • Designate one of the ingress maps as the system default.
  • Delete all ingress maps and change to a different style of profile map — that is, something other than designation style.