show fib-streaming routes
Syntax
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.
Field Name |
Field Description |
---|---|
|
Prefix of the route. |
|
ID of the next hop group. |
|
Name of the routing table. |
|
MPLS label. |
Sample Output
- show fib-streaming routes ipv4-unicast table DEFAULT
- show fib-streaming routes ipv4-unicast prefix 100.0.0.1
- show fib-streaming routes mpls table DEFAULT
- show fib-streaming routes mpls label 50
show fib-streaming routes ipv4-unicast table DEFAULT
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
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
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
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.