You can configure IS-IS to perform a full SPF calculation when any network topology change occurs so that IS-IS always runs full SPF for all such network changes. This task disables incremental SPF optimizations so that IS-IS always runs full SPF for all such network changes.
device# configure terminal
device(config)# router isis
device(config-isis-router)# disable-incremental-spf-opt
The following example disables incremental SPF optimizations.
device# configure terminal device(config)# router isis device(config-isis-router)# disable-incremental-spf-opt