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

show fib-streaming routes

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fib-streaming routes (ipv4-unicast | ipv6-unicast | mpls)
<all> 
<prefix>
<label>
<table name>

Description

Show information about Forwarding Information Base (FIB) streaming routes. You can use Junos telemetry interface (JTI) and remote procedure calls (gRPC) services to stream FIB operational state statistics to outside collectors.

Options

ipv4-unicast

Show IPv4 unicast route entries present in the routing table.

ipv6-unicast

Show IPv6 unicast route entries present in the routing table.

mpls

Show MPLS route entries present in the routing table.

all

Show all routes.

prefix

Prefix of the route.

label

For MPLS routes only, the label used to represent the route.

table name

Name of the routing table.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show fib-streaming routes command.

Table 1: show fib-streaming routes Output Fields

Field Name

Field Description

prefix

Prefix of the route.

next-hop-group

ID of the next hop group.

table

Name of the routing table.

label

MPLS label.

Sample Output

show fib-streaming routes ipv4-unicast table DEFAULT

content_copy zoom_out_map
user@host> show fib-streaming routes ipv4-unicast table DEFAULT
prefix				 next-hop-group     table
0.0.0.0/0              48                 DEFAULT
224.0.0.0/4            49                 DEFAULT
10.0.0.0/8             50                 DEFAULT
172.16.0.0/12          50                 DEFAULT
66.129.0.0/16          50                 DEFAULT
192.168.0.0/16         50                 DEFAULT

show fib-streaming routes ipv4-unicast prefix 100.0.0.1

content_copy zoom_out_map
user@host> show fib-streaming routes ipv4-unicast prefix 100.0.0.1
prefix				 next-hop-group     table
100.0.0.1/32            75                 DEFAULT

show fib-streaming routes mpls table DEFAULT

content_copy zoom_out_map
user@host> show fib-streaming routes mpls table DEFAULT
Label 	     next-hop-group      table
0              11                  DEFAULT
1              12                  DEFAULT
2              13                  DEFAULT
13             12                  DEFAULT
16             14                  DEFAULT
17             15                  DEFAULT
18             16                  DEFAULT
19             17                  DEFAULT
20             18                  DEFAULT
21             19                  DEFAULT
22             20                  DEFAULT

show fib-streaming routes mpls label 50

content_copy zoom_out_map
user@host> show fib-streaming routes mpls label 50
Label 	  next-hop-group    table
50          47                DEFAULT

Release Information

Command introduced in Junos OS Release 20.3R1.

footer-navigation