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

interfaces (Analytics)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
interfaces {
    all {
        depth-threshold high number low number;
        latency-threshold high number low number;
        queue-statistics;
        no-queue-statistics;
        traffic-statistics;
        no-traffic-statistics;
    }
    interface-name {
        depth-threshold high number low number;
        latency-threshold high number low number;
        queue-statistics;
        no-queue-statistics;
        traffic-statistics;
        no-traffic-statistics;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services analytics]

Description

Configure physical interfaces for monitoring traffic and queue statistics by the network analytics processes running on the Packet Forwarding Engine and Routing Engine. You may specify one interface or all interfaces in your configuration.

Note:

The configuration for a specific interface supersedes the global configuration for all interfaces. You can configure traffic and queue monitoring for physical interfaces only; logical interfaces and Virtual Chassis port (VCP) interfaces are not supported.

Note:

Disabling the queue or traffic monitoring (using the no-queue-statistics or no-traffic-statistics configuration statements) supersedes the configuration (enabling) of the feature.

Options

all

Configure all interfaces on the device for high-frequency monitoring.

interface-name

Name of the interface to configure for high-frequency monitoring.

no-queue-statistics

Disable the collection of queue statistics.

Note:

The no-queue-statistics statement supersedes the queue-statistics statement.

no-traffic-statistics

Disable the collection of traffic statistics.

Note:

The no-traffic-statistics statement supersedes the traffic-statistics statement.

queue-statistics

Enable the collection of queue statistics for a specific interface or all interfaces.

traffic-statistics

Enable the collection of traffic statistics for a specific interface or all interfaces.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 13.2.

footer-navigation