Enables BGP delayed route calculation in specific scenarios: router reload, BGP process restart, and admin reset of all the BGP peers in a VRF/SAFI using the clear ip | ipv6 bgp neighbor all command. BGP BEST-path selection is delayed until BGP has the route update information from all of its RIB-IN peers.
By default, BGP delayed route calculation is disabled.
BGP configuration mode
Use the no init-route-calc-delay command to disable the delay route calculation. When an optional keyword is include with the no form of this command, it resets the default setting for the keyword.
If you enter the init-route-calc-delay command without any options, the default settings for the minimum and maximum delay and message idle time are used.
TCP is the underlying transport mechanism used by BGP for propagating BGP update messages. Optimal usage of TCP directly helps in improving BGP performance and convergence. Configuring higher IP MTU values (4500 bytes) for the interfaces through which BGP peer IP connectivity is established helps to select optimal MSS size for BGP TCP sessions.
The following example enables the BGP delay route calculation.
device# configure terminal device(config)# router bgp device(config-bgp-router)# init-route-calc-delay
The following example configures the minimum delay time to 200 seconds.
device# configure terminal device(config)# router bgp device(config-bgp-router)# init-route-calc-delay min-delay 200