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: "Parent port must have QoS policy configured"

Cause

You tried to attach a QoS policy to a virtual interface (VIF) where you did not also attach a QoS policy to the trunk interface that the VIF belongs to.

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

set interfaces dataplane <interface-name> vif <vif-id> policy qos <policy-name>

without a corresponding command like this:

set interfaces dataplane <interface-name> policy qos <policy-name>

Remedy

Either delete the QoS policy from the VIF, or attach a QoS policy to the trunk interface that the VIF belongs to.