Overview
Introduces BGP-RIB feedback mechanisms, emphasizing best practices for advertising BGP routes only after FIB confirmation and provides instructions to configure BGP to wait for RIB feedback before sending updates.
The BGP-RIB feedback mechanisms for update generation are BGP route control mechanisms that
-
ensure routes are installed locally before advertising them to neighbors
-
track which route versions the forwarding information base (FIB) has consumed, and
-
send updates only for routes confirmed installed in the FIB to prevent premature advertisements.
These mechanisms help you avoid traffic loss caused by premature route advertisements after events like router reloads, line card online insertion and removal (LC OIR), or link flaps when alternate paths become available
You configure BGP to wait for routing information base (RIB) feedback before sending updates by using the update wait-install command in the router address-family IPv4 or router address-family VPNv4 configuration mode. This command ensures that BGP sends updates only after routes are confirmed installed in the forwarding information base (FIB), preventing premature route advertisements.
You can verify this configuration using the following commands:
-
show bgp
-
show bgp neighbors
-
show bgp process performance-statistics
This configuration helps you avoid traffic loss caused by premature route advertisements after events such as router reloads, line card online insertion and removal (LC OIR), or link flaps when alternate paths become available.