home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

system session timeout tcp established

Sets the timeout for TCP connections that are in the “established” state.

set system session timeout tcp established timeout
delete system session timeout tcp established
show system session timeout tcp established

86,400s

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

Configuration mode

system {
    session {
       timeout {
          tcp { 
             established timeout {
             }    
          }  
       } 
   }
}

Use the set form of this command to set the timeout for TCP connections that 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.