Skip to content

Commit 632e1ec

Browse files
committed
Merge branch 'final5.17-feedback' into ania-stage
2 parents d56f8f2 + 3dd813f commit 632e1ec

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

content/cumulus-linux-517/Layer-2/Link-Layer-Discovery-Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,12 @@ To show egress policy configuration for an LLDP TLV profile, run the `nv show sy
500500

501501
### BGP Unreachable Prefix TLV
502502

503-
The BGP unreachable prefix TLV allows LLDP to send prefix information learned from {{<link url="FRRouting/" text="FRRouting">}} to connected hosts. This is required in certain use cases such as EVPN unreachability signaling in disjoined planes.
504-
505503
{{%notice note%}}
506504
BGP unreachable prefix TLV is a Beta feature.
507505
{{%/notice%}}
508506

507+
The BGP unreachable prefix TLV allows LLDP to send prefix information learned from {{<link url="FRRouting/" text="FRRouting">}} to connected hosts. This is required in certain use cases such as EVPN unreachability signaling in disjoined planes.
508+
509509
The following example enables the BGP unreachable prefix TLV globally:
510510

511511
```

content/cumulus-linux-517/Layer-3/Border-Gateway-Protocol-BGP/Optional-BGP-Configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,10 @@ leaf01# exit
20162016

20172017
## BGP-LLDP Unreachability in Disjoined Planes
20182018

2019+
{{%notice note%}}
2020+
BGP-LLDP Unreachability in Disjoined Planes is a Beta feature.
2021+
{{%/notice%}}
2022+
20192023
In disjoined multi-plane topologies, each GPU in a cluster connects to multiple independent network planes. For scalability, leaf switches perform route aggregation, which can reduce visibility into individual host link failures. BGP-based unreachability signaling enables the advertisement of host reachability changes following a link failure. Upon receiving BGP unreachable route advertisements, leaf switches use LLDP TLVs to notify directly connected NICs to avoid forwarding traffic over unreachable paths.
20202024

20212025
{{%notice note%}}

content/cumulus-linux-517/Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN/EVPN-Enhancements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,13 @@ address-family l2vpn evpn
232232

233233
## EVPN Unreachability in Disjoined Planes
234234

235+
{{%notice note%}}
236+
EVPN unreachability in disjoined planes is a Beta feature.
237+
{{%/notice%}}
238+
235239
In EVPN disjoined multi-plane topologies, each GPU in a cluster connects to multiple independent network planes. Leaf switches perform route aggregation per tenant VRF for scalability but this suppresses visibility of individual host link failures. EVPN unreachability signaling in a tenant VRF sends a route to advertise host unreachability after a link failure, enabling leaf switches to send LLDP TLVs informing connected NICs to avoid unreachable paths.
236240

237241
{{%notice note%}}
238-
- EVPN unreachability in disjoined planes is a Beta feature.
239242
- If you are migrating from connected planes with BGP disaggregation, remove BGP disaggregation configuration before configuring EVPN unreachability in disjoined planes.
240243
- When using EVPN unreachability in disjoined planes, route aggregation is required.
241244
{{%/notice%}}

0 commit comments

Comments
 (0)