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

priority (policy-options)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
policy-options {
    policy-statement policy-name {
        term term-name {
            from {
                match-conditions;
                route-filter destination-prefix match-type;
            }
        then {
            priority high | low;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name policy-options policy-statementpolicy-name term term-name then],
[edit logical-systems name policy-options policy-statementpolicy-name then],
[edit policy-options policy-statementpolicy-name term term-name then],
[edit policy-options policy-statementpolicy-name then]

Description

Sets the priority for route installation. You can choose a relative priority of high, low , or medium to ensure that high priority IGP and LDP routes are updated in the FIB (forwarding table) before medium and low priority routes. Routes are placed in different priority queues according to the priority. Any routes that are not explicitly assigned a priority are treated as medium priority. Within the same priority level, routes will continue to be updated in lexicographic order.

Options

high—Set priority to high.

low—Set priority to low.

medium—Set priority to medium.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1.

footer-navigation