display isis statistics packet

Function

The display isis statistics packet command displays the statistics of an IS-IS process, including the routes that are learned from other IS-IS routers, routes that are imported from other protocols, the convergence priority of IS-IS routes, and LSPs that are generated locally.

Format

display isis statistics packet [ interface [ interface-name | interfacetype interfacenumber ] ]

display isis process-id statistics packet

display isis statistics packet lsp [ process-id | { vpn-instance vpn-instance-name } ]

display isis [ process-id ] statistics packet lsp

Parameters

Parameter Description Value
interface interfacetype interfacenumber

Displays statistics of the packets on a specified interface.

-

process-id

Specifies a process ID of IS-IS.

The value is an integer ranging from 1 to 4294967295.

packet

Displays statistics of various IS-IS packets.

-

lsp

Displays statistics about IS-IS LSPs.

-

vpn-instance vpn-instance-name

Displays statistics of the instance to which an IS-IS process belongs.

The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
isis read

Usage Guidelines

Usage Scenario

To monitor the status of a device or diagnose a fault, run the display isis statistics packet command to view the status of the device and statistics that it collects. The command output helps you collect traffic statistics and troubleshoot the device.

If the statistics are all 0, check whether an IS-IS neighbor relationship is established, the LSDB information is complete, or the SPT calculation is correct.

Example

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

# Display statistics about IS-IS.
<HUAWEI> display isis statistics

Statistics of LSP Packets 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: 0

Imported routes information:
         IPv4 Imported Routes:
                         Static: 0        Direct : 0
                         ISIS  : 0        BGP    : 0
                         OSPF   : 0
         IPv6 Imported Routes:
                         Static: 0        Direct : 0
                         ISIS  : 0        BGP    : 0
                         OSPFv3 : 0
Number of routes added to Routing Table: 
         IPv4 Routes: 2
         IPv6 Routes: 2
Number of routes not added to Routing Table: 
         IPv4 Routes: 0
         IPv6 Routes: 0
Lsp information:
                  LSP Source ID:          No. of used LSPs
                  0000.0000.0001                  001
                  0000.0000.1110                  000
         Total lsp count                     : 3
         Total 00-00 lsp count               : 2
         Total 00-00 and holdTime=0 lsp count: 0
         Total holdTime=0 lsp count          : 0
         Total seqNum=0 lsp count            : 0
Peer information:
         IPv4 total count     : 1
         IPv4 up state count  : 1
         IPv4 init state count: 0
         IPv6 total count     : 0
         IPv6 up state count  : 0 
         IPv6 init state count: 0
                                 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: 0

Imported routes information:
         IPv4 Imported Routes:
                         Static: 0        Direct  : 0
                         ISIS  : 0        BGP     : 0
                         OSPF  : 0
         IPv6 Imported Routes:
                         Static : 0        Direct : 0
                         ISIS   : 0        BGP    : 0
                         OSPFv3 : 0
Number of routes added to Routing Table: 
         IPv4 Routes: 0
         IPv6 Routes: 0
Number of routes not added to Routing Table: 
         IPv4 Routes: 2
         IPv6 Routes: 2
Lsp information:
                  LSP Source ID:          No. of used LSPs
                  0000.0000.0001                  001
                  0000.0000.1110                  000
         Total lsp count                     : 716
         Total 00-00 lsp count               : 4
         Total 00-00 and holdTime=0 lsp count: 1
         Total holdTime=0 lsp count          : 357
         Total seqNum=0 lsp count            : 0
Peer information:
         IPv4 total count     : 1
         IPv4 up state count  : 1
         IPv4 init state count: 0
         IPv6 total count     : 1
         IPv6 up state count  : 1
         IPv6 init state count: 0
                               Global Statistics
                               ------------------
Interface information:
         IPv4 total count     : 3
         IPv4 up state count  : 3
         IPv4 down state count: 0
         IPv6 total count     : 1
         IPv6 up state count  : 1
         IPv6 down state count: 0
# Display statistics of IS-IS packets.
<HUAWEI> display isis statistics packet
Statistic for ISIS Packets
          --------------------------
