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

secondary (Protocols MPLS)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
secondary path-name {
    adaptive; 
    admin-group { 
        exclude [ group-names ];
        include-all [ group-names ];
        include-any [ group-names ];
    }
    bandwidth bps;
    class-of-service cos-value; 
    hop-limit number; 
    no-cspf;
    no-decrement-ttl;
    optimize-timer seconds; 
    preference preference;
    priority setup-priority reservation-priority; 
    (record | no-record); 
    retry-limit number;
    retry-timer seconds;
    select (manual | unconditional);
    standby; 
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols mpls label-switched-path lsp-name],
[edit protocols mpls label-switched-path lsp-name]

Description

Specify one or more secondary paths to use for the LSP. You can configure more than one secondary path. All secondary paths are equal, and the first one that is available is chosen.

You can specify secondary paths even if you have not specified any primary paths.

Optionally, you can specify preference, CoS, and bandwidth values for the secondary path, which override any equivalent values that you configure for the LSP (at the [edit mpls label-switched-path] hierarchy level).

Options

path-name—Name of a path that you created with the path statement.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation