show fib-streaming route-tables
Syntax
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.
Field Name |
Field Description |
---|---|
|
Routing table ID. |
|
Name of the routing table. |
|
Number of route entries in the table by type:
|
Sample Output
show fib-streaming route-tables summary
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
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.