display isis spf-log [ process-id | vpn-instance vpn-instance-name ] [ ipv6 | [ level-1 | level-2 ] | verbose ] *
display isis process-id spf-log [ ipv6 | [ level-1 | level-2 ] | verbose ] *
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the IS-IS process ID. | The value is an integer ranging from 1 to 65535. |
| vpn-instance vpn-instance-name | Displays SPF calculation logs about the multi-instance IS-IS process in the specified VPN instance. | The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
| ipv6 | Displays SPF calculation logs in the IPv6 topology. | - |
| level-1 | Displays SPF calculation logs on the IS-IS Level 1 routers. | - |
| level-2 | Displays SPF calculation logs on the IS-IS Level 2 routers. | - |
| verbose | Displays the details of SPF calculation logs. | - |
If the SPT calculated by IS-IS is incorrect, you can run the display isis spf-log command to diagnose the fault. The command displays information about SPF calculation, such as the start time and duration of the SPF calculation, number of nodes, and events that trigger the SPF calculation. You can determine whether the events are the cause of the SPF calculation fault based on the start time of the SPF calculation.
# View the SPF calculation log of IS-IS.
<sysname> display isis spf-log
SPF Log information for ISIS(1)
-------------------------------
ISIS(1) Level-1 SPF Log
-----------------------
StartTime Duration Nodes Count Last Trigger LSP Trigger Event
-------------------------------------------------------------------------------
2011-08-14 13:14:55-08:00
0 0 4 NULL ISPF_CIRC_DR_CHANGE
2011-08-12 16:17:33-08:00
0 0 4 1111.1111.1111.00-00 ISPF_CIRC_DR_CHANGE
2011-08-12 16:16:23-08:00
0 1 4 NULL FULL_SPF
<sysname> display isis spf-log verbose
SPF Log information for ISIS(1)
-------------------------------
ISIS(1) Level-1 SPF Log
-----------------------
StartTime Duration Nodes Count Last Trigger LSP Trigger Event
-------------------------------------------------------------------------------
2011-08-14 13:14:55-08:00
0 0 4 NULL ISPF_CIRC_DR_CHANGE
NULL PRC_IPV4_PREFIX_ADD
NULL ISPF_ADJ_STATE_CHANGE
NULL ISPF_ADJ_USAGE_CHANGE
2011-08-12 16:17:33-08:00
0 0 2 1111.1111.1111.00-00 ISPF_CIRC_DR_CHANGE
NULL LFA_LINK_DEL
2011-08-12 16:16:23-08:00
0 1 4 NULL FULL_SPF
0 1 4 NULL FULL_SPF
0 1 4 NULL FULL_SPF
0 1 4 NULL FULL_SPF
Item |
Description |
|---|---|
StartTime |
Start time of the SPF calculation in the format of YYYY-MM-DD hh:mm:ss-time zone |
Duration |
Time taken for the SPF calculation, in milliseconds |
Nodes |
Number of nodes whose SPT changes due to the SPF calculation |
Count |
Number of events that an IS-IS-enabled router receives during an SPF calculation interval |
Last Trigger LSP |
Most recent LSP that triggers the SPF calculation during
an SPF calculation interval
|
Trigger Event |
Most recent event that triggers the SPF calculation:
|