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 tcp closed

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

set system session timeout tcp closed timeout
delete system session timeout tcp closed
show system session timeout tcp closed

10 seconds

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

Configuration mode


system {
    session {
       timeout {
          tcp {
             closed timeout {
             }  
          } 
       }
   }
}

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