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 fec

date_range 15-Dec-23

Syntax

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

Description

Display Label Distribution Protocol (LDP) point-to-multipoint (P2MP) forwarding equivalence class (FEC) information.

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

FEC

FEC for which LDP information is displayed.

For P2MP LSPs, FEC appears as a combination of root address and the LSP ID (root_addr:lsp_id) or as a combination of root address multicast source address, and multicast group address (root_addr:lsp_id/grp,src) in case of LDP inband-signalling.

For multipoint LDP P2MP LSPs, FEC appears as a combination of root address multicast source address, and multicast group address (root_addr:lsp_id/grp,src).

any

Type

Role of the router for this P2MP FEC, either Ingress (originating from this router), Transit (forwarded through this router), or Egress.

any

Label

Label in the output label database entry for the P2MP FEC; that is the label on which the incoming traffic for the P2MP FEC is received.

any

Reference count

Count of references for this FEC.

extensive

Sample Output

name-of-sample-output-command

content_copy zoom_out_map
user@host> show ldp p2mp fec extensive
content_copy zoom_out_map
LDP P2MP FECs:
 P2MP root-addr 192.168.1.1, lsp-id 16777217 next-root: 192.168.1.4
  Fec type: Ingress (Active)
  Label: 300288, Reference count:    1
P2MP root-addr 192.168.1.8, lsp-id 16777217
  Fec type: Transit (Active)
  Label: 300304, Reference count:    1

Release Information

Command introduced in Junos OS Release 15.1

footer-navigation