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 ratelimit <limit>

Controls the definition of the rate limit 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.
ratelimit <limit>

The maximum rate. That is, the number of packets that the system will accept in one second.

Use a number plus a suffix to define the units. No space. For example: 80kpps; 2mpps.

The following suffixes are supported:

  • kpps: Thousands of packets per second
  • mpps: Millions packets per second