You can configure IS-IS to flood Link State PDUs to other devices in the network before running SPF, thus improving database synchronization by allowing LSP changes to be propagated to neighbors before running SPF. The following task configures the IS-IS fast-flood feature.
device# configure terminal
device(config)# router isis
device(config-isis-router)# fast-flood 10
The following example configures IS-IS to flood 10 LSPs before running SPF.
device# configure terminal device(config)# router isis device(config-isis-router)# fast-flood 10