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 ldp path

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show ldp path
<brief | detail | extensive> 
<destination>
<instance instance-name>
<logical-system (all | logical-system-name)>

Description

Display Label Distribution Protocol (LDP) label-switched paths (LSPs).

Options

none

Display standard information about all LDP LSPs for all routing instances.

brief | detail | extensive

(Optional) Display the specified level of output.

destination

(Optional) Restrict the output to entries that match the specified destination prefix.

instance instance-name

(Optional) Display information for the specified routing instance only.

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

(Optional) Perform this operation on all logical systems or on a particular logical system. This option is only supported on Junos OS.

Required Privilege Level

view

Output Fields

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

Table 1: show ldp path Output Fields

Field Name

Field Description

Output Session (label)

Session ID and labels that this system has sent using LDP. These correspond to MPLS packets received.

Input Session (label)

Session ID and labels that this system has received using LDP. These correspond to MPLS packets transmitted.

route

MPLS route.

Attached route

Route corresponding to the LSP.

Ingress route

The router acts as the ingress for the LSP.

Reference count

Reference count for the LDP neighbor.

Transit route

Names of the forwarding equivalence class (FEC) filters on the transit routers.

Global label

MPLS label that is used globally.

Sample Output

show ldp path extensive

content_copy zoom_out_map
user@host> show ldp path extensive   
Output Session (label)          Input Session (label)
10.255.14.220:0(3)              ( )
   Attached route:  10.255.14.221/32
   Reference count: 3, Global label: 3
10.255.14.220:0(100000)         10.255.14.220:0(3)
   Attached route:  10.255.14.220/32, Ingress route
   Reference count: 2, Transit route, Global label: 100000
10.255.14.220:0(100001)         10.255.14.220:0(100001)
   Attached route:  10.255.14.214/32, Ingress route
   Reference count: 2, Transit route, Global label: 100001

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation