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 mpls lsp abstract-computation

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mpls lsp abstract-computation
<brief | detail | extensive>;
<logical-system (all | logical-system-name)>;
<name lsp-name>;

Description

Display the ingress to egress abstract hop computation used by the constrained shortest path in the preprocessing for LSPs. The command output displays the various computation passes involved per LSP, and the qualifying exit devices for each pass. It also displays the affinity per pass, and the current start device chosen for the pass.

Options

brief | detail | extensive

(Optional) Display the desired level of output.

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

(Optional) Display the abstract computation for abstract hop constraints on all logical systems or on a particular logical system.

lsp-name

(Optional) Name of the LSP for which the abstract hop computation is displayed.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show mpls lsp abstract-computation command. Output fields are listed in the approximate order in which they appear.

Table 1: show mpls lsp abstract-computation Output Fields

Field Name

Field Description

Path computation using abstract hops for LSP

Name of the LSP for which the abstract hop computation is performed.

Path type

The type of the path can be primary or secondary.

Path name

Name of the path.

Credibility

Credibility value associated with the interior gateway protocol in use.

Total no of CSPF passes

Number of constrained shortest path passes for the abstract hop.

CSPF pass no

Constrained shortest path pass number for the abstract hop computation.

Start address of the pass

IP address where the pass starts.

Affinity

Name of the abstract hop.

Destination

Destination IP address for a node in the pass.

State

State of the backtracking:

  • Valid

  • Disqualified

Sample Output

show mpls lsp abstract-computation

content_copy zoom_out_map
user@R0> show mpls lsp abstract-computation
Path computation using abstract hops for LSP: R0-R31
Path type: Primary, Path name: prim
Credibility: 0, Total no of CSPF passes: 2
CSPF pass no: 0
Start address of the pass: 127.0.0.6
Destination: 127.0.0.1, State: VALID
Destination: 127.0.0.2, State: VALID
Destination: 127.0.0.3, State: VALID
Affinity: ah1
CSPF pass no: 1
Start address of the pass: 127.0.0.1
Destination: 127.0.0.3, State: VALID
Path type: Secondary, Path name: nonstdby
Path type: Standby, Path name: stdby
Credibility: 0, Total no of CSPF passes: 2
CSPF pass no: 0
Start address of the pass: 127.0.0.6
Destination: 127.0.0.3, State: VALID
Destination: 127.0.0.4, State: VALID
Affinity: ah2
CSPF pass no: 1
Start address of the pass: 127.0.0.4
Destination: 127.0.0.3, State: VALID

Release Information

Command introduced in Junos OS Release 17.1.

footer-navigation