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 name <policy-name> shaper class <class-id> match <rule-name> police then mark <type>

Controls the definition of the policing rule for DSCP or PCP marking of packets when traffic exceeds policed bandwidth for a match rule of a QoS policy class.

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.
name <policy-name>
Specifies the name of a QoS policy.
shaper
This keyword exists for 'organizational' purposes only, to structure the configuration path for relevant command strings.
class <class-id>
Specifies the numeric identifier of a QoS policy class.
match <rule-name>
Specifies the name of a matching rule.
mark <type>

Where <type> is { dscp < value> | pcp <value> }.

dscp <value>
The DSCP value of the packet that is currently being processed.
pcp <value>
Specifies the PCP value. PCP matches packets with headers that contain the 802.1 priority code point.