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 rift routes

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show rift routes
content
next-hops
statistics

Description

Display the routing table information of the Routing in Fat Trees (RIFT) protocol.

Options

content

Display all route information of the RIFT protocol.

next-hops

Display next-hop information of the RIFT protocol.

statistics

Display the routing table statistics of the RIFT protocol.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show rift routes content command. Output fields are listed in the approximate order in which they appear.

Table 1: show rift routes content Output Fields

Field Name

Field Description

Prefix

IPv4 or IPv6 prefix address.

Active

Type of active RIFT route.

Metric

Metric of next hop.

N-Hop

Next-hop ID.

All Present

Types of all present RIFT routes.

Table 2 lists the output fields for the show rift routes next-hops command. Output fields are listed in the approximate order in which they appear.

Table 2: show rift routes next-hops Output Fields

Field Name

Field Description

Nexthop

ID of RIFT next hop.

SystemID

System ID of the adjacent node.

Links

Link IDs leading to the adjacent node.

Table 3 lists the output fields for the show rift routes statistics command. Output fields are listed in the approximate order in which they appear.

Table 3: show rift routes statistics Output Fields

Field Name

Field Description

Nhops

Current number of next hops:

  • Deletes—Number of next hops deleted.

  • Adds/Changes—Number of next hops added or changed.

Last Transaction

Last transaction with:

  • Nhop Diff#—Number of next hop differentials downloaded.

  • Route Diff#—Number of route differentials downloaded.

  • Route Type—Number of route types involved.

AF

Numbers per address family for:

  • Prefixes—Number of prefixes in the table.

  • Deletes—Number of deletes performed over the lifetime.

  • Adds/Changes—Number of additions or changes performed over the lifetime.

Sample Output

show rift routes content

content_copy zoom_out_map
user@host> show rift routes content
Prefix                Active Metric N-Hop    All Present
---------------------+------+------+--------+-------------------
1.24.66.0/30          N           2 80004f04 N
2.2.2.11/32           NExt        2 80004f19 NExt
2.2.2.12/32           NExt        2 80004f13 NExt
2.2.2.13/32           NExt        2 80004f03 NExt

show rift routes next-hops

content_copy zoom_out_map
user@host> show rift routes next-hops
Nexthop   SystemID          Links
---------+-----------------+-----------------
80004f00  00002c6bf5a021c0  274 (ge-0/0/0.19)
80004f01  00002c6bf58703c0  270 (ge-0/0/0.15)
80004f02  00002c6bf5692fc0  278 (ge-0/0/0.23)
          00002c6bf55952c0  277 (ge-0/0/0.22)

show rift routes statistics

command-name

content_copy zoom_out_map
user@host> show rift routes statistics
Nhops Deletes  Adds/Changes
-----+--------+------------
   11        0          695

Last Transaction          Nhop Diff# Route Diff# Route Type
-------------------------+----------+-----------+-----------------------
2019/05/31 10:44:43.594            0           4                    NExt

AF   Prefixes Deletes Adds/Changes
----+--------+-------+------------
IPv4       12     170          256
IPv6        9     423          496

Release Information

Command introduced in Junos OS Release 19.4R1.

footer-navigation