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.

Warning: "global profile <profile-name> defined but has no references"

Cause

You defined a global QoS profile that isn't in use with any QoS policy.

If you commit your configuration changes they will be applied to the system.

However, you may want to check that all your QoS policies reference the correct QoS profiles.

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

set policy qos profile <global-profile-name> ...

without a corresponding command like this:

set policy qos name <policy-name> shaper default <global-profile-name>

or without a corresponding command like this:

set policy qos name <policy-name> shaper class <X> profile <global-profile-name>

Remedy

Apply one of these solutions:
  • If you don't want to use the global QoS profile, delete it.
  • If you do want to use the global QoS profile, change at least one QoS policy to make use of it.