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

Controls the definition of an IPv6 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.
icmpv6 <icmpv6>

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

You can specify an ICMPv6 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 ICMPv6 type.
code <number>
Specifies the numeric identifier of an ICMPv6 code.
name <name>
Specifies the name of an ICMPv6 type.
group <group>
Specifies an IPv6 ICMP group.