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

date_range 15-Dec-23

Syntax

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

Description

Display Label Distribution Protocol (LDP) point-to-multipoint (P2MP) label-switched paths (LSPs).

Options

brief | detail | extensive

(Optional) Display the specified level of output.

instance instance-name

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

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

(Optional) Display LDP point-to-multipoint tunnel table information of all logical systems or a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the name-of-command command.

Table 1: name-of-command Output Fields

Field Name

Field Description

Level of Output

Output Session (label)

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

any

P2MP path type

Type of P2MP traffic originating from a router, either Egress (leaving this router) or Transit (forwarded through this router).

any

Input Session (label)

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

any

Attached FEC

P2MP FECs corresponding to the paths (combination or input and output label).

any

Address

Memory address of the P2MP path.

extensive

Reference Count

Count of references for this FEC.

extensive

Transit route

P2MP traffic forwarded through this router.

extensive

Sample Output

name-of-sample-output-command

content_copy zoom_out_map
user@host> show ldp p2mp path extensive
content_copy zoom_out_map
P2MP path type: Transit/Egress
  Output Session (label): 192.168.1.3:0 (299984) (Primary)
  Input Session (label): 192.168.1.5:0 (300000)
  Attached FECs:  P2MP root-addr 192.168.1.2, lsp-id 16777217 (Active)
  Address: 0x76f94a0, Reference count: 2, Transit route
P2MP path type: Transit/Egress
  Output Session (label): 192.168.1.8:0 (300304) (Primary)
  Input Session (label): 192.168.1.6:0 (299953)
  Attached FECs:  P2MP root-addr 192.168.1.8, lsp-id 16777217 (Active)
  Address: 0x76faa60, Reference count: 2, Transit route

Release Information

Command introduced in Junos OS Release 15.1

footer-navigation