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 other established

Defines the timeout for connections that use protocols other than ICMP, TCP, or UDP and are in the “established” state.

set system session timeout other established timeout
delete system session timeout other established
show system session timeout other established

60 seconds

timeout
The amount of time, in seconds, that a connection waits in the “established” state before timing out. The timeout ranges from 1 to 21474836.

Configuration mode


system {
   session {
      timeout {
         other {
            established timeout {
            }   
         }  
      } 
   } 
}

Use the set form of this command to set the timeout for connections that use protocols other than ICMP, TCP, and UDP and are in the “established 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.