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

Sets the interval (in seconds) during which the system allows a process to log as many as the maximum number of messages that is specified by the burst count parameter for syslog logging.

set system syslog rate-limit interval logging-interval
delete system syslog rate-limit interval
show system syslog rate-limit interval
logging-interval
The interval (in seconds) during which a process can log as many as the maximum number of messages that is specified by the burst count parameter for syslog logging. The interval ranges from 1 through 4294967295 seconds (4,294,967,295).

Configuration mode


system {
    syslog {
        rate-limit{
            interval logging-interval                
        }
    }
}

Use this command to set the syslog logging interval. To set the maximum number of messages that a process can log during a logging interval, refer to system syslog rate-limit interval. For more information about rate limiting for syslog logging, refer to Configuring rate limiting for syslog logging.

Use the set form of this command to set the logging interval.

Use the delete form of this command to reset the logging interval to 5 seconds (default).
Note: If the burst count for syslog logging is not configured, using the delete form of this command disables syslog rate liming; there are no limits on how many messages a process can log.

Use the show form of this command to display the configured logging interval.