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

rmon

date_range 06-Jun-24

Syntax

content_copy zoom_out_map
rmon {
    alarm index {
        description description;
        falling-event-index index;
        falling-threshold integer;
        [OBSOLETE] falling-threshold-interval seconds;
        interval seconds;
        [OBSOLETE] request-type;
        [OBSOLETE] rising-event-index index;
        rising-threshold integer;
        [OBSOLETE] sample-type (absolute-value | delta-value);
        [OBSOLETE] startup-alarm (falling-alarm | rising-alarm | rising-or-falling alarm);
        syslog-subtag syslog-subtag;
        variable oid-variable;
    }
    [OBSOLETE] event index {
        community community-name;
        description description;
        type (RMON Notification) type;
    }
    history history-index {
        bucket-size number;
        interface interface-name;
        interval seconds;
        owner (RMON) owner-name;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit snmp]

Description

Provide comprehensive network fault diagnosis, planning, and performance tuning information. RMON delivers this information in nine groups of monitoring elements, each providing specific sets of data to meet common network monitoring requirements. Each group is optional, so that vendors do not need to support all the groups within the MIB.

Junos OS supports the RMON statistics, history, alarm, and event groups.

The remaining statements are explained separately. See CLI Explorer.

Default

Disabled.

Required Privilege Level

snmp—To view this statement in the configuration.

snmp–control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 11.1.

footer-navigation