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

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

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

Configuration mode

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

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

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

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

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

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