Changes the shortest path first (SPF) interval.
Indicates the hold time between the first and second SPF calculations in milliseconds. The range is from 1 through 120000 milliseconds. The default is 5000 milliseconds (5 seconds).
IS-IS router configuration mode
IS-IS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The no form of the command restores the defaults.
The following example specifies that the maximum interval in seconds between SPF recalculations is 15 seconds for Level 1 packets. The initial SPF calculation delay is 10000 milliseconds, and the hold time between the first and second SPF calculations is 15000 milliseconds.
device# configure terminal device(config)# router isis device(config-isis-router)# spf-interval level-1 15 10000 15000
The following example restores the defaults.
device# configure terminal device(config)# router isis device(config-isis-router)# no spf-interval