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 (ospf | ospf3) backup lsp

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show (ospf | ospf3) backup lsp
<logical-system (all | logical-system-name>
<realm (ipv4-unicast | ipv6-unicast)>

Description

Display information about MPLS label-switched-paths (LSPs) designated as backup routes for OSPF routes.

Note:

MPLS LSPs can be used as backup routes only for routes in the default OSPFv2 topology and not for any configured topology. Additionally, MPLS LSPs cannot be used as backup routes for nondefault instances either for OSPFv2 or OSPFv3.

Options

none

Display information all MPLS LSPs designated as backup routes.

logical-system (all | logical-system-name)

(Optional) Display information about MPLS LSPs designated as backup routes for all logical systems or a specific logical system.

realm (ipv4-unicast | ipv6-unicast)

(Optional) (OSPFv3 only) Display information about MPLS LSPs designated as backup routes for a specific realm, or address family.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show (ospf | ospf3) backup lsp command. Output fields are listed in the approximate order in which they appear.

Table 1: show (ospf | ospf3) backup lsp Output Fields

Field Name

Field Description

MPLS LSP name

Name of each MPLS LSP designated as a backup path.

Egress

IP address of the egress router for the LSP.

Status

State of the LSP:

  • Up—The router can detect RSVP hello messages from the neighbor.

  • Down—The router has received one of the following indications:

    • Communication failure from the neighbor.

    • Communication from IGP that the neighbor is unavailable.

    • Change in the sequence numbers in the RSVP hello messages sent by the neighbor.

  • Deleted—The LSP is no longer available as a backup path.

Last change

Time elapsed since the neighbor state changed either from up or down or from down to up. The format is hh:mm:ss.

TE-metric

Configured traffic engineering metric.

Metric

Configured metric.

Sample Output

show ospf backup lsp

content_copy zoom_out_map
user@host> show ospf backup lsp
tobanff
  Egress: 10.255.71.239, Status: up, Last change: 00:00:23
  TE-metric: 0, Metric: 0

Sample Output

show ospf3 backup lsp

content_copy zoom_out_map
user@host> show ospf3 backup lsp
tobanff
  Egress: 10.255.71.239, Status: up, Last change: 00:00:45
  TE-metric: 0, Metric: 0

Release Information

Command introduced in Junos OS Release 10.0.

footer-navigation