Skip to content

Commit

Permalink
Merge branch '512-last-minute' into ania-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 30, 2025
2 parents 38e6108 + 867713e commit 2c8b4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ cumulus@leaf01:~$

## BGP Prefix Independent Convergence

BGP prefix independent convergence (PIC) reduces data plane convergence times and improves unicast traffic convergence for remote link failures (when the BGP next hop fails). A remote link is a link between a spine and a remote leaf, or a spine and the super spine layer.
BGP prefix independent convergence (PIC) reduces convergence times and improves unicast traffic convergence for remote link and node failures (when the BGP next hop fails) regardless of route scale (for example, for changes in individual routes). A remote link is a link between a spine and a remote leaf, or a spine and the super spine layer.

When you configure BGP PIC, Cumulus Linux assigns one next hop group for each source and the remote leaf advertises the router ID loopback route. The remote leaf tags prefix routes with a route-origin extended community (SOO) so that the local leaf recognizes the routes. When the network topology changes, the local leaf obtains the router ID loopback route with the updated ECMP, allowing a O (1) next hop group replace operation for all prefixes from the remote leaf without waiting for individual BGP updates.

Expand Down
3 changes: 2 additions & 1 deletion content/cumulus-linux-512/Layer-3/Neighbor-Discovery-ND.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ leaf01(config-if)# no ipv6 nd suppress-ra
{{< /tabs >}}

{{%notice note%}}
For Stateless Address Auto-Configuration (SLAAC), you must enable Router Advertisment on the interface. The prefix advertised in the Router Advertisement must belong to the /64 subnet.
- For Stateless Address Auto-Configuration (SLAAC), you must enable Router Advertisment on the interface. The prefix advertised in the Router Advertisement must belong to the /64 subnet.
- If you configure IPv6 router advertisements in a network where physical interfaces are part of a bridge with VLANs, you must enable IPv6 router advertisements on the VLAN interfaces instead of the physical interfaces.
{{%/notice%}}

You can configure these optional settings:
Expand Down

0 comments on commit 2c8b4d9

Please sign in to comment.