BGP delayed route calculation delays the BGP BEST-path selection until BGP receives the route update information from its RIB-IN peers.
Setting | Description |
---|---|
min-delay |
The minimum time that a peer spends in read-only mode and by which the BGP-BEST path selection is delayed. The default is 180 seconds. |
max-delay |
The maximum time that a peer spends in read-only mode and by which the BGP-BEST path selection is delayed. |
msg-idle-time |
The number of seconds to wait for an update from a peer before moving the peer out of the learning phase. The default is 2 seconds. |
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# init-route-calc-delay
device(config-bgp-router)# init-route-calc-delay min-delay 360
device(config-bgp-router)# init-route-calc-delay max-delay 600
device(config-bgp-router)# init-route-calc-delay msg-idle-time 10
The following example summarizes the commands in this procedure.
device# configure terminal device(config)# router bgp device(config-bgp-router)# init-route-calc-delay device(config-bgp-router)# init-route-calc-delay min-delay 360 device(config-bgp-router)# init-route-calc-delay max-delay 600 device(config-bgp-router)# init-route-calc-delay msg-idle-time 10