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> icmp <icmp>

Controls the definition of an IPv4 ICMP type number, code number, name, or group as a match criterion for a QoS policy class rule.

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.
icmp <icmp>

Where <icmp> is { type <number> [code <number>] | name <name> | group <group> }.

You can specify an ICMP type code in one of several different ways:

  • By type, such as 128 (echo-request)
  • By a type and code pair, such as type 1 and code 4 (port unreachable)
  • By an explicit name <name> argument, such as name echo-request
type <number>
Specifies the numeric identifier of an ICMP type.
code <number>
Specifies the numeric identifier of an ICMP code.
name <name>
Specifies the name of an ICMP type.
group <group>
Specifies an IPv4 ICMP group.