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

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

set system session timeout udp established timeout
delete system session timeout udp established
show system session timeout udp established

60 seconds

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

Configuration mode


system {
    session {
       timeout {
          udp {
             established timeout {
             }    
          }  
       }
   }
}

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