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

fib-install-priority

date_range 19-Nov-23

Syntax (PTX10001-36MR, PTX10004, PTX10008, PTX10016 Devices)

content_copy zoom_out_map
fib-install-priority <high/medium/>

Hierarchy Level

content_copy zoom_out_map
[edit policy-options policy-statement policy-name term term-name then]

Description

Assign a FIB install priority, as high or low, for matching routes. Non-matching routes are by default classified as unprioritized. When the routes are installed in the forwarding table, the number of forwarding table entries that routes of a particular priority get depends on the memory percentage allotted for the priority. Refer fib-prioritization to read more.

Issue the run show route <prefix> extensive command as shown in the following example to view the FIB install priority of a particular route.

content_copy zoom_out_map
user@host# run show route 10.0.1.1 extensive

inet.0: 33 destinations, 35 routes (33 active, 0 holddown, 0 hidden)
10.0.1.1/32 (1 entry, 1 announced)
TSI:
KRT in-kernel 10.0.1.1/32 -> {10.1.2.1}
   *Static Preference: 5
       FIB Installation Priority: INSTALL PRIORITY MEDIUM
       Next hop type: Router, Next hop index: 11045
       Address: 0x55eaafc82f1c
       Next-hop reference count: 3, key opaque handle: (nil), non-key opaque handle: (nil)
       Next hop: 10.1.2.1 via et-0/0/3.0, selected
       Session Id: 9
       State: <Active Int Ext>
       Local AS:100
       Age: 26
       Validation State: unverified
       Task: RT
       Announcement bits (1): 0-KRT
       AS path: I
       Thread: junos-main

Options

  • high – Set the FIB install priority as high.

  • medium – Set the FIB install priority as medium.

Required Privilege Level

  • interface—To view this statement in the configuration.

  • interface-control—To add this statement to the configuration.

Release Information

Command support introduced in Junos OS Evolved Release 22.4R1 for the PTX Series.

footer-navigation