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 all-ping <state>

Enables or disables responses to all ICMP echo request (ping) messages.

set security firewall all-ping { disable | enable }
delete security firewall all-ping [ disable | enable ]
show security firewall all-ping

Responses to ICMP echo request messages are enabled.

disable
Disables responses to ICMP echo request messages.
enable
Enables responses to ICMP echo request messages.

Configuration mode


security {
    firewall {
        all-ping 
            disable
            enable
    }
}

Use this command to specify whether the system responds to ICMP echo request messages (pings). These messages include all ping messages: unicast, broadcast, or multicast.

Pings are a network tool that help establish the reachability of a device from the local system. Pings are often disallowed because they are a potential means of denial of service (DoS) attacks.

Use the set form of this command to enable or disable responses to pings.

Use the delete form of this command to restore the default behavior of responding to pings.

Use the show form of this command to display the state of responding to pings.