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 rate-limit

Configures the session limit global rate-limit rate and burst.

set system session limit global rate-limit { rate rate-number | burst burst-number }
delete system session limit global rate-limit { rate rate-number | burst burst-number }
rate-number
A number from 1 through 4294967295 (the maximum for at a uint32 data object).
burst-number

A number from 1 through 100000000.

Configuration mode.


system {
        session {
                limit {
                       global {
                               rate-limit {
                                   rate <1..4294967295>
                                   burst <0..100000000>
                               }
                       }
                }
        }
}
Use this command to stop the creation of sessions when a rate limit 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 rate limit.

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