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 limit global max-halfopen

Configures the limit for the global maximum number of half-open sessions.

set system session limit global max-halfopen number
delete system session limit global max-halfopen number
number
A number from 1 through 100000000.

Configuration mode.


system {
        session {
                limit {
                       global {
                               max-halfopen <1..100000000>
                               }
                       }
                }
        }
Use this command to stop the creation of sessions when the max-halfopen number of sessions created is exceeded.
Note: The global state limit configuration only applies to sessions created in interfaces that do not have any interface session limit configured.

Use the set form of this command to configure a max-halfopen limit.

Use the delete form of this command to remove a max-halfopen limit configuration.