display isis spf-log [ process-id | vpn-instance vpn-instance-name ] [ [ level-1 | level-2 ] | ipv6 | verbose ]*
display isis process-id spf-log [ [ level-1 | level-2 ] | ipv6 | verbose ]*
Parameter | Description | Value |
---|---|---|
process-id | Specifies an IS-IS process ID. | The value is an integer that ranges from 1 to 65535. |
vpn-instance vpn-instance-name | Specifies the IS-IS multi-instance process in a specified VPN instance. | The value must be an existing VPN instance name. |
ipv6 | Displays SPF logs in IPv6 topologies. | - |
level-1 | Displays Level-1 SPF logs. | - |
level-2 | Displays Level-2 SPF logs. | - |
verbose | Displays detailed information about SPF 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.
# Display IS-IS SPF logs.
<HUAWEI> display isis spf-log
SPF Log information for ISIS(10) -------------------------------- ISIS(10) Level-1 SPF Log ------------------------ StartTime Duration Nodes Count Last Trigger LSP Trigger Event ------------------------------------------------------------------------------- 2013-09-05 10:14:48+00:00 0 1 1 NULL ISPF_CIRC_DR_CHANGE 2013-09-05 10:13:23+00:00 1 1 2 NULL FULL_SPF ISIS(10) Level-2 SPF Log ------------------------ StartTime Duration Nodes Count Last Trigger LSP Trigger Event ------------------------------------------------------------------------------- 2013-09-05 10:14:48+00:00 1 1 1 NULL ISPF_CIRC_DR_CHANGE 2013-09-05 10:13:23+00:00 1 1 2 NULL FULL_SPF
Item |
Description |
---|---|
StartTime |
Start time of SPF calculation. |
Duration |
Duration of SPF calculation. |
Nodes |
Number of nodes in SPF calculation. |
Count |
Number of times SPF calculated is triggered. |
Last Trigger LSP |
LSP that triggers the last SPF calculation:
|
Trigger Event |
Event that triggers the last SPF calculation:
|