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.

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

Configures a QoS policy for a VLAN on a virtual interface.

set interfaces dataplane interface-name vif vif-id policy qos name
delete interfaces dataplane interface-name vif vif-id policy qos
interface-name

The vRouter can only use interfaces that are available to the operating system kernel (that is, interfaces that physically exist on the system) and have been created in the configuration tree.

The vRouter automatically creates configuration nodes for all available physical interfaces on startup.

vif-id
Multinode. The ID of a virtual interface. The ID ranges from 1 through 4094.
name
Specifies a QoS policy name.

Configuration mode


interfaces {    
   dataplane interface-name {
      vif vif-id {
         policy {
            qos name
         }
      }
   }
}

Use the set form of this command to configure a QoS policy for a VLAN on a virtual interface. Before using this command, use the set interfaces dataplane interface-name policy qos policy-name command to set a port level QoS policy. The command is described in Ciena Vyatta Network OS QoS Configuration Guide

Use the delete form of this command to remove the QoS policy on the virtual interface.