Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

message-rate-limit (interfaces)

date_range 31-May-24

Syntax

content_copy zoom_out_map
message-rate-limit messages-per-second

Hierarchy Level

content_copy zoom_out_map
interfaces interface-name {
    services-options {
        cgn-pic;
        disable-global-timeout-override;
        ignore-errors <alg> <tcp>;
        inactivity-non-tcp-timeout seconds;
        inactivity-tcp-timeout seconds;
        inactivity-timeout seconds;
        open-timeout seconds;
        session-limit {
            maximum number;
            rate (Interface Services) new-sessions-per-second;
        }
        session-timeout seconds;
        syslog {
        }
    }
}

Description

Maximum system log messages per second allowed from this interface.

Note:

The message-rate-limit command can be configured only for physical service interfaces (sp-x/x/x) and not for redundancy services PIC interfaces (rspx).

Options

messages-per-second

—This option configures the maximum number of system log messages per second that can be formatted and sent from the PIC to either the Routing Engine (local) or to an external server (remote). The default rates are 10,000 for the Routing Engine and 800,000 for an external server.

  • Range: 0 through 2147483647

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced Junos OS Release 11.1.

footer-navigation