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 route-tables

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fib-streaming route-tables 
<all> 
<summary>

Description

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

Options

all

Show all routing tables.

summary

Show routing tables and a summary of the route entries in each table.

Required Privilege Level

view

Output Fields

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

Table 1: show fib-streaming route-tables Output Fields

Field Name

Field Description

Table-ID

Routing table ID.

Table name

Name of the routing table.

count

Number of route entries in the table by type:

  • v4—IPv4 unicast

  • v6—IPv6 unicast

  • mpls—MPLS

Sample Output

show fib-streaming route-tables summary

content_copy zoom_out_map
user@host> show fib-streaming route-tables summary
Table-ID   Table name
0          DEFAULT       v4 count:52  v6 count:9   mpls count:38
1          __juniper_1__ v4 count:21  v6 count:19  mpls count:0
2          __juniper_2__ v4 count:6   v6 count:0   mpls count:0
3          __juniper_3__ v4 count:10  v6 count:0   mpls count:0
36736      __juniper_4__ v4 count:10  v6 count:0   mpls count:0

show fib-streaming route-tables all

content_copy zoom_out_map
user@host> show fib-streaming route-tables all
Table-ID   Table name
0          DEFAULT
1          __juniper_1__
2          __juniper_2__
3          __juniper_3__
36736      __juniper_4__

Release Information

Command introduced in Junos OS Release 20.3R1.

footer-navigation