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

performance-monitoring (Protocols MPLS)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
performance-monitoring {
    querier {
        delay {
            traffic-class tc-value {
                average-sample-size sample size;
                padding-size size;
                query-interval milliseconds;
                rtt-delay-threshold rtt threshold value;
                twcd-delay-threshold twcd threshold value;
            }
        }
        loss {
            traffic-class tc-value {
                average-sample-size sample size;
                loss-threshold loss threshold value;
                loss-threshold-window number of samples for loss threshold;
                measurement-quantity bytes|packets;
                query-interval milliseconds;
            }
        }
        loss-delay {
            traffic-class tc-value {
                average-sample-size sample size;
                loss-threshold loss threshold value;
                loss-threshold-window number of samples for loss threshold;
                measurement-quantity bytes|packets;
                padding-size size;
                query-interval milliseconds;
                rtt-delay-threshold rtt threshold value;
                twcd-delay-threshold twcd threshold value;
            }
        }
    }
    responder {
        delay {
            min-query-interval milliseconds;
        }
        loss {
            min-query-interval milliseconds;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols mpls oam],
[edit protocols mpls label-switched-path lsp-name oam],
[edit protocols mpls label-switched-path lsp-name primary path-name oam],
[edit protocols mpls label-switched-path lsp-name secondary path-name oam]

Description

Configure performance monitoring options.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 15.1.

footer-navigation