Overview
Explains the functionality of policy-based cumulative bandwidth advertisements and describes how they enable selective cumulation, suppression of minor changes, local domain boundary control, bandwidth rounding, and policy-driven outbound actions.
Policy-based cumulative bandwidth advertisement is a BGP routing protocol feature that allows you to
-
enable cumulation for selected prefixes
-
suppress minor cumulative bandwidth changes by applying configurable thresholds
-
limit cumulative bandwidth calculations to local link bandwidths at domain boundaries
-
control how the bandwidth used for unequal-cost multipath (UCMP) is determined
-
round cumulative bandwidth changes to the nearest multiple of a configured number, and
-
set outbound policy actions based on bandwidth comparator result.
Cumulative bandwidth is the total available bandwidth that is calculated by summing the bandwidths of all eBGP multipath routes.
| Feature Name |
Release Information |
Feature Description |
|---|---|---|
| Policy-based cumulative bandwidth advertisements |
Release 25.4.1 | Introduced in this release on: Fixed Systems (8200 [ASIC: Q100, Q200, P100], 8700 [ASIC: P100, K100], 8010 [ASIC: A100]); Centralized Systems (8600 [ASIC: Q200]); Modular Systems (8800 [LC ASIC: Q100, Q200, P100]) You can now reduce unnecessary BGP updates, such as frequent route advertisements caused by small, insignificant bandwidth changes, and improve network stability by suppressing minor bandwidth changes, rounding advertised bandwidth to a specified value, and setting outbound policy actions based on bandwidth thresholds. This feature introduces these changes: CLIs:
|
| Policy-based cumulative bandwidth advertisements |
Release 25.3.1 | Introduced in this release on: Fixed Systems (8200 [ASIC: Q100, Q200, P100], 8700 [ASIC: P100, K100], 8010 [ASIC: A100]); Centralized Systems (8600 [ASIC: Q200]); Modular Systems (8800 [LC ASIC: Q100, Q200, P100]) You can now reduce routing churn by selectively advertising cumulative bandwidth for specific BGP prefixes, customizing bandwidth calculation per route, and containing updates within your local domain. This feature introduces these changes: CLIs: |
Key features
These are the key capabilities of the policy-based cumulative bandwidth advertisement feature:
-
Selective cumulation for prefixes: You can choose which BGP prefixes advertise cumulative bandwidth instead of applying it to all routes. Using route policy criteria, such as BGP communities, you can target only selected prefixes. This reduces unnecessary routing churn and helps you focus on critical traffic paths.
-
Granular control of bandwidth type: You can control how the bandwidth used for unequal-cost multipath (UCMP) is determined. The bandwidth value can come from:
-
The local link
-
A value received from a BGP neighbor
-
A mathematical function combining both
You can also apply scaling factors. This flexibility allows more precise traffic distribution and better overall network efficiency.
-
-
Cumulative bandwidth by link-bandwidth (domain boundary): You can limit cumulative bandwidth calculations to local link bandwidths at domain boundaries. This ensures that only local changes affect advertised bandwidth, preventing remote network events from causing unnecessary routing updates.
-
Suppression of non-significant bandwidth changes: You can configure a threshold below which bandwidth changes are not advertised. By suppressing small or insignificant changes, the feature reduces control plane load and routing churn, while still propagating meaningful updates.
-
Rounding of advertised bandwidth: You can round cumulative bandwidth values to the nearest operator-defined increment before they are advertised. This increases consistency, and avoids oscillations caused by minor fluctuations.
-
Policy-based outbound actions: You can apply route policies that take specific actions-such as modifying BGP communities or AS-path attributes-based on the bandwidth advertised to the peer. This enables automated, policy-driven responses to bandwidth changes and supports advanced routing and dynamic traffic engineering.