Skip to content

Commit d2578f3

Browse files
committed
updates
1 parent 57aae62 commit d2578f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ BGP conditional disaggregation advertises specific prefixes when a failure is de
16951695
### Configure BGP Conditional Disaggregation
16961696

16971697
To configure BGP conditional disaggregation on a leaf:
1698-
- Required: Enable both {{<link url="/#bgp-prefix-independent-convergence" text="BGP Prefix Independent Convergence">}}and {{<link url="/#bgp-pic-in-a-multiplane-topology" text="BGP PIC in a multiplane topology">}}.
1698+
- Required: Enable both {{<link url="/#bgp-prefix-independent-convergence" text="BGP Prefix Independent Convergence">}} and {{<link url="/#bgp-pic-in-a-multiplane-topology" text="BGP PIC in a multiplane topology">}}.
16991699
- Required: Enable BGP conditional disaggregation.
17001700
- Required: Enable BGP unreachability (failure signaling) globally and on relevant neighbors or peer groups.
17011701
- 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.
17211721
{{< tabs "TabID1711 ">}}
17221722
{{< tab "Leaf Configuration ">}}
17231723

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.
17251725

17261726
To configure PIC, refer to {{<link url="/#bgp-prefix-independent-convergence" text="BGP Prefix Independent Convergence">}}. To configure PIC in a multiplane topology, refer to {{<link url="/#bgp-pic-in-a-multiplane-topology" text="BGP PIC in a multiplane topology">}}.
17271727

@@ -1743,7 +1743,7 @@ cumulus@leaf01:~$ nv config apply
17431743
{{< /tab >}}
17441744
{{< tab "Spine Configuration ">}}
17451745

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.
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.
17471747

17481748
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.
17491749

@@ -1763,7 +1763,7 @@ cumulus@spine01:~$ nv set vrf default router bgp peer-group UNDERLAY-SUPERSPINE
17631763
{{< tabs "TabID1751 ">}}
17641764
{{< tab "Leaf Configuration ">}}
17651765

1766-
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.
17671767

17681768
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.
17691769

@@ -1791,7 +1791,7 @@ leaf01# exit
17911791
{{< /tab >}}
17921792
{{< tab "Spine Configuration">}}
17931793

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.
17951795

17961796
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.
17971797

0 commit comments

Comments
 (0)