You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cumulus-linux-516/Layer-3/Border-Gateway-Protocol-BGP/Optional-BGP-Configuration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1695,7 +1695,7 @@ BGP conditional disaggregation advertises specific prefixes when a failure is de
1695
1695
### Configure BGP Conditional Disaggregation
1696
1696
1697
1697
To configure BGP conditional disaggregation on a leaf:
1698
-
- Required: Enable both {{<linkurl="/#bgp-prefix-independent-convergence"text="BGP Prefix Independent Convergence">}}and {{<linkurl="/#bgp-pic-in-a-multiplane-topology"text="BGP PIC in a multiplane topology">}}.
1698
+
- Required: Enable both {{<linkurl="/#bgp-prefix-independent-convergence"text="BGP Prefix Independent Convergence">}}and {{<linkurl="/#bgp-pic-in-a-multiplane-topology"text="BGP PIC in a multiplane topology">}}.
- Required: Enable BGP unreachability (failure signaling) globally and on relevant neighbors or peer groups.
1701
1701
- Optional: Set the prefix limits for a neighbor or peer group; see the table below.
@@ -1721,7 +1721,7 @@ The following table describes the `prefix limit` options.
1721
1721
{{< tabs "TabID1711 ">}}
1722
1722
{{< tab "Leaf Configuration ">}}
1723
1723
1724
-
The following example configures BGP conditional disaggregation on a **leaf** for IPv6. For IPv4 run the `nv set vrf <vrf> router bgp address-family ip4-unicast` and `nv set vrf <vrf> router bgp address-family ipv4-unreachability` commands.
1724
+
The following example configures BGP conditional disaggregation on a **leaf** for IPv6. For IPv4, run the `nv set vrf <vrf> router bgp address-family ip4-unicast` and `nv set vrf <vrf> router bgp address-family ipv4-unreachability` commands.
1725
1725
1726
1726
To configure PIC, refer to {{<linkurl="/#bgp-prefix-independent-convergence"text="BGP Prefix Independent Convergence">}}. To configure PIC in a multiplane topology, refer to {{<linkurl="/#bgp-pic-in-a-multiplane-topology"text="BGP PIC in a multiplane topology">}}.
The following example configures BGP conditional disaggregation on a spine for IPv6. For IPv4 run the `nv set vrf <vrf> router bgp address-family ip4-unicast` and `nv set vrf <vrf> router bgp address-family ipv4-unreachability` commands.
1746
+
The following example configures BGP conditional disaggregation on a spine for IPv6. For IPv4, run the `nv set vrf <vrf> router bgp address-family ip4-unicast` and `nv set vrf <vrf> router bgp address-family ipv4-unreachability` commands.
1747
1747
1748
1748
The example enables BGP unreachability globally and on peer groups UNDERLAY-LEAF and UNDERLAY-SUPERSPINE. For peer group UNDERLAY-LEAF, the prefix limit is set to a maximum of 6.
The following example configures BGP conditional disaggregation on a leaf for IPv6. For IPv4 run the `address-family ipv4 unreachability` command.
1766
+
The following example configures BGP conditional disaggregation on a leaf for IPv6. For IPv4, run the `address-family ipv4 unreachability` command.
1767
1767
1768
1768
The example enables BGP PIC and BGP PIC in a multiplane topology, enables BGP unreachability globally and on neighbors swp51 and swp52. For neighbor swp51, the prefix limit is set to a maximum of 6 and the route map ROUTEMAP1 controls which routes enter BGP. For neighbor swp52, the prefix limit is set to a maximum of 6 and the route map ROUTEMAP2 controls which routes enter BGP.
1769
1769
@@ -1791,7 +1791,7 @@ leaf01# exit
1791
1791
{{< /tab >}}
1792
1792
{{< tab "Spine Configuration">}}
1793
1793
1794
-
The following example configures BGP conditional disaggregation on a spine for IPv6. For IPv4 run the `address-family ipv4 unreachability` command.
1794
+
The following example configures BGP conditional disaggregation on a spine for IPv6. For IPv4, run the `address-family ipv4 unreachability` command.
1795
1795
1796
1796
The example enables BGP unreachability globally and on peer groups UNDERLAY-LEAF and UNDERLAY-SUPERSPINE. For peer group UNDERLAY-LEAF, the prefix limit is set to a maximum of 6.
0 commit comments