The display mpls ldp event session-down command displays the time and reason when an LDP session went Down.
 
 The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mpls ldp event session-down
LDP Session Down Information
--------------------------------------------------------------------------------
 PeerID            Down Date  Down Time             Duration Time    Flag Reason
--------------------------------------------------------------------------------
 2.2.2.2:0         2011-09-13 04:37:05              0 days, 00:01:49 L    Receive notification
 2.2.2.2:0         2011-09-16 02:52:55              2 days, 22:15:47 L    Undo MPLS LDP
--------------------------------------------------------------------------------
 TOTAL: 2 Record(s) Found
 R: Remote peer.
 L: Local peer.
 B: Both of local and remote peer.
 G: Graceful Restart Session.
<HUAWEI> display mpls ldp event session-down verbose
LDP Session Down Information
--------------------------------------------------------------------------------
 PeerID                  : 2.2.2.2:0
 IpFamily                : IPv4
 Socket ID               : 20
 Peer Transport Address  : 2.2.2.2
 Local Transport Address : 1.1.1.1
 Flag                    : Local
 Reason                  : Receive notification
 Sub Reason              : Shutdown
 Down Time               : 2011-09-13 04:37:05
 Duration time           : 0 days, 00:01:49
--------------------------------------------------------------------------------
 PeerID                  : 2.2.2.2:0
 IpFamily                : IPv4
 Socket ID               : 22
 Socket Flow Ctrl State  : FALSE
 Peer Transport Address  : 2.2.2.2
 Local Transport Address : 1.1.1.1
 Flag                    : Local
 Reason                  : Undo MPLS LDP
 Sub Reason              : -
 Down Time               : 2011-09-16 02:52:55
 Duration time           : 2 days, 22:15:47
--------------------------------------------------------------------------------
 PeerID                  : 3.3.3.3:0
 IpFamily                : IPv4
 Socket ID               : 11
 Socket Flow Ctrl State  : FALSE
 Peer Transport Address  : 3.3.3.3
 Local Transport Address : 1.1.1.1
 Flag                    : Remote
 Reason                  : IGP delete the RLFA IID
 Sub Reason              : -
 Down Time               : 2011-09-16 02:52:55
 Duration time           : 2 days, 22:15:47
--------------------------------------------------------------------------------
 PeerID                  : 1.1.1.1:0
 IpFamily                : IPv4
 Socket ID               : 23
 Socket Flow Ctrl State  : FALSE
 Peer Transport Address  : 1.1.1.1
 Local Transport Address : 3.3.3.3
 Flag                    : Remote
 Reason                  : Receive notification
 Sub Reason              : IGP delete the RLFA IID
 Down Time               : 2011-09-16 02:52:55
 Duration time           : 2 days, 22:15:47
--------------------------------------------------------------------------------
 TOTAL: 4 Record(s) Found
| Item | Description | 
|---|---|
| Down Date | Date when the LDP session went Down, in the format of YYYY-MM-DD. | 
| Down Time | Time when the LDP session went Down, in the format of HH:MM:SS. | 
| Local Transport Address | Local transport address used to establish the LDP session. | 
| PeerID | LSR ID of an LDP peer. | 
| Duration Time | Time elapsed since the LDP session was established. | 
| Flag | Session ID: 
 | 
| Reason | Reason for the session Down event: 
 | 
| IpFamily | IP address family information. | 
| Socket ID | TCP socket ID. | 
| Socket Flow Ctrl State | Socket flow control status: 
 | 
| Peer Transport Address | Peer transport address used to establish the LDP session. | 
| Sub Reason | Sub-reason for the session Down event: 
 | 
| TOTAL | Total number of records. |