Skip to content

Commit 1c0aaea

Browse files
authored
Merge pull request #2069 from w1nda/aggregate-limitation
In CLOS network, aggregate deployment without simultaneous operation on all devices in same layer could lead to traffic imbalance due to traffic prefers go to detail routes, please only use this feature in traffic insensitivee scenario or ensure deploy aggregate routes on all devices in same layer simultaneously. We need to let users know this in HLD to prevent users leverage this feature in an improper way.
2 parents 678f264 + 8f8e321 commit 1c0aaea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/BGP/BGP-route-aggregation-with-bbr-awareness.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [CLI Design](#cli-design)
1919
- [Show CLI](#show-cli)
2020
- [Config CLI](#config-cli)
21-
21+
- [Feature limitaion](#feature-limitaion)
2222

2323

2424
## Revision
@@ -27,6 +27,7 @@
2727
| -------- | ----------- | ---------------- | ------------------ |
2828
| 1.0 | Jul 17 2024 | Wenda Chu | Initial proposal |
2929
| 1.1 | April 17 2025| Wenda Chu | Update the output shcema of CLI and state transition diagram|
30+
| 1.2 | Aug 14 2025 | Wenda Chu | Declare limitation of feature |
3031

3132
## Definitions/Abbreviations
3233

@@ -357,3 +358,6 @@ Then we will implement test in sonic-mgmt repo to test if this feature works inc
357358
2. Add aggregated address with bbr-required equals false and check whether the address will be generated when switch the state of BBR feature.
358359
3. Remove aggregated address in config db and check whether the address will be removed from state db and bgp container.
359360
4. More tests details will be published in sonic-mgmt repo.
361+
362+
## Feature limitaion
363+
In CLOS network, aggregate deployment without simultaneous operation on all devices in same layer could lead to traffic imbalance due to traffic prefers go to detail routes, please only use this feature in traffic insensitve scenario or ensure deploy aggregate routes on all devices in same layer simultaneously.

0 commit comments

Comments
 (0)