BGP delayed route calculation delays the BGP BEST-path selection until BGP receives the route update information from its RIB-IN peers. This calculation minimizes the number of times that the BGP BEST-path decision process runs and improves the efficiency of the route updates (RIB-OUT) computation.
By default, the BGP process accepts multiple incoming routing updates, computes the BEST-path selection, and advertises this selection to its peers immediately. When a BGP router reloads and comes up, BGP does not possess all of the route update information from its RIB-IN peers before it starts its BEST-path selection. Therefore, BGP processes incoming updates and computes the BEST-path several times. The scale of the routing updates from multiple RIB-IN peers makes BGP inefficient in calculating the BEST-path and generating RIB-OUT. Also, complex route policies of prefix lists or route-map filters for RIB-OUT peers add significant delay in generating RIB-OUT.
BGP delayed route calculation improves BGP convergence in this BGP protocol operation. A BGP peer starts propagating its route updates after it sends an initial explicit keepalive message to indicate that the session is up (ESTABLISHED). Until the peer is done propagating its route updates, most implementations do not send a second explicit keepalive message. The duration between the initial keepalive message and the second keepalive message is the duration in which the peer is propagating its bulk route updates. Based on certain heuristics and events, the BGP process can delay its BEST-path selection. In this delay (or learning) phase, BGP does not make BEST-path decisions, does not install routes in the RIB or hardware, and does not generate RIB-OUT.
When a BGP router comes up after a reload, each BGP peer is placed in learning phase after receiving the first keepalive from the peer, which the peer sends when the peer session transitions from OPEN_CONFIRM to ESTABLISHED.
A peer that is in learning phase is denoted by the notation “$” concatenated to the “ESTAB” state (for example, the show ip/ipv6 bgp summary command displays ESTAB$).
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. This time allows all BGP peers in the VRF and SAFI instance to come up and participate in BGP read-only mode. |
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. |
Event | Description |
---|---|
Second keepalive is received |
Probed when the keepalive is received for a peer. |
One of the following:
|
|
Minimum time in read-only mode |
The BGP-BEST path selection is delayed at least by the minimum time. This time allows all BGP peers in the instance to participate in BGP read-only mode. |
Maximum time in read-only mode |
|
A peer flaps, is removed through configuration, or is shutdown (admin disable) |
The learning phase for the peer is forcefully ended. |
At each probing point (processing keepalive, processing updates, periodic timer, and peer session state change), if it is detected that all BGP peers in the VRF and SAFI instance have completed their learning phase, BGP BEST-PATH selection is immediately scheduled for the instance.