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 vhost <dp0vhostN> policy qos <policy-name>

Assigns a QoS policy for traffic from a vhost interface to a guest.

set interfaces vhost dp0vhostN policy qos policy-name
delete interfaces vhost dp0vhostN policy qos policy-name
show interfaces vhost dp0vhostN

None.

dp0vhostN
Specifies a vhost interface.
policy-name
Specifies the name of a QoS policy to apply to a vhost interface.

Configuration mode.

interfaces {
	vhost dp0vhostN {
		policy {
			qos policy-name
		}
	}
}

Use the set form of this command to assign a QoS policy for traffic from a vhost to the guest.

Use the delete form of this command to remove a QoS policy for traffic from a vhost to the guest.

Use the show form of this command to display the current vhost interface for traffic from a vhost to the guest.