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

destination (Protocols OSPF)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
destination prefix {
    interface (interface-name |all) {
        admin-group {
            exclude  [ group-name ];
            include-all  [ group-name ];
            include-any  [ group-name ];
            preference  [ group-name ];
        }
        bandwidth-greater-equal-primary;
        dest-metric  (highest | lowest);
        downstream-paths-only ;
        evaluation-order [ admin-group srlg bandwidth protection-type neighbor neighbor-tag metric ];
        metric-order  [ root dest ];
        node {
            exclude [ node-address ]; 
            preference [ node-address ];
        }
        protection-type  (link |node | node-link);
        root-metric  (highest | lowest) ;
        srlg (loose |strict);
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name routing-options backup-selection],
[edit logical-systems logical-system-name routing-instances instance-name routing-options backup-selection],
[edit routing-instances instance-name routing-options backup-selection],
[edit routing-options backup-selection]

Description

Define the backup selection policy for a particular destination prefix or for all the prefixes.

Options

The remaining statements are explained separately. See CLI Explorer.

prefix

Destination prefix name and prefix length. You can specify 0/0 for the IPv4 least-specific prefix or 0::0/0 for the IPv6 least-specific prefix.

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 15.1.

footer-navigation