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 parameter name max-halfopen

Configures a number of max-halfopen sessions for a system session limit parameter.

set system session limit parameter name system-session-limit-parameter-name max-halfopen number
delete system session limit parameter name system-session-limit-parameter-name max-halfopen number
system-session-limit-parameter-name
A name for the system session limit parameter.
number

A number of max-halfopen sessions from 1 through 100000000.

Configuration mode.


system {
      session {
              limit {
                       parameter {
                               name <system-session-limit-parameter-name> {
                                       max-halfopen <1..100000000> {
                                       } 
                               }
                       }
                }
        }
}

Use the set form of this command to configure a number of max-halfopen sessions for a system session limit parameter.

Use the delete form of this command to remove a number of max-halfopen sessions for a system session limit parameter configuration.