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: "local profile <profile-name> defined but has no references"

Cause

You defined a local QoS profile within a QoS policy that doesn't actually use that profile.

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

However, you may want to check that this QoS policy references the correct QoS profiles.

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

set policy qos name <policy-name> shaper profile <local-profile-name> ...code

without a corresponding command like this:

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

or without a corresponding command like this:

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

Remedy

Apply one of these solutions:
  • Delete the local QoS profile.
  • Reference the QoS policy as the 'default profile'.
  • Use a command like ...shaper class <n> profile <profile-name> to reference the Qos policy from one of its classes.