Overview
Explains the benefits of delaying BGP route advertisements until the RIB and FIB are synchronized, helping prevent traffic loss during start-up and allowing operators to control route propagation with a configurable delay interval.
Delay BGP route advertisements is a BGP feature that
-
prevents traffic loss by delaying BGP update generation until the Routing Information Base (RIB) is synchronized with the Forwarding Information Base (FIB)
-
defers route advertisements during BGP start-up to avoid premature propagation, and
-
allows a configurable delay from 1 to 600 seconds.
| Feature Name |
Release Information |
Feature Description |
|---|---|---|
| Delay BGP Route Advertisements |
Release 25.4.1 | Introduced in this release on: Fixed Systems (8010 [ASIC: A100])(select variants only*) *This feature is supported on:
|
| Delay BGP Route Advertisements |
Release 25.1.1 | Introduced in this release on: Fixed Systems (8700 [ASIC: K100], 8010 [ASIC: A100])(select variants only*) *This feature is supported on:
|
| Delay BGP Route Advertisements |
Release 24.4.1 | Introduced in this release on: Fixed Systems (8200 [ASIC: P100], 8700 [ASIC: P100])(select variants only*); Modular Systems (8800 [LC ASIC: P100])(select variants only*) *This feature is supported on:
|
| Delay BGP Route Advertisements |
Release 7.5.3 | You can now prevent traffic loss due to premature advertising of BGP routes and subsequent packet loss in a network. You can achieve this by setting the delay time of the BGP start-up in the router until the Routing Information Base (RIB) is synchronized with the Forward Information Base (FIB) in the routing table. This delays the BGP update generation and prevents traffic loss in a network. You can configure a minimum delay of 1 second and a maximum delay of 600 seconds. This feature introduces the update wait-install delay startup command. |
When BGP forwards traffic, it waits for feedback from the Routing Information Base (RIB) until the RIB is ready to forward traffic. After the RIB is ready, BGP sends the route updates to the BGP neighbors and peer-groups. Advertising routes before the RIB is synchronized with the Forwarding Information Base (FIB) can cause traffic loss. To avoid this problem, the router must delay the BGP start-up process to delay the BGP route update generation until the RIB and FIB are synchronized.
To accomplish this, you can configure the update wait-install delay startup command to delay BGP update generation. This feature allows you to configure the minimum and maximum delay periods. Use the show bgp process command to view the BGP process delay since the last router reload. Set the delay to 1 to 600 seconds to prevent traffic loss.