home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

Warning: "unsupported configuration, > 256 QoS profiles configured on <interface-name>"

Cause

You tried to configure more than 255 QoS profiles for the QoS policy that is attached to interface <interface-name>.

Note: The total number of profiles is: The number of global QoS profiles plus the number of local QoS profiles that are defined with the QoS policy that is attached to the interface.

You will trigger this warning if you create too many instances of command combinations like this:

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

Remedy

Apply one of these solutions:
  • Consolidate some QoS profiles to reduce their overall number.
  • Delete any unreferenced global QoS profiles, or used local QoS profiles.