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 tie

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show rift tie tie

Description

Display Routing in Fat Tress (RIFT) topology information element (TIE) information.

Options

tie

Display information of the RIFT TIE in the following format:

content_copy zoom_out_map
(node-hex | node-name)/(North | South)/(node | prefix | positive | negative | key-value | external)/TIE-number-hex

Where:

  • (node-hex | node-name)—System ID in hexadecimal number of node name.

    To specify the value in hexadecimal form, include 0x as a prefix.

  • (North | South)—Choice of direction. You can use one letter abbreviation.

  • (node | prefix | positive | negative | key-value | external)—Choice of type. You can use two letter abbreviations.

  • TIE-number-hex—TIE number in hexadecimal.

    To specify the value in hexadecimal form, include 0x as a prefix.

For example, 00002c6bf50f51c0/N/node/10000000.

Required Privilege Level

view

Output Fields

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

Table 1: show rift tie Output Fields

Field Name

Field Description

TIE ID

Identification of TIE.

Content

Content of TIE as python parsable structure conforming to RIFT encoding schemas.

Sample Output

show rift tie

content_copy zoom_out_map
user@host> show rift tie 00002c6bf50f51c0/N/node/10000000
TIE ID: 00002c6bf50f51c0/N/Node____/10000000
Content: TIEElement(node=NodeTIEElement(neighbors={48842194470336L: NodeNeighborsTIEElement(bandwidth=1000, cost=1,
...

Release Information

Command introduced in Junos OS Release 19.4R1.

footer-navigation