Describes how BGP full add-path reflection enables route reflectors to advertise all unique eligible paths to BGP peers, improving path visibility and network control.
BGP full add-path reflection is a BGP feature that
-
enables route reflectors to advertise all unique eligible BGP paths per prefix, including paths that have the same next hop but different BGP attributes
-
requires a route policy with the unique-nexthop-check-disable keyword for additional-path selection or Optimal Route Reflection (ORR), and
-
suppresses advertisement of exact duplicate paths, with identical next hop and attributes, to optimize efficiency.
BGP full add-path reflection is especially beneficial when migrating from iBGP full mesh to route reflector architectures, as it preserves path transparency and operational fidelity for troubleshooting and network analysis.
|
Feature Name |
Release Information |
Feature Description |
|---|---|---|
|
BGP full add-path reflection |
Release 26.3.1 |
Introduced in this release on: Fixed Systems (8200 [ASIC: Q100, Q200, P100], 8700 [ASIC: P100, K100], 8010 [ASIC: A100]); Centralized Systems (8600); Modular Systems (8800 [LC ASIC: Q100, Q200, P100]) You gain full visibility into all unique eligible BGP paths per prefix as route reflectors can now advertise multiple unique paths, not just one per next hop. This enables more informed routing and traffic engineering, with exact duplicate paths still suppressed. |
Comparison of default BGP route reflector behavior and full add-path reflection
This table contrasts default BGP route reflector behavior and full add-path reflection.
|
Attribute |
Default behavior |
Full add-path reflection |
|---|---|---|
|
Path advertisement per prefix |
One path per unique next hop |
All eligible non-identical paths |
|
Duplicate path suppression |
Yes |
Yes |
|
Configuration requirement |
None (default) |
Route policy containing |
Enable BGP full add-path reflection only when you require explicit path diversity or enhanced visibility. Default suppression is typically sufficient for smaller or less complex environments.