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.

security firewall name <name> rule <rule-number> icmpv6

Specifies an IPv6 ICMP type number, code number, name, or group for a firewall rule.

set security firewall name name rule rule-number icmpv6 { type number [ code number ] | name name | group group }
delete security firewall name name rule rule-number icmpv6 [ type [ number code ] | name | group ]
show security firewall name name rule rule-number icmpv6 [ type [ number code ] | name | group ]
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
type number
Specifies matching for numeric ICMPv6 types. Types range from 0 through 255. For a list of ICMPv6 codes and types, refer to List of ICMPv6 types.
code number
Specifies matching for numeric ICMPv6 codes. Codes range from 0 through 255. For a list of ICMPv6 codes and types, refer to List of ICMPv6 types.
name name
Specifies matching for ICMPv6 type names. For a list of ICMPv6 codes and types, refer to List of ICMPv6 types.
group group
Specifies an IPv6 ICMP group.

Configuration mode


security {
    firewall {
        name name {
            rule rule-number {
                icmpv6 {
                    type number {
                        code number
                    }                        
                    name name
                    group group
                }
            }
        }
    }
}

Use this command to specify the IPv6 ICMP type within a firewall rule.

Use the set form of this command to define an IPv6 ICMP firewall rule within a firewall rule.

Use the delete form of this command to delete an IPv6 ICMP firewall rule from a firewall rule.

Use the show form of this command to display an IPv6 ICMP firewall rule from a firewall rule.