Information About Fast Convergence Default Optimize
The fast convergence default optimize feature modifies the default settings of all the protocols to recommended defaults for fast convergence. To revert the defaults to pre-fast-convergence settings for both IS-IS and OSPF, no routing-default-optimize command is used. This command sends signals to IS-IS and OSPF and modifies the default configuration for these protocols.
By default, the fast convergence settings is enabled which means when you upgrade the software, you can automatically see the new behavior. This makes easier integration of the devices in a multi-vendor deployment and reduces support cases for poor convergence.
When default optimize is disabled, existing protocol default configuration is used. When default optimize is enabled, new protocol defaults are used. The show running configurations does not display configuration lines for default settings even when default settings are being used.
A configuration of a protocol overrides the default, but a change to default optimize does not override any configuration.
The following is the sample output of spf-interval command in IS-IS:
Device(config-if)# router isis
Device(config-router)# spf-interval 10 5500 5500
If a non-default value is configured, it will be displayed in show running configuration output:
Device(config-router)# spf-interval 5 50 200
Device(config-router)# do show run | inc spf-interval
spf-interval 5 50 200
You can revert to the default values by configuring the default values or by removing the non-default configuration.