Interface Vlanif2 
Level-1 Hellos(sent/received) : 44/125 
Level-1 MaxHelloInterval      : 10 s 
Level-1 DR Elections          : 1 
Level-1 LSPs  (sent/received) : 2/3 
Level-1 CSNPs (sent/received) : 0/35 
Level-1 PSNPs (sent/received) : 0/0 
Level-2 Hellos(sent/received) : 45/125 
Level-2 MaxHelloInterval      : 10 s 
Level-2 DR Elections          : 1 
Level-2 LSPs  (sent/received) : 2/3 
Level-2 CSNPs (sent/received) : 0/36 
Level-2 PSNPs (sent/received) : 0/0
Table 1 Description of the display isis statistics packet command output
Item Description
LSP Source ID

System ID of the device that generates the LSP.

Level-1 Hellos

Number of Level-1 Hello packets.

Level-1 MaxHelloInterval

Interval at which Level-1 Hello packets are sent.

Level-1 DR Elections

Level-1 DIS election.

Level-1 LSPs

Number of Level-1 LSP packets.

Level-1 CSNPs

Number of Level-1 CSNP packets.

Level-1 PSNPs

Number of Level-1 PSNP packets.

Total IPv4 Learnt Routes

Number of IPv4 routes learned by IS-IS.

  • Critical: number of IPv4 routes with critical convergence priority.
  • High: number of IPv4 routes with high convergence priority.
  • Medium: number of IPv4 routes with medium convergence priority.
  • Low: number of IPv4 routes with low convergence priority.
Total IPv4 Forwarding Routes

Number of IPv4 routes counted based on the destination address. If multiple routes share the same destination, these routes are counted as one route.

Total IPv6 Learnt Routes

Number of IPv6 routes learned by IS-IS.

  • Critical: number of IPv6 routes with critical convergence priority.
  • High: number of IPv6 routes with high convergence priority.
  • Medium: number of IPv6 routes with medium convergence priority.
  • Low: number of IPv6 routes with low convergence priority.
Total IPv6 Forwarding Routes

Number of IPv6 routes counted based on the destination address. If multiple routes share the same destination, these routes are counted as one route.

Total lsp count

Total number of LSPs.

Total 00-00 lsp count

Number of non-pseudonode LSPs with the fragment number of 0.

Total 00-00 and holdTime=0 lsp count

Number of non-pseudonode LSPs with the fragment number of 0 and lifetime of 0.

Total holdTime=0 lsp count

Number of LSPs with the lifetime of 0.

Total seqNum=0 lsp count

Number of LSPs with the sequence number of 0.

IPv4 Imported Routes

Information about 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.
IPv4 total count

Number of IPv4 neighbors.

IPv4 up state count

Number of IPv4 neighbors that are Up.

IPv4 init state count

Number of IPv4 neighbors that are in Init status.

IPv4 down state count

Number of IPv4 neighbors that are Down.

IPv6 Imported Routes

Information about imported IPv6 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.
  • RIPng: number of imported RIPng routes.
  • OSPFv3: number of imported OSPFv3 routes.
IPv6 total count

Number of IPv6 neighbors.

IPv6 up state count

Number of IPv6 neighbors that are Up.

IPv6 init state count

Number of IPv6 neighbors that are in Init status.

IPv6 down state count

Number of IPv6 neighbors that are Down.

Imported routes information

Information about imported routes.

Number of routes added to Routing Table

Number of routes added to the routing table.

Number of routes not added to Routing Table

Number of routes that are not added to the routing table.

Lsp information

Information about LSPs.

No. of used LSPs

Number of the used fragmentation.

Peer information

Information about neighbors.

Level-2 Hellos

Number of Level-2 Hello packets.

Level-2 MaxHelloInterval

Interval at which Level-2 Hello packets are sent.

Level-2 DR Elections

Level-2 DIS election.

Level-2 LSPs

Number of Level-2 LSP packets.

Level-2 CSNPs

Number of Level-2 CSNP packets.

Level-2 PSNPs

Number of Level-2 PSNP packets.

Interface information

Information about interfaces.

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