| Parameter | Description | Value |
|---|---|---|
verbose |
Displays detailed information about LDP peers. |
- |
peer-id |
Displays information about a specified LDP peer. |
- |
all |
Displays information about all LDP peers. |
- |
Usage Scenario
If an LDP label switched path (LSP) fails to be established between local and remote interfaces, run the display mpls ldp peer command to check the interface status from the DiscoverySource field.
You can also run the display mpls ldp peer command to view information about packets sent by the peer.
You can specify peer-id to view information about a specified LDP peer.
# Display information about LDP peers.
<sysname> display mpls ldp peer
LDP Peer Information in Public network
A '*' before a peer means the peer is being deleted.
------------------------------------------------------------------------------
PeerID TransportAddress DiscoverySource
------------------------------------------------------------------------------
2.2.2.2:0 2.2.2.2 Remote Peer : rtb
GigabitEthernet0/0/0
3.3.3.3:0 3.3.3.3 Remote Peer : rtc
------------------------------------------------------------------------------
TOTAL: 2 Peer(s) Found.
Item |
Description |
|---|---|
PeerID |
LDP identifier in the form of <LSR ID>:<label space>. The value of a label space can be:
|
TransportAddress |
Transport address of the LDP peer, which is used to establish a TCP connection. A transport address can be configured using the mpls ldp transport-address command. |
DiscoverySource |
Discovery source of an LDP peer:
|
# Display detailed information about LDP peers.
<sysname> display mpls ldp peer verbose
LDP Peer Information in Public network
------------------------------------------------------------------------------
Peer LDP ID : 2.2.2.2:0
Peer Max PDU Length : 4096 Peer Transport Address : 2.2.2.2
Peer Loop Detection : Off Peer Path Vector Limit : ----
Peer FT Flag : Off Peer Keepalive Timer : 45 Sec
Recovery Timer : ---- Reconnect Timer : ----
Peer Type : Local&Remote
Peer Label Advertisement Mode : Downstream Unsolicited
Peer Discovery Source : remote peer: rtb
GigabitEthernet0/0/0
Peer Deletion Status : No
Capability-Announcement : On
Peer mLDP P2MP Capability : On
Peer mLDP MP2MP Capability : Off
Peer mLDP MBB Capability : On
------------------------------------------------------------------------------
Peer LDP ID : 3.3.3.3:0
Peer Max PDU Length : 4096 Peer Transport Address : 3.3.3.3
Peer Loop Detection : Off Peer Path Vector Limit : ----
Peer FT Flag : Off Peer Keepalive Timer : 45 Sec
Recovery Timer : ---- Reconnect Timer : ----
Peer Type : Remote
Peer Label Advertisement Mode : Downstream Unsolicited
Peer Discovery Source : remote peer: rtc
Peer Deletion Status : No
Capability-Announcement : On
Peer mLDP P2MP Capability : On
Peer mLDP MP2MP Capability : Off
Peer mLDP MBB Capability : On
------------------------------------------------------------------------------
Item |
Description |
|---|---|
Peer LDP ID |
LDP identifier in the form of <LSR ID>:<label space>. The value of a label space can be:
|
Peer Max PDU Length |
Maximum length of the Protocol Data Unit (PDU) of the LDP peer. |
Peer Transport Address |
Transport address of the LDP peer, which is used to establish a TCP connection. A transport address can be configured using the mpls ldp transport-address command. |
Peer Loop Detection |
Whether LDP peer loop detection negotiation is enabled:
|
Peer Path Vector Limit |
Upper limit of the path vector of the LDP peer. |
Peer FT Flag |
GR FT flag of the LDP peer:
The flag can be set only when a peer receives an Initialization message carrying an FT TLV. This function can be enabled using the graceful-restart (MPLS-LDP view) command on the peer. |
Peer Keepalive Timer |
Value (in seconds) of the Keepalive timer configured for the LDP peer. This value is configured using the mpls ldp timer keepalive-hold command on the peer. |
Recovery Timer |
Timeout period (in seconds) of the Recovery timer of an LDP peer. The field in not null only when LDP GR is enabled (the Peer FT flag field is On). This value is configured using the graceful-restart timer recovery command on the peer. |
Reconnect Timer |
Timeout period (in seconds) of the Reconnect timer of an LDP peer. The field in not null only when LDP GR is enabled (the Peer FT flag field is On). |
Peer Type |
Type of the LDP peer:
|
Peer Label Advertisement Mode |
Label advertisement mode of an LDP peer:
This function can be configured using the mpls ldp advertisement command on the peer. |
Peer Discovery Source |
Discovery source of an LDP peer:
|
Peer Deletion Status |
Whether the LDP peer is deleted:
|
Capability-Announcement |
Whether the LDP dynamic advertisement function is enabled:
|
Peer mLDP P2MP Capability |
Whether the LDP peer supports multipoint extensions for LDP (mLDP) point-to-multipoint (P2MP):
|
Peer mLDP MP2MP Capability |
Whether the LDP peer supports multipoint extensions for LDP (mLDP) multipoint-to-multipoint (MP2MP):
|
Peer mLDP MBB Capability |
Whether the LDP peer supports make-before-break:
|