Overview
Outlines BGP Prefix Independent Convergence, describing backup path selection, operation with route reflectors, and procedures for configuring BGP PIC in provider edge networks and between autonomous systems.
A BGP Prefix Independent Convergence (PIC) feature is a network routing enhancement that
-
pre-computes and stores both primary and backup (best external) paths for each destination prefix in the Routing Information Base (RIB) and Forwarding Information Base (FIB)
-
enables instantaneous switch to a backup path in the event of a primary path failure, minimizing convergence time and network downtime, and
-
is especially beneficial for large-scale BGP deployments and networks with route reflectors.
| Feature Name |
Release |
Description |
|---|---|---|
| BGP Prefix Independent Convergence |
Release 25.4.1 |
Introduced in this release on: Fixed Systems (8700 [ASIC: K100], 8010 [ASIC: A100])(select variants only*) *This feature is supported on:
|
| BGP Prefix Independent Convergence |
Release 25.1.1 |
Introduced in this release on: Fixed Systems (8010 [ASIC: A100])(select variants only*) *This feature is supported on Cisco 8011-4G24Y4H-I routers. |
| BGP Prefix Independent Convergence |
Release 24.4.1 |
Introduced in this release on: Fixed Systems (8200 [ASIC: P100], 8700 [ASIC: P100, K100])(select variants only); Modular Systems (8800 [LC ASIC: P100])(select variants only*) This feature ensures rapid network recovery by activating a pre-established backup path when the primary path fails, minimizing downtime in large-scale network deployments. *This feature is supported on:
|
Standard BGP convergence: prefix-dependent process
Standard BGP convergence is "prefix-dependent": each BGP router advertises only its current best path for a destination prefix. When the best path fails, routers send withdrawal messages, recalculate new best paths, and re-advertise to neighbors until all routers converge on a new path. This iterative process is slow, especially in networks with route reflectors.
Accelerated failover with Prefix Independent Convergence (PIC)
With PIC, BGP routers advertise their best external paths and pre-install backup paths in the FIB. When a failure occurs, the router can immediately switch to the backup path with a single operation, greatly accelerating convergence and reducing packet loss.
| Attribute | Prefix-Dependent Convergence | Prefix Independent Convergence (PIC) |
|---|---|---|
| Awareness of backup paths | No | Yes |
| Convergence time | Slow, iterative | Fast, single-operation |
| FIB programming | Only best path | Best and backup paths |
| Scalability | Limited in large networks | Optimized for large deployments |
Benefits of Prefix Independent Convergence
-
Rapid recovery from link or node failures with minimal traffic disruption.
-
Consistent failover times even as network scale grows.
-
Improved reliability and service continuity for business-critical applications.