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

prefix-list (Junos Telemetry Interface)

date_range 22-Jun-24

Syntax

content_copy zoom_out_map
    prefix-list {
        table table-name {
            family {
                inet {
                    prefix [ prefix ... ];
                }
                inet6 {
                    prefix [ prefix ... ];
                }
            }
        }
    }

Hierarchy Level

content_copy zoom_out_map
[edit system fib-streaming]
        

Description

Enable specific prefix addresses to be periodically streamed from the target (source) to a collector. Only interfaces with those prefixes and their corresponding next-hop and next-hop group containers are exported to the IP OpenConfig Abstract Forwarding Table (oc-aft) collector. Reducing the set of interfaces to only those with prefixes of interest decreases the overall CPU and resource usage on Routing Engines, FPCs, and MPCs.

Export data from your source (target) to a collector using the sensor /network-instances/network-instance/afts/. When using prefix-filter mode, we recommend you use streaming subscription mode at a sampling frequency of 5 minutes or more and that all collectors have the same sampling frequency. If you are using non-prefix-filter mode, we recommend you use ON_CHANGE subscription mode. You can also export data using User Datagram Protocol (UDP).

Options

table-name

A forwarding information base (FIB) table.

prefix

An IPv4 (inet) or IPv6 inet6 address prefix.

Required Privilege Level

edit

Release Information

Statement introduced in Junos OS 24.2R1 for MX2020 routers.

footer-navigation