138
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, which is a case-sensitive string of 1 to 256 characters.
Examples
# Display global RSVP-TE statistics.
<Sysname> display mpls rsvp-te statistics global
LSR ID: 1.1.1.1
PSB Count: 1 RSB Count: 1
RFSB Count: 0 TCSB Count: 1
LSP Count: 1
Total Statistics Information:
PSB CleanupTimeOutCounter: 0 RSB CleanupTimeOutCounter: 0
SendPacketCounter: 55 RecPacketCounter: 54
SendPathCounter: 5 RecPathCounter: 0
SendResvCounter: 0 RecResvCounter: 4
SendResvConfCounter: 0 RecResvConfCounter: 0
SendHelloCounter: 2 RecHelloCounter: 48
SendAckCounter: 48 RecAckCounter: 2
SendPathErrCounter: 0 RecPathErrCounter: 0
SendResvErrCounter: 0 RecResvErrCounter: 0
SendPathTearCounter: 0 RecPathTearCounter: 0
SendResvTearCounter: 0 RecResvTearCounter: 0
SendSrefreshCounter: 0 RecSrefreshCounter: 0
SendAckMsgCounter: 0 RecAckMsgCounter: 0
SendErrMsgCounter: 0 RecErrMsgCounter: 0
RecReqFaultCounter: 0
# Display the RSVP-TE statistics of interface VLAN-interface 3.
<Sysname> display mpls rsvp-te statistics vlan-interface 3
Vlan-interface3:
PSB CleanupTimeOutCounter: 0 RSB CleanupTimeOutCounter: 0
SendPacketCounter: 69 RecPacketCounter: 68
SendPathCounter: 6 RecPathCounter: 0
SendResvCounter: 0 RecResvCounter: 5
SendResvConfCounter: 0 RecResvConfCounter: 0
SendHelloCounter: 2 RecHelloCounter: 61
SendAckCounter: 61 RecAckCounter: 2
SendPathErrCounter: 0 RecPathErrCounter: 0
SendResvErrCounter: 0 RecResvErrCounter: 0
SendPathTearCounter: 0 RecPathTearCounter: 0
SendResvTearCounter: 0 RecResvTearCounter: 0
SendSrefreshCounter: 0 RecSrefreshCounter: 0
SendAckMsgCounter: 0 RecAckMsgCounter: 0
SendErrMsgCounter: 0 RecErrMsgCounter: 0
RecReqFaultCounter: 0