display mpls rsvp-te statistics

Function

The display mpls rsvp-te statistics command displays RSVP TE statistics.

Format

display mpls rsvp-te statistics { global | interface { interface-type interface-number | interface-name } }

display mpls rsvp-te statistics interface

Parameters

Parameter Description Value
global

Displays global RSVP TE statistics.

-

interface

Displays RSVP TE statistics for an interface.

-

interface-type interface-number

Specifies the type and number of an RSVP-TE-enabled interface. If no interface type or number is specified, RSVP-TE statistics are displayed for all interfaces.

-

interface-name

Specifies the name of an RSVP-TE-enabled interface.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
mpls-te read

Usage Guidelines

Usage Scenario

The display mpls rsvp-te statistics command displays RSVP TE statistics.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display global RSVP TE statistics.
<HUAWEI> display mpls rsvp-te statistics global
--------------------------------------------------------------------------
                 RSVP-TE Global Statistic
--------------------------------------------------------------------------
 LSR ID: 1.1.1.1                        LSP Count: 2
 PSB Count: 2                           RSB Count: 2
 RFSB Count: -
FRR statistics information:
 PLR AvailLsps: 0                       PLR InuseLsps: 0
 MP AvailLsps: 0                        MP InuseLsps: 0
Total Statistics Information:
 PSB CleanupTimeOutCounter: 0           RSB CleanupTimeOutCounter: 0
 SendPacketCounter: 6946                RecPacketCounter: 6886
 SendCreatePathCounter: 2               RecCreatePathCounter: 0
 SendRefreshPathCounter: 6826           RecRefreshPathCounter: 0
 SendCreateResvCounter: 2               RecCreateResvCounter: 2
 SendRefreshResvCounter: 0              RecRefreshResvCounter: 6884
 SendResvConfCounter: 0                 RecResvConfCounter: 0
 SendHelloCounter: 0                    RecHelloCounter: 0
 SendAckCounter: 0                      RecAckCounter: 0
 SendPathErrCounter: 0                  RecPathErrCounter: 0
 SendResvErrCounter: 0                  RecResvErrCounter: 0
 SendPathTearCounter: 0                 RecPathTearCounter: 0
 SendResvTearCounter: 0                 RecResvTearCounter: 0
 SendSrefreshCounter: 0                 RecSrefreshCounter: 0
 SendAckMsgCounter: 0                   RecAckMsgCounter: 0
 SendChallengeMsgCounter: 0             RecChallengeMsgCounter: 0
 SendResponseMsgCounter: 0              RecResponseMsgCounter: 0
 SendErrMsgCounter: 0                   RecErrMsgCounter: 0
 SendRecoveryPathMsgCounter: 0          RecRecoveryPathMsgCounter: 0
 SendGRPathMsgCounter: 0                RecGRPathMsgCounter: 0
 SendNotifyMsgCounter: 0                RecNotifyMsgCounter: 0
 ResourceReqFaultCounter: 0            
 RSVP neighbor count: 0                 Bfd session count: 0
Total reliable delivery Statistics Information:
 RetransPacketCounter: 0                RepPacketCounter: 0
 RetransPathCounter: 0                  RepPathCounter: 0
 RetransResvCounter: 0                  RepResvCounter: 0
 RetransResvConfCounter: 0              RepResvConfCounter: 0
 RetransPathErrCounter: 0               RepPathErrCounter: 0
 RetransResvErrCounter: 0               RepResvErrCounter: 0
 RetransPathTearCounter: 0              RepPathTearCounter: 0
 RetransResvTearCounter: 0              RepResvTearCounter: 0
 RetransSrefreshCounter: 0              RepSrefreshCounter: 0
 RetransRecoveryPathMsgCounter: 0       RepRecoveryPathMsgCounter: 0
 RetransGRPathMsgCounter: 0             RepGRPathMsgCounter: 0
 RetransNotifyMsgCounter: 0             RepNotifyMsgCounter: 0
Table 1 Description of the display mpls rsvp-te statistics command output
Item Description
LSR ID

Local LSR ID.

LSP Count

Number of LSPs established using RSVP-TE.

PSB Count

Number of Path State Blocks (PSBs).

PSB CleanupTimeOutCounter

Number of times that the PSB is reset after the timer expires.

RSB Count

Number of Reservation State Blocks (RSBs).

RSB CleanupTimeOutCounter

Number of times that the RSB is reset after the timer expires.

RFSB Count

Number of ReFresh state blocks.

FRR statistics information

FRR statistics.

PLR AvailLsps

Number of LSPs that use the local router as the PLR and are in the FRR Available state (the PLR is bound to the bypass tunnel but FRR switching does not occur).

PLR InuseLsps

Number of LSPs that use the local router as the PLR and are in the FRR Inuse state.

MP AvailLsps

Number of LSPs that use the local router as the MP and are in the MP Available state (the PLR has notified the local router of the FRR binding success, but FRR switching does not occur).

MP InuseLsps

Number of LSPs that use the local router as the MP and are in the MP Inuse state.

Total Statistics Information

Statistics.

Total reliable delivery Statistics Information

Statistics of the total number of reliably sent packets.

RSVP neighbor count

Number of RSVP neighbors. An RSVP neighbor refers to an upstream or downstream neighbor through which at least one LSP in the Up state passes.

Bfd session count

Number of BFD sessions.

SendPacketCounter

Number of sent packets.

RecPacketCounter

Number of received packets.

SendCreatePathCounter

Number of Path messages sent from the upstream node to the downstream node.

RecCreatePathCounter

Number of received Path messages sent from the upstream node to the downstream node.

SendRefreshPathCounter

Number of sent path refresh messages.

RecRefreshPathCounter

Number of received path refresh messages.

SendCreateResvCounter

Number of sent Resv messages.

RecCreateResvCounter

Number of received Resv messages.

SendRefreshResvCounter

Number of sent RefreshResv messages.

RecRefreshResvCounter

Number of received RefreshResv messages.

SendResvConfCounter

Number of sent ResvConf messages.

RecResvConfCounter

Number of received ResvConf messages.

SendHelloCounter

Number of sent Hello messages.

RecHelloCounter

Number of received Hello messages.

SendAckCounter

Number of sent Ack messages.

RecAckCounter

Number of received Ack messages.

SendPathErrCounter

Number of sent PathErr messages.

RecPathErrCounter

Number of received PathErr messages.

SendResvErrCounter

Number of sent ResvErr messages.

RecResvErrCounter

Number of received ResvErr messages.

SendPathTearCounter

Number of sent PathTear messages.

RecPathTearCounter

Number of received PathTear messages.

SendResvTearCounter

Number of sent ResvTear messages.

RecResvTearCounter

Number of received ResvTear messages.

SendSrefreshCounter

Number of sent Srefresh messages.

RecSrefreshCounter

Number of received Srefresh messages.

SendAckMsgCounter

Number of sent Msg_ID_ACK messages.

RecAckMsgCounter

Number of received Msg_ID_ACK messages.

SendChallengeMsgCounter

Number of sent Challenge messages.

RecChallengeMsgCounter

Number of received Challenge messages.

SendResponseMsgCounter

Number of sent response messages.

RecResponseMsgCounter

Number of received Response messages.

SendErrMsgCounter

Number of sent Msg_ID_NACK messages.

RecErrMsgCounter

Number of received Msg_ID_NACK messages.

SendRecoveryPathMsgCounter

Number of Path messages sent from the downstream node to the upstream node.

RecRecoveryPathMsgCounter

Number of received Path messages sent from the downstream node to the upstream node.

SendGRPathMsgCounter

Number of sent GR Path messages.

RecGRPathMsgCounter

Number of received GR Path messages.

SendNotifyMsgCounter

Number of sent Notify messages.

RecNotifyMsgCounter

Number of received Notify messages.

ResourceReqFaultCounter

Number of failed attempts to request resources.

RetransPacketCounter

Number of retransmitted packets.

RepPacketCounter

Number of response packets.

RetransPathCounter

Number of retransmitted Path messages.

RepPathCounter

Number of responded Path messages.

RetransResvCounter

Number of retransmitted Resv messages.

RepResvCounter

Number of responded Resv messages.

RetransResvConfCounter

Number of retransmitted ResvConf messages.

RepResvConfCounter

Number of responded ResvConf messages.

RetransPathErrCounter

Number of retransmitted PathErr messages.

RepPathErrCounter

Number of responded PathErr messages.

RetransResvErrCounter

Number of retransmitted ResvErr messages.

RepResvErrCounter

Number of responded ResvErr messages.

RetransPathTearCounter

Number of retransmitted PathTear messages.

RepPathTearCounter

Number of responded PathTear messages.

RetransResvTearCounter

Number of retransmitted ResvTear messages.

RepResvTearCounter

Number of responded ResvTear messages.

RetransSrefreshCounter

Number of retransmitted Srefresh messages.

RepSrefreshCounter

Number of Srefresh response messages.

RetransRecoveryPathMsgCounter

Number of retransmitted RecoveryPath Messages.

RepRecoveryPathMsgCounter

Number of answered RecoveryPath messages.

RetransGRPathMsgCounter

Number of retransmitted GRPath messages.

RepGRPathMsgCounter

Number of responded GRPath messages.

RetransNotifyMsgCounter

Number of retransmitted Notify messages.

RepNotifyMsgCounter

Number of response Notify messages.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >