The display mpls ldp session statistics command displays statistics about sessions between LDP peers.
Run the display mpls ldp session statistics command to view the number of sessions between LDP peers. Statistics are collected based on the session type and status. The session type can be local, remote, or coexistent local and remote. The session status can be Not Operational or Operational.
# Display statistics about LDP sessions.
<HUAWEI> display mpls ldp session statistics
LDP Session Statistics Information
------------------------------------------------------------
SessionType Local Remote Local&Remote Total
------------------------------------------------------------
Not Operational 0 0 0 0
Operational 0 1 1 2
------------------------------------------------------------
SessionStatistics 0 1 1 2
------------------------------------------------------------
Item |
Description |
---|---|
SessionType |
Type of LDP sessions. |
Local |
Number of local LDP sessions. |
Remote |
Number of remote LDP sessions. |
Local&Remote |
Number of coexistent local and remote LDP sessions. |
Total |
Total number of sessions. |
Not Operational |
Number of sessions in the Not Operational state. |
Operational |
Number of sessions in the Operational state. |
SessionStatistics |
Total number of local sessions, remote sessions, and coexistent local and remote sessions. |