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.

policy qos profile <profile-name> map pcp <value> to <queue-id>

Controls the mapping of PCP traffic to a queue for a global QoS profile.

Note: If a packet does not have an IEEE 802.1Q VLAN header then the packet is assumed to have a PCP value of zero.
Note: Use PCP mapping only if the packet has a VLAN header and the profile that the packet is shaped by has the PCP map explicitly configured with at least one instance of this command.
policy
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
qos
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
profile <profile-name>

The name of a QoS profile.

In policy qos name <policy-name> shaper profile <profile-name>, the profile name is always a local QoS profile. Configurations paths that have this root define a local QoS profile.

In policy qos name <policy-name> shaper default <profile-name> or policy qos name <policy-name> shaper class <class-number> profile <profile-name> the profile name can be either a local or global QoS profile name. A configuration path that has either of these roots references a QoS profile that is defined either locally or globally.

pcp <value>
Specifies the PCP value. PCP matches packets with headers that contain the 802.1 priority code point.
to <queue-id>
Specifies the identifier of the destination queue.