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.

system session timeout icmp new

Sets the timeout for ICMP connections that are in the “new” state.

set system session timeout icmp new timeout
delete system session timeout icmp new
show system session timeout icmp new

30 seconds

timeout
The amount of time, in seconds, that an ICMP connection waits in the “new” state before timing out. The timeout ranges from 1 through 21474836.

Configuration mode


system {
    session {
       timeout { 
          icmp { 
             new timeout {
             }    
          }   
       }  
    } 
}

Use the set form of this command to set the timeout for ICMP connections that are in the “new” state.

Use the delete form of this command to restore the default timeout.

Use the show form of this command to display the current timeout.