display isis statistics packet [ interface [ interface-type interface-number ] ]
display isis statistics [ updated-lsp [ history ] ] [ level-1 | level-2 | level-1-2 ] [ process-id | vpn-instance vpn-instance-name ]
display isis process-id statistics [ [ [ updated-lsp [ history ] ] [ level-1 | level-2 | level-1-2 ] ] | packet ]
Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H support updated-lsp and history parameters.
Parameter | Description | Value |
---|---|---|
packet |
Displays IS-IS packet statistics. |
- |
interface interface-type interface-number |
Displays IS-IS packet statistics on a specified interface. |
- |
updated-lsp |
Displays real-time data of received LSPs. By default, statistics about the LSPs received within the last 1 hour are displayed. |
- |
history |
Displays historical data of received LSPs. By default, statistics about the LSPs received within the last 24 hours are displayed. |
- |
level-1 |
Displays IS-IS Level-1 statistics. |
- |
level-2 |
Displays IS-IS Level-2 statistics. |
- |
level-1-2 |
Displays IS-IS Level-1-2 statistics. |
- |
process-id |
Displays statistics in a specified IS-IS process. |
The value is an integer that ranges from 1 to 65535. |
vpn-instance vpn-instance-name |
Displays statistics about the IS-IS multi-instance process in a specified VPN instance. |
The value must be an existing VPN instance name. |
You can use the display isis statistics command to view IS-IS process statistics, including the number of routes learned from other IS-IS devices, number of routes imported from other routing protocols, number of locally generated LSPs, and convergence priorities of IS-IS routes.
# Display IS-IS process statistics.
<HUAWEI> display isis statistics
Statistics information for ISIS(1)
----------------------------------
Level-1 Statistics
------------------
Forwarding routes information:
Total IPV4 Learnt Routes: 0
Critical: 0
High : 0
Medium : 0
Low : 0
Total IPv4 Forwarding Routes: 1
Total IPv6 Learnt Routes: 0 Critical: 0 High : 0 Medium : 0 Low : 0
Total IPv6 Forwarding Routes: 1
Imported routes information:
IPv4 Imported Routes:
Static: 0 Direct: 0
ISIS: 0 BGP: 0
RIP: 0 OSPF: 0
IPv6 Imported Routes:
Static: 0 Direct: 0
ISIS: 0 BGP: 0
RIPng: 0 OSPFv3: 0
Number of advertised imported routes:
IPv4 Imported Routes: 0
IPv6 Imported Routes: 0
Lsp information:
LSP Source ID: No. of used LSPs
0000.0000.0022 002
Level-2 Statistics
------------------
Forwarding routes information:
Total IPV4 Learnt Routes: 0
Critical: 0
High : 0
Medium : 0
Low : 0
Total IPv4 Forwarding Routes: 1
Total IPv6 Learnt Routes: 0 Critical: 0 High : 0 Medium : 0 Low : 0
Total IPv6 Forwarding Routes: 1
Imported routes information:
IPv4 Imported Routes:
Static: 0 Direct: 0
ISIS: 0 BGP: 0
RIP: 0 OSPF: 0
IPv6 Imported Routes:
Static: 0 Direct: 0
ISIS: 0 BGP: 0
RIPng: 0 OSPFv3: 0
Number of advertised imported routes:
IPv4 Imported Routes: 0
IPv6 Imported Routes: 0
Lsp information:
LSP Source ID: No. of used LSPs
0000.0000.0002 001
Item |
Description |
---|---|
Total IPV4 Learnt Routes
|
Number of IPv4 routes learned by IS-IS:
|
Total IPv4 Forwarding Routes |
Number of IPv4 routes counted based on the destination address. If there are multiple routes to the same destination, these routes are counted as one route. |
Total IPv6 Learnt Routes
|
Number of IPv6 routes learned by IS-IS:
|
Total IPv6 Forwarding Routes |
Number of IPv6 routes counted based on the destination address. If there are multiple routes to the same destination, these routes are counted as one route. |
IPv4 Imported Routes |
Imported IPv4 routes. |
Static |
Number of imported static routes. |
Direct |
Number of imported direct routes. |
ISIS |
Number of imported IS-IS routes. |
BGP |
Number of imported BGP routes. |
RIP |
Number of imported RIP routes. |
OSPF |
Number of imported OSPF routes. |
IPv6 Imported Routes |
Imported IPv6 routes. |
RIPng |
Number of imported RIPng routes. |
OSPFv3 |
Number of imported OSPFv3 routes. |
LSP Source ID |
System ID of the switch that generates the LSP. |
No. of used LSPs |
Number of used LSPs. |
Number of advertised imported routes |
Number of imported external routes that are advertised. |
# Display IS-IS packet statistics.
<HUAWEI> display isis statistics packet
PDUs information for ISIS(1)
----------------------------
Sent packets:
PDU type Total(packets)
L1 IIH 2516
L1 LSP 84
L1 CSNP 8
L1 PSNP 44
L2 IIH 5028
L2 LSP 80
L2 CSNP 8
L2 PSNP 46
Received packets:
PDU type Total(packets)
L1 IIH 12943
L1 LSP 216
L1 CSNP 3911
L1 PSNP 40
L2 IIH 14907
L2 LSP 206
L2 CSNP 3900
L2 PSNP 41
Item |
Description |
---|---|
PDU type |
Packet type. |
Total(packets) |
Total number of packets. |
L1 IIH |
Level-1 Hello packets. |
L1 LSP |
Level-1 LSPs. |
L1 CSNP |
Level-1 CSNPs. |
L1 PSNP |
Level-1 PSNPs. |
L2 IIH |
Level-2 Hello packets. |
L2 LSP |
Level-2 LSPs. |
L2 CSNP |
Level-2 CSNPs. |
L2 PSNP |
Level-2 PSNPs. |