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 cspf

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mpls cspf
<instance instance-name>
<logical-system (all | logical-system-name)>

Syntax (EX Series Switches)

content_copy zoom_out_map
show mpls cspf

Description

Display Multiprotocol Label Switching (MPLS) Constrained Shortest Path First (CSPF) statistics.

Options

none

Display MPLS CSFP statistics.

instance instance-name

(Optional) Display MPLS CSPF information for the specified instance. If instance-name is omitted, MPLS CSPF information for the primary instance is displayed.

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

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

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

Table 1: show mpls cspf Output Fields

Field Name

Field Description

Queue length

Number of LSPs queued for automatic path computation.

current

Current queue length.

maximum

Maximum queue length (high-water mark).

dequeued

Number of terminated computation attempts.

Paths

Counters for label-switched path computations.

total

Sum of the next four fields.

successful

Number of path computations that were successfully completed.

no route

Number of path computations that failed because the destination is unreachable.

Sys Error

Number of path computations that failed because of lack of memory.

CSPFs

Total number of CSPF computations. A single path might require multiple CSPF computations.

Time

Time, in seconds, required to perform the label-switched path computation.

Total

Total amount of time consumed by the CSPF path computation algorithm.

CSPFs

Total number of CSPF computations.

Avg per CSPF

Average amount of time required for each CSPF computation.

% of rpd

Percentage of routing process CPU used in the CSPF computation.

Sample Output

show mpls cspf

content_copy zoom_out_map
user@host> show mpls cspf
CSPF statistics
Queue length   current       maximum      dequeued
                     0             0             0
Paths            total    successful      no route     sys error         CSPFs
                     0             0             0             0             0
Time (secs)      total         CSPFs  avg per CSPF      % of rpd
              0.000000      0.000000      0.000000        0.0000

Release Information

Command introduced before Junos OS Release 7.4.

instance instance-name option added in Junos OS Release 15.1.

footer-navigation