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.

resources group icmpv6-group <group-name>

Defines a group of ICMPv6 types that may be referenced in firewall rules, policy-based routing rules or QoS rules.

set resources group icmpv6-group group-name { description description | name name | type number [ code number ] }
delete resources group icmpv6-group group-name [ description description | name name | type number [ code number ] ]
show resources group icmpv6-group group-name [ description description | name name | type number [ code number ] ]
group-name
Name of an ICMPv6 group.
description description
Describes an ICMPv6 group.
name name
Specifies the name of an ICMPv6 type.
type number
Specifies the numeric identifier of an ICMPv6 type. The numeric identifier ranges from 0 through 255.
code number
Specifies the numeric identifier of an ICMPv6 code. The numeric identifier ranges from 0 through 255.

Configuration mode

resources {
    group {
        icmpv6-group group-name {
            description description
            name name
            type number {
                code number 
            }
        }
    }
}

Use this command to define an Internet Control Message Protocol Version 6 (ICMPv6) group. An ICMPv6 group is a collection of ICMPv6 types that, once defined, can be collectively referenced in firewall rules, policy-based routing rules and Quality of Service (QoS) rules.

An ICMPv6 group is considered matched if any ICMPv6 type in the group is matched.

Use the set form of this command to define an ICMPv6 group.

Use the delete form of this command to remove an ICMPv6 group or its members.

Use the show form of this command to display an ICMPv6 group or its members.