[Contents] [Prev] [Next] [Index] [Report an Error]

show ldp route

Syntax

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

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display the entries in the Label Distribution Protocol (LDP) internal topology table. The internal topology table contains routes from inet.0 and inet.3 and is used when binding a label to a forwarding equivalence class (FEC).

Options

none — Display standard information about all entries in the LDP internal topology table for all routing instances on all logical systems.

brief | detail | extensive — (Optional) Display the specified level of output.

destination(Optional) Restrict the output to entries that are longer than the specified destination prefix and prefix length.

instance instance-name(Optional) Display entries 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.

Required Privilege Level

view

List of Sample Output

show ldp route detail

Output Fields

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

Table 132: show ldp route Output Fields

Field Name

Field Description

Level of Output

Destination

Destination prefix.

to be provided

Next-hop intf

Interface that is the next hop to the destination prefix.

to be provided

Next-hop address

IP address of the next hop.

to be provided

Bound to outgoing label

The route has been bound to LSPs with the label being distributed for that LSP.

to be provided

show ldp route detail

user@host> show ldp route detail
Destination              Next-hop intf    Next-hop address
 10.10.255.1/32          so-2/3/0
*10.10.255.3/32          so-1/0/0         10.10.1.3
   Bound to outgoing label 100001
*10.10.255.1/32          so-2/3/0
 10.10.255.4/32          so-0/0/0         192.168.1.213
*10.10.255.4/32          so-0/0/0         192.168.1.213
   Bound to outgoing label 100002
 10.10.255.6/32          so-0/0/0         192.168.1.215
*10.10.255.6/32          so-0/0/0         192.168.1.215
   Bound to outgoing label 100000
*10.10.255.2/32
   Bound to outgoing label 3
 0.0.0.0/0               so-0/0/0         192.168.1.254
 10.10.255.3/32          so-1/0/0         10.10.1.3 

[Contents] [Prev] [Next] [Index] [Report an Error]