diff --git a/content/nvue-reference/Set-and-Unset-Commands/802.1X.md b/content/nvue-reference/Set-and-Unset-Commands/802.1X.md
index ee3153e60a..498437c578 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/802.1X.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/802.1X.md
@@ -12,6 +12,8 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
+
+
## nv set interface \ dot1x auth-fail-vlan
Enables or disables auth-fail VLAN on the specified interface. You can specify `enabled` or `disabled`.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/ACL-and-CoPP.md b/content/nvue-reference/Set-and-Unset-Commands/ACL-and-CoPP.md
index 36f5e318e3..61cbb25215 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/ACL-and-CoPP.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/ACL-and-CoPP.md
@@ -12,15 +12,11 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
-## nv set system acl
-
-Configures Access Control lists (ACLs) on the switch.
-
## nv set system acl mode
-Configures the ACL mode; atomic or non-atomic. The default setting is atomic mode.
+Configures the Access Control list (ACL) mode; atomic or non-atomic. The default setting is atomic mode.
Atomic mode limits the number of ACL rules that you can configure. To increase the number of configurable ACL rules, configure the switch to operate in nonatomic mode, which offers better scaling because all TCAM resources actively impact traffic. With atomic updates, half of the hardware resources are on standby and do not actively impact traffic.
@@ -38,12 +34,6 @@ cumulus@switch:~$ nv set system acl mode non-atomic
-## nv set acl \ rule \ action
-
-Configures the ACL action.
-
-
-
## nv set acl \ rule \ action deny
Configures a deny action to deny packets.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/API.md b/content/nvue-reference/Set-and-Unset-Commands/API.md
index 6738ba3a52..a7e5fcc9b6 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/API.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/API.md
@@ -12,6 +12,8 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
+
+
## nv set system api listening-address \
Configures the NVUE REST API listening address; you can specify an IPv4 address or localhost. If you do not specify a listening address, NGINX listens on all addresses for the target port.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/ARP.md b/content/nvue-reference/Set-and-Unset-Commands/ARP.md
index 7cd14d3724..48fa335731 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/ARP.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/ARP.md
@@ -12,6 +12,8 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
+
+
## nv set interface \ neighbor ipv4 \ lladdr \
Configures a static ARP table entry for an interface with an IPv4 address associated with a MAC address for easy management or as a security measure to prevent spoofing and other nefarious activities.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/Adaptive-Routing.md b/content/nvue-reference/Set-and-Unset-Commands/Adaptive-Routing.md
index 2316ac0aba..9d46314c23 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/Adaptive-Routing.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/Adaptive-Routing.md
@@ -12,21 +12,14 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
-## nv set interface \ router adaptive-routing
-
-Provides commands to configure adaptive routing on the specified interface. Adaptive routing is a load balancing feature that improves network utilization for eligible IP packets by selecting forwarding paths dynamically based on the state of the switch, such as queue occupancy and port utilization.
-
-{{%notice note%}}
-Cumulus Linux 5.6 supports adaptive routing on Spectrum-4.
-Cumulus Linux 5.5 and earlier supports adaptive routing on Spectrum-3 and Spectrum-2 as a beta feature for evaluation.
-{{%/notice%}}
-
## nv set interface \ router adaptive-routing enable
Turns adaptive routing on the specified interface on or off. The default setting is `off`.
+Adaptive routing is a load balancing feature that improves network utilization for eligible IP packets by selecting forwarding paths dynamically based on the state of the switch, such as queue occupancy and port utilization.
+
- Adaptive routing does not make use of resilient hashing.
- Cumulus Linux does not support adaptive routing on layer 3 subinterfaces, SVIs, bonds or bond members.
@@ -72,11 +65,6 @@ Introduced in Cumulus Linux 5.1.0
cumulus@switch:~$ nv set interface swp1 router adaptive-routing link-utilization-threshold 50
```
-->
-
-
-## nv set router adaptive-routing
-
-Provides commands to configure adaptive routing globally on the switch. Adaptive routing is a load balancing feature that improves network utilization for eligible IP packets by selecting forwarding paths dynamically based on the state of the switch, such as queue occupancy and port utilization.
@@ -84,6 +72,8 @@ Provides commands to configure adaptive routing globally on the switch. Adaptive
Turns adaptive routing on or off globally. The default setting is `off`.
+Adaptive routing is a load balancing feature that improves network utilization for eligible IP packets by selecting forwarding paths dynamically based on the state of the switch, such as queue occupancy and port utilization.
+
{{%notice note%}}
NVUE restarts `switchd` to apply the setting.
{{%/notice%}}
diff --git a/content/nvue-reference/Set-and-Unset-Commands/BGP-EVPN.md b/content/nvue-reference/Set-and-Unset-Commands/BGP-EVPN.md
index d5db3351ec..f83065601d 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/BGP-EVPN.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/BGP-EVPN.md
@@ -14,12 +14,6 @@ The `nv unset` commands remove the configuration you set with the equivalent `nv
-## nv set vrf \ router bgp address-family l2vpn-evpn
-
-Provides commands to configure the EVPN address family.
-
-
-
## nv set vrf \ router bgp address-family l2vpn-evpn enable
Tuns the EVPN address family on or off for the specified VRF. The default setting is `off`.
@@ -42,22 +36,16 @@ cumulus@switch:~$ nv set vrf default router bgp address-family l2vpn-evpn enable
-## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn
-
-Provides commands to configure the peer for EVPN.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn add-path-tx
-Configures BGP to advertise more than just the best path for an EVPN prefix to the BGP peer. You can specify `all-paths` to advertise all known paths to the peer or `best-per-as` to advertise only the best path learned from each AS. The default setting is `off`.
+Configures BGP to advertise more than just the best path for an EVPN prefix to the BGP neighbor. You can specify `all-paths` to advertise all known paths to the neighbor or `best-per-as` to advertise only the best path learned from each AS. The default setting is `off`.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -69,9 +57,7 @@ Introduced in Cumulus Linux 5.8.0
cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2vpn-evpn add-path-tx all-paths
```
-## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn aspath
-
-Provides commands to configure the AS path filter list you want to apply to updates sent to the peer for the specified VRF.
+
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn aspath allow-my-asn enable
@@ -82,7 +68,7 @@ Configures BGP to allow a received AS path to contain the ASN of the local syste
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -94,6 +80,8 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2vpn-evpn aspath allow-my-asn enable on
```
+
+
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn aspath allow-my-asn occurrences
Configures the maximum number of times the AS number of the local system can be in the received AS path.
@@ -103,7 +91,7 @@ Configures the maximum number of times the AS number of the local system can be
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -115,6 +103,8 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2vpn-evpn aspath allow-my-asn occurrences 5
```
+
+
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn aspath allow-my-asn origin
Configures BGP to allow a received AS path to contain the ASN of the local system only if it is the originating AS.
@@ -124,7 +114,7 @@ Configures BGP to allow a received AS path to contain the ASN of the local syste
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -138,12 +128,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
-## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn attribute-mod
-
-Provides commands to configure the attribute mode for EVPN.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn attribute-mod aspath
Configures BGP to follow normal BGP procedures when generating the `AS_PATH` attribute for the neighbor for EVPN. You can specify `on` or `off`.
@@ -153,7 +137,7 @@ Configures BGP to follow normal BGP procedures when generating the `AS_PATH` att
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -176,7 +160,7 @@ Configures BGP to follow normal BGP procedures when generating the `MED` attribu
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -199,7 +183,7 @@ Configures BGP to follow normal BGP procedures when generating the `NEXT_HOP` at
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -222,7 +206,7 @@ Tuns the EVPN address family on or off for the specified neighbor. The default s
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -245,7 +229,7 @@ Configures the BGP next hop value of advertised EVPN routes for the BGP neighbor
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -259,12 +243,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
-## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn policy
-
-Provides commands to configure policies for EVPN.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn policy inbound route-map
Configures the route map to use for inbound EVPN policies.
@@ -274,7 +252,7 @@ Configures the route map to use for inbound EVPN policies.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -297,7 +275,7 @@ Provides the route map to use for outbound EVPN policies.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -312,14 +290,14 @@ HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);H
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn policy outbound unsuppress-map
-Configures the route map you want to use to unsuppress EVPN routes selectively when advertising to this peer; these are routes that have been suppressed due to aggregation configuration.
+Configures the route map you want to use to unsuppress EVPN routes selectively when advertising to this neighbor; these are routes that have been suppressed due to aggregation configuration.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -333,12 +311,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
-## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn prefix-limits
-
-Provides commands to configure EVPN prefix limits from the specified BGP neighbor.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn prefix-limits inbound maximum
Configures the maximum number of inbound prefixes allowed from the BGP neighbor for EVPN. You can set a value between 0 and 4294967295 or `none`.
@@ -433,7 +405,7 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn route-reflector-client
-Configures the BGP node as a route reflector for the BGP peer for EVPN. The default setting is `off`.
+Configures the BGP node as a route reflector for the BGP neighbor for EVPN. The default setting is `off`.
### Command Syntax
@@ -456,7 +428,7 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn route-server-client
-Configures the BGP node as a route server for the BGP peer for EVPN. The default setting is `off`.
+Configures the BGP node as a route server for the BGP neighbor for EVPN. The default setting is `off`.
### Command Syntax
@@ -479,7 +451,7 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
## nv set vrf \ router bgp neighbor \ address-family l2vpn-evpn soft-reconfiguration
-Turns on soft configuration so that received EVPN routes from the peer that are rejected by inbound policy are still stored. This allows policy changes to take effect without any exchange of BGP updates. The default setting is `off`.
+Turns on soft configuration so that received EVPN routes from the neighbor that are rejected by inbound policy are still stored. This allows policy changes to take effect without any exchange of BGP updates. The default setting is `off`.
### Command Syntax
@@ -500,12 +472,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family l2
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn
-
-Provides commands to configure EVPN for the peer group.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn add-path-tx
Configures BGP to advertise more than just the best path for an EVPN prefix. You can specify `all-paths` to advertise all known paths to the peers in the peer group or `best-per-as` to advertise only the best path learned from each AS. The default setting is `off`.
@@ -529,18 +495,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group underlay address-fami
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn aspath
-
-Provides commands to configure options for handling the `AS_PATH` for prefixes to and from peers in the peer group.
-
-
-
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn aspath allow-my-asn
-
-Provides commands to allow the `AS_PATH` to contain the ASN of the local system.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn aspath allow-my-asn enable
Configures BGP to allow a received AS path to contain the ASN of the local system.
@@ -655,12 +609,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group underlay address-fami
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn attribute-mod
-
-Provides commands to configure the attribute mode for EVPN for the peer group.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn attribute-mod aspath
Configures BGP to follow normal EVPN BGP procedures when generating the `AS_PATH` attribute for the peer group in the specified VRF. You can specify `on` or `off`.
@@ -776,12 +724,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group underlay address-fami
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn policy
-
-Provides commands to configure EVPN policies for the peer group.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn policy inbound route-map
Configures the EVPN route map you want to apply to updates received from the peers in the peer group.
@@ -851,12 +793,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group underlay address-fami
-## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn prefix-limits
-
-Provides commands to configure EVPN prefix limits from the specified BGP peer group.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family l2vpn-evpn prefix-limits inbound maximum
Configures the maximum number of inbound prefixes allowed from the BGP peers in the peer group for EVPN. You can set a value between 0 and 4294967295 or `none`.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/BGP-IPv6.md b/content/nvue-reference/Set-and-Unset-Commands/BGP-IPv6.md
index 5b32b27c13..1bf3873108 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/BGP-IPv6.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/BGP-IPv6.md
@@ -14,18 +14,6 @@ The `nv unset` commands remove the configuration you set with the equivalent `nv
-## nv set vrf \ router bgp address-family ipv6-unicast
-
-Provides commands to configure the BGP for IPv6 for the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast admin-distance
-
-Provides commands to configure the administrative distance for internal and external IPv6 routes for the specified VRF.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast admin-distance external
Configures the distance to apply to IPv6 routes from eBGP peers when installed into the RIB. You can specify a value between 1 and 255.
@@ -94,11 +82,6 @@ Introduced in Cumulus Linux 5.11.0
cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast advertise-origin
```
-->
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast aggregate-route \
-
-Provides commands to configure an IPv6 aggregate route for the specified VRF.
@@ -193,12 +176,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast enab
-## nv set vrf \ router bgp address-family ipv6-unicast multipaths
-
-Provides commands to configure the maximum number of equal-cost BGP paths allowed for the specified VRF. The BGP multipath option is on by default and the maximum number of paths is 64 so that the switch can install multiple equal-cost BGP paths to the forwarding table and load balance traffic across multiple links. You can change the number of paths allowed, according to your needs.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast multipaths compare-cluster-length
Turns on cluster length comparison for IPv6 for the specified VRF. When `on` and iBGP paths have a cluster list, their lengths must be equal to be selected as multipaths. The default setting is `off`.
@@ -263,11 +240,6 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast multipaths ibgp 120
```
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast network \
-
-Provides commands to configure an IPv6 static network for the specified VRF.
-## nv set vrf \ router bgp address-family ipv6-unicast redistribute
-
-Provides commands to configure IPv6 route redistribution, which allows a network to use a routing protocol to route traffic dynamically based on the information learned from a different routing protocol or from static routes. Route redistribution helps increase accessibility within networks.
-
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast redistribute connected
-
-Provides commands to configure route redistribution of IPv6 connected routes.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast redistribute connected enable
Turns route redistribution of IPv6 connected routes on or off for the specified VRF. The default setting is `off`.
+Route redistribution allows a network to use a routing protocol to route traffic dynamically based on the information learned from a different routing protocol or from static routes. Route redistribution helps increase accessibility within networks.
+
### Command Syntax
| Syntax | Description |
@@ -377,12 +339,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast redi
-## nv set vrf \ router bgp address-family ipv6-unicast redistribute kernel
-
-Provides commands to configure redistribution of IPv6 kernel routes.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast redistribute kernel enable
Turns redistribution of IPv6 kernel routes on or off for the specified VRF. The default setting is `off`.
@@ -451,12 +407,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast redi
-## nv set vrf \ router bgp address-family ipv6-unicast redistribute ospf6
-
-Provides commands to configure redistribution of OSPF IPv6 routes.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast redistribute ospf6 enable
Turns redistribution of OSPF IPv6 routes on or off for the specified VRF.
@@ -525,12 +475,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast redi
-## nv set vrf \ router bgp address-family ipv6-unicast redistribute static
-
-Provides commands to configure redistribution of IPv6 static routes for the specified VRF.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast redistribute static enable
Turns route redistribution of IPv6 static routes on or off for the specified VRF. The default setting is `off`.
@@ -619,18 +563,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast rib-
-## nv set vrf \ router bgp address-family ipv6-unicast route-export
-
-Provides commands to configure IPv6 route export settings for the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast route-export to-evpn
-
-Provides commands to export IPv6 routes from this VRF into EVPN as type-5 routes.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast route-export to-evpn default-route-origination
Configures originating EVPN default type-5 routes for the specified VRF. The default type-5 route originates from a border (exit) leaf and advertises to all the other leafs within the pod. Any leaf within the pod follows the default route towards the border leaf for all external traffic (towards the Internet or a different pod). The default setting is `off`.
@@ -699,18 +631,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv6-unicast rout
-## nv set vrf \ router bgp address-family ipv6-unicast route-import
-
-Provides commands to configure IPv6 route leaking, where a destination VRF wants to know the routes of a source VRF. As routes come and go in the source VRF, they dynamically leak to the destination VRF through BGP.
-
-
-
-## nv set vrf \ router bgp address-family ipv6-unicast route-import from-vrf
-
-Provides commands to configure VRF to VRF route leaking for IPv6.
-
-
-
## nv set vrf \ router bgp address-family ipv6-unicast route-import from-vrf enable
Turns IPv6 route leaking on or off for the specified VRF. The default setting is `off`.
@@ -777,18 +697,6 @@ cumulus@switch:~$ nv set vrf RED router bgp address-family ipv6-unicast route-im
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast
-
-Provides commands to configure the BGP peer for IPv6.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast aspath
-
-Provides commands to configure options for handling the AS_PATH for IPv6 prefixes to and from the peer.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast aspath allow-my-asn enable
Enables or disables the option to allow the received AS_PATH to contain the ASN of the local system.
@@ -798,7 +706,7 @@ Enables or disables the option to allow the received AS_PATH to contain the ASN
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -821,7 +729,7 @@ Configures the maximum number of times the local system's AS number can be in th
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Example
@@ -840,7 +748,7 @@ Configures whether a received AS_PATH containing the ASN of the local system is
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Example
@@ -850,12 +758,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast attribute-mod
-
-Provides commands to configure the BGP attribute mode for IPv6.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast attribute-mod aspath
Configures BGP to follow normal IPv6 BGP procedures when generating the `AS_PATH` attribute for the neighbor in the specified VRF. You can specify `on` or `off`.
@@ -865,7 +767,7 @@ Configures BGP to follow normal IPv6 BGP procedures when generating the `AS_PATH
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -888,7 +790,7 @@ Configures BGP to follow normal BGP procedures when generating the `NEXT_HOP` at
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -911,7 +813,7 @@ Configures BGP to follow normal BGP procedures when generating the `MED` attribu
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -925,12 +827,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast community-advertise
-
-Provides commands to configure community advertisement for IPv6.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast community-advertise regular
Configures BGP to announce the `COMMUNITIES` attribute to the neighbor for the specified VRF. The default setting is `off`.
@@ -940,7 +836,7 @@ Configures BGP to announce the `COMMUNITIES` attribute to the neighbor for the s
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -963,7 +859,7 @@ Configures BGP to announce the `EXT_COMMUNITIES` attribute to the neighbor for t
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -986,7 +882,7 @@ Configures BGP to announce the `LARGE_COMMUNITIES` attribute to the neighbor for
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1000,12 +896,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast conditional-advertise
-
-Provides commands to configure conditional advertisement for IPv6.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast conditional-advertise advertise-map \
Configures the route map that contains the prefix-list with the list of IPv6 routes and prefixes on which to operate.
@@ -1015,7 +905,7 @@ Configures the route map that contains the prefix-list with the list of IPv6 rou
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1038,7 +928,7 @@ Enables and disables community advertisement on the neighbor for IPv6.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1061,7 +951,7 @@ Applies a route map that uses a prefix list with the IPv6 routes that must exist
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1084,7 +974,7 @@ Configures a route map that uses a prefix list with the IPv6 routes that must no
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1098,12 +988,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast default-route-origination
-
-Provides commands to configure the default IPv6 route origination.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast default-route-origination enable
Turns IPv6 default route origination on or off for the neighbor. The default setting is `off`.
@@ -1113,7 +997,7 @@ Turns IPv6 default route origination on or off for the neighbor. The default set
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1136,7 +1020,7 @@ Configures the optional route map policy to control the conditions under which t
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1159,7 +1043,7 @@ Turns IPv6 on or off for the neighbor. The default setting is `off`.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1182,7 +1066,7 @@ Configures the BGP next hop value of advertised IPv6 routes for the BGP neighbor
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1196,28 +1080,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy
-
-Provides commands to configure IPv6 policies.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy inbound
+## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy inbound aspath-list
-Provides commands to configure IPv6 outbound unicast policies.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy inbound aspath-list none
-
-Configures the AS-Path filter list to apply to updates received from the peer.
+Configures the AS-Path filter list to apply to updates received from the neighbor.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1233,14 +1105,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy inbound prefix-list
-Configures the prefix list you want to apply to updates received from the peer for the specified VRF.
+Configures the prefix list you want to apply to updates received from the neighbor for the specified VRF.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1256,14 +1128,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy inbound route-map
-Configures the route map you want to apply to updates received from the peer for the specified VRF.
+Configures the route map you want to apply to updates received from the neighbor for the specified VRF.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1277,22 +1149,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy outbound
-
-Provides commands to configure IPv6 outbound unicast policies.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy outbound aspath-list
-Configures the AS-Path filter list to apply to updates sent to this peer.
+Configures the AS-Path filter list to apply to updates sent to this neighbor.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1309,14 +1175,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy outbound prefix-list
-Configures the prefix list you want to apply to updates sent to the peer for the specified VRF.
+Configures the prefix list you want to apply to updates sent to the neighbor for the specified VRF.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1332,14 +1198,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy outbound route-map
-Configures the route map you want to apply to updates sent to the peer for the specified VRF.
+Configures the route map you want to apply to updates sent to the neighbor for the specified VRF.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1355,14 +1221,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast policy outbound unsuppress-map
-Configures the route map you want to use to unsuppress routes selectively when advertising to this peer; these are routes that have been suppressed due to aggregation configuration.
+Configures the route map you want to use to unsuppress routes selectively when advertising to this neighbor; these are routes that have been suppressed due to aggregation configuration.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1374,26 +1240,18 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ipv6-unicast policy outbound unsuppress-map none
```
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast prefix-limits
-
-Provides commands to configure limits on IPv6 prefixes from the peer.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast prefix-limits inbound maximum
-Configures the maximum number of IPv6 prefixes that BGP can receive from the peer for the specified VRF. By default, there is no limit.
+Configures the maximum number of IPv6 prefixes that BGP can receive from the neighbor for the specified VRF. By default, there is no limit.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1407,22 +1265,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast prefix-limits inbound
-
-Provides commands to configure limits on inbound IPv6 prefixes from the peer.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast prefix-limits inbound reestablish-wait
-Specifes the time in seconds to wait before establishing the BGP IPv6 session again with the peer after reaching the prefix limit. The defaults is `auto`, which uses standard BGP timers and processing (typically between 2 and 3 seconds).
+Specifes the time in seconds to wait before establishing the BGP IPv6 session again with the neighbor after reaching the prefix limit. The defaults is `auto`, which uses standard BGP timers and processing (typically between 2 and 3 seconds).
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1445,7 +1297,7 @@ Configures the switch to generate a warning syslog only (without bringing down t
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1468,7 +1320,7 @@ Configures when to generate a warning syslog message and bring down the BGP sess
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1484,14 +1336,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp1 address-family ipv
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast route-reflector-client
-Configures the BGP node as a route reflector for the BGP peer. The default setting is `off`.
+Configures the BGP node as a route reflector for the BGP neighbor. The default setting is `off`.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1507,14 +1359,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast route-server-client
-Configures the BGP node as a route server for the BGP peer. The default setting is `off`.
+Configures the BGP node as a route server for the BGP neighbor. The default setting is `off`.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1531,14 +1383,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast soft-reconfiguration
-Turns on soft configuration so that received IPv6 routes from the peer that are rejected by inbound policy are still stored. This allows policy changes to take effect without any exchange of BGP updates. The default setting is `off`.
+Turns on soft configuration so that received IPv6 routes from the neighbor that are rejected by inbound policy are still stored. This allows policy changes to take effect without any exchange of BGP updates. The default setting is `off`.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1554,14 +1406,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv6-unicast weight
-Configures the weight applied to IPv6 routes from the peer; this is used in the BGP route selection algorithm. You can set a value between 0 and 65535.
+Configures the weight applied to IPv6 routes from the neighbor; this is used in the BGP route selection algorithm. You can set a value between 0 and 65535.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv6 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv6 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1575,12 +1427,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast
-
-Provides commands to configure IPv6 for the BGP peer group in the specified VRF.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast add-path-tx
Configures BGP to advertise more than just the best path for a prefix. You can specify `all-paths` to advertise all known paths to the peers in the peer group or `best-per-AS` to advertise only the best path learned from each AS. The default setting is `off`.
@@ -1604,18 +1450,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast aspath
-
-Provides commands to configure the AS path filter list you want to apply to updates sent to the peers in the peer group for the specified VRF.
-
-
-
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast aspath allow-my-asn
-
-Provides commands to configure BGP to allow a received AS path to contain the ASN of the local system.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast aspath allow-my-asn enable
Configures BGP to allow a received AS path to contain the ASN of the local system.
@@ -1731,12 +1565,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast attribute-mod
-
-Provides commands to configure the BGP attribute mode for the peer group for IPv6.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast attribute-mod aspath
Configures BGP to follow normal IPv6 BGP procedures when generating the `AS_PATH` attribute for the peer group in the specified VRF. You can specify `on` or `off`.
@@ -1805,12 +1633,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast community-advertise
-
-Provides commands to configure the BGP `COMMUNITY` attribute to advertise to the peer group for IPv6.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast community-advertise regular
Configures BGP to announce the `COMMUNITIES` attribute to the peer group for the specified VRF. The default setting is `off`.
@@ -1880,16 +1702,12 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast conditional-advertise
-
-Provides commands to configure BGP conditional advertisement, which lets you advertise certain routes only if other routes either do or do not exist. BGP conditional advertisement is typically used in multihomed networks where BGP advertises some prefixes to one of the providers only if information from the other provider is not present. For example, a multihomed router can use conditional advertisement to choose which upstream provider learns about the routes it provides so that it can influence which provider handles traffic destined for the downstream router. This is useful for cost of service, latency, or other policy requirements that are not natively accounted for in BGP.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast conditional-advertise enable
Turns BGP conditional advertisement on or off for IPv6 for the peer group. The default setting is `off`.
+BGP conditional advertisement lets you advertise certain routes only if other routes either do or do not exist. BGP conditional advertisement is typically used in multihomed networks where BGP advertises some prefixes to one of the providers only if information from the other provider is not present. For example, a multihomed router can use conditional advertisement to choose which upstream provider learns about the routes it provides so that it can influence which provider handles traffic destined for the downstream router. This is useful for cost of service, latency, or other policy requirements that are not natively accounted for in BGP.
+
### Command Syntax
| Syntax | Description |
@@ -1978,12 +1796,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast default-route-origination
-
-Provides commands to configure IPv6 default route origination.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast default-route-origination enable
Turns IPv6 default route origination on or off. The default setting is `off`.
@@ -2076,18 +1888,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast policy
-
-Provides commands to configure IPv6 policies for the peer group in the specified VRF.
-
-
-
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast policy inbound
-
-Provides commands to configure inbound IPv6 unicast policies.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast policy inbound route-map
Configures the IPv6 route map you want to apply to updates received from the peers in the peer group.
@@ -2157,12 +1957,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast policy outbound
-
-Provides commands to configure the outbound IPv6 unicast policy for the peer group for the specified VRF.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast policy outbound aspath-list none
Configures the AS path filter list you want to apply to updates sent to the peers in the peer group for the specified VRF.
@@ -2232,18 +2026,6 @@ cumulus@switch:~$ nv set vrf default router bgp peer-group SPINES address-family
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast prefix-limits
-
-Provides commands to configure IPv6 prefix limits from peers in the peer group for the specified VRF.
-
-
-
-## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast prefix-limits inbound
-
-Provides commands to configure limits on the IPv6 inbound prefix from the peers in the peer group.
-
-
-
## nv set vrf \ router bgp peer-group \ address-family ipv6-unicast prefix-limits inbound maximum
Configures the maximum number of IPv6 prefixes that BGP can receive from the peers in the peer group for the specified VRF. By default, there is no limit.
diff --git a/content/nvue-reference/Set-and-Unset-Commands/BGP.md b/content/nvue-reference/Set-and-Unset-Commands/BGP.md
index 658786c32b..73341740c8 100644
--- a/content/nvue-reference/Set-and-Unset-Commands/BGP.md
+++ b/content/nvue-reference/Set-and-Unset-Commands/BGP.md
@@ -12,6 +12,8 @@ h { color: RGB(118,185,0)}
The `nv unset` commands remove the configuration you set with the equivalent `nv set` commands. This guide only describes an `nv unset` command if it differs from the `nv set` command.
{{%/notice%}}
+
+
## nv set router bgp
Configures BGP globally on the switch.
@@ -102,7 +104,7 @@ Configures BGP graceful restart globally on the switch to minimize the negative
Configures the BGP graceful restart mode globally on the switch. You can specify the following settings:
- `off`, where graceful restart is not negotiated with peers.
-- `helper-only`, where the switch is in a helper role only, and routes originated and advertised from a BGP peer in the peer group are not deleted.
+- `helper-only`, where the switch is in a helper role only, and routes originated and advertised from a BGP neighbor in the peer group are not deleted.
- `full`, where the switch is in both a helper and restarter role.
The default setting is `off`.
@@ -121,7 +123,7 @@ cumulus@switch:~$ nv set router bgp graceful-restart mode helper-only
## nv set router bgp graceful-restart path-selection-deferral-time
-Configures the number of seconds a restarting peer defers path-selection when waiting for the EOR marker from peers. The default is 360 seconds. You can set a value between 0 and 3600.
+Configures the number of seconds a restarting neighbor defers path-selection when waiting for the EOR marker from peers. The default is 360 seconds. You can set a value between 0 and 3600.
### Version History
@@ -137,7 +139,7 @@ cumulus@switch:~$ nv set router bgp graceful-restart path-selection-deferral-tim
## nv set router bgp graceful-restart restart-time
-Configures the number of seconds to wait for a graceful restart capable peer to re-establish BGP peering. The default is 120 seconds. You can set a value between 1 and 4095.
+Configures the number of seconds to wait for a graceful restart capable neighbor to re-establish BGP peering. The default is 120 seconds. You can set a value between 1 and 4095.
### Version History
@@ -153,7 +155,7 @@ cumulus@switch:~$ nv set router bgp graceful-restart restart-time 400
## nv set router bgp graceful-restart stale-routes-time
-Configures the number of seconds to hold stale routes for a restarting peer. The default is 360 seconds. You can set a value between 1 and 4095.
+Configures the number of seconds to hold stale routes for a restarting neighbor. The default is 360 seconds. You can set a value between 1 and 4095.
### Version History
@@ -263,34 +265,12 @@ cumulus@switch:~$ nv set router bgp wait-for-install on
-## nv set vrf \ router bgp
-
-Provides commands to configure BGP in the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family
-
-Provides commands to configure the address family in the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family ipv4-unicast
-
-Provides commands to configure the IPv4 unicast address family in the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family ipv4-unicast admin-distance
-
-Provides commands to configure the BGP administrative distance so that the switch can choose which routing protocol to use when two different protocols provide IPv4 route information for the same destination. The smaller the distance, the more reliable the protocol. For example, if the switch receives a route from OSPF with an administrative distance of 110 and the same route from BGP with an administrative distance of 100, the switch chooses BGP.
-
-
-
## nv set vrf \ router bgp address-family ipv4-unicast admin-distance external
Configures the distance to apply to IPv4 routes from eBGP peers when installed into the RIB. You can specify a value between 1 and 255.
+The BGP administrative distance lets the switch choose which routing protocol to use when two different protocols provide IPv4 route information for the same destination. The smaller the distance, the more reliable the protocol. For example, if the switch receives a route from OSPF with an administrative distance of 110 and the same route from BGP with an administrative distance of 100, the switch chooses BGP.
+
### Command Syntax
| Syntax | Description |
@@ -383,12 +363,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv4-unicast nhg-
-->
-## nv set vrf \ router bgp address-family ipv4-unicast aggregate-route \
-
-Provides commands to configure IPv4 route aggregation to minimize the size of the routing table and save bandwidth. You can aggregate a range of networks in your routing table into a single prefix.
-
-
-
## nv set vrf \ router bgp address-family ipv4-unicast aggregate-route \ as-set
Turns generation of an `AS_SET` for route aggregate on or off for the specified VRF. When `on`, BGP creates an aggregate address with a mathematical set of autonomous systems. The `AS_SET` option summarizes the `AS_PATH` attributes of all the individual routes to help BGP detect and avoid loops. The default setting is `off`.
@@ -636,18 +610,6 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv4-unicast rib-
-## nv set vrf \ router bgp address-family ipv4-unicast route-export
-
-Provides commands to configure IPv4 route export settings for the specified VRF.
-
-
-
-## nv set vrf \ router bgp address-family ipv4-unicast route-export to-evpn
-
-Provides commands to configure IPv4 prefix-based routing using EVPN type-5 routes for the specified VRF. Type-5 routes (or prefix routes) primarily route to destinations outside of the data center fabric. EVPN prefix routes carry the layer 3 VNI and router MAC address and follow the symmetric routing model to route to the destination prefix.
-
-
-
## nv set vrf \ router bgp address-family ipv4-unicast route-export to-evpn default-route-origination
Configures originating EVPN default type-5 routes for the specified VRF. The default type-5 route originates from a border (exit) leaf and advertises to all the other leafs within the pod. Any leaf within the pod follows the default route towards the border leaf for all external traffic (towards the Internet or a different pod). The default setting is `off`.
@@ -714,21 +676,11 @@ cumulus@switch:~$ nv set vrf default router bgp address-family ipv4-unicast rout
-## nv set vrf \ router bgp address-family ipv4-unicast route-import
-
-Provides commands to configure IPv4 VRF route leaking, where a destination VRF wants to know the routes of a source VRF. As routes come and go in the source VRF, they dynamically leak to the destination VRF through BGP.
-
-
-
-## nv set vrf \ router bgp address-family ipv4-unicast route-import from-vrf
-
-Provides commands to configure the VRF from which IPv4 route leaking occurs.
-
-
-
## nv set vrf \ router bgp address-family ipv4-unicast route-import from-vrf list \
-Configures the VRF from which to import IPv4 routes. You can specify multiple VRFs.
+Configures the VRF from which to import (leak) IPv4 routes. You can specify multiple VRFs.
+
+VRF route leaking is where a destination VRF wants to know the routes of a source VRF. As routes come and go in the source VRF, they dynamically leak to the destination VRF through BGP.
### Command Syntax
@@ -813,12 +765,6 @@ cumulus@switch:~$ nv set vrf default router bgp autonomous-system 65101
-## nv set vrf \ router bgp confederation
-
-Provides commands to configure BGP Confederation options in this VRF.
-
-
-
## nv set vrf \ router bgp confederation id
Configures the Confederation Identifier to advertise routes outside the confederation; sub-AS numbers are not visible externally. You can set a value between 1 and 4294967295 or `none`.
@@ -843,7 +789,7 @@ cumulus@switch:~$ nv set vrf default router bgp confederation id 100
## nv set vrf \ router bgp confederation member-as
-Configures the confederation peer ASNs. You can set a value between 1 and 4294967295.
+Configures the confederation neighbor ASNs. You can set a value between 1 and 4294967295.
### Command Syntax
@@ -867,7 +813,7 @@ cumulus@switch:~$ nv set vrf default router bgp confederation member-as 65101
Configures BGP dynamic neighbors that provide BGP peering to remote neighbors within a specified range of IPv4 or IPv6 addresses for a BGP peer group. You can configure each range as a subnet IP address.
-After you configure the dynamic neighbors, a BGP speaker can listen for, and form peer relationships with, any neighbor that is in the IP address range and maps to a peer group.
+After you configure the dynamic neighbors, a BGP speaker can listen for, and form neighbor relationships with, any neighbor that is in the IP address range and maps to a peer group.
## nv set vrf \ router bgp dynamic-neighbor limit
@@ -934,19 +880,6 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp enable on
```
-
-
-
-## nv set vrf \ router bgp neighbor \
-
-Provides commands to configure BGP global configuration.
-
-
-
-## nv set vrf \ router bgp neighbor \ bfd
-
-Provides commands to configure tracking BGP peering sessions using this configuration with BFD.
-
## nv set vrf \ router bgp neighbor \ bfd detect-multiplier
@@ -958,7 +891,7 @@ Configures the BFD detect multiplier that determines the maximum number of concu
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -981,7 +914,7 @@ Turns BFD on or off to configure tracking BGP peering sessions using this config
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1004,7 +937,7 @@ Configures the minimum interval for receiving single-hop BFD control packets. Yo
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1020,14 +953,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 bfd min-rx-interv
## nv set vrf \ router bgp neighbor \ bfd min-tx-interval
-Configures the minimum interval for transmitting single-hop BFD control packets. You can specify a value between 50 and 60000. The actual value used is the smaller of this value or the value that the peer expects.
+Configures the minimum interval for transmitting single-hop BFD control packets. You can specify a value between 50 and 60000. The actual value used is the smaller of this value or the value that the neighbor expects.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1050,7 +983,7 @@ Configures BGP capabilities, which the switch advertises to its BGP peers to inf
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1073,7 +1006,7 @@ Turns on or off advertisement of IPv4 prefixes with IPv6 next hops over global I
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1096,7 +1029,7 @@ Configures the source IP address of the TCP connection, which is often used as t
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1112,14 +1045,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 capabilities sour
## nv set vrf \ router bgp neighbor \ description
-Configures a description for the BGP peer in the specified VRF. If the description is more than one word, enclose it in double quotes (").
+Configures a description for the BGP neighbor in the specified VRF. If the description is more than one word, enclose it in double quotes (").
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1135,7 +1068,7 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 description SPINE
## nv set vrf \ router bgp neighbor \ enforce-first-as
-Configures BGP to check that the first AS matches the peer's AS when BGP updates are received from eBGP peers with this configuration. You can specify `on` or `off`.
+Configures BGP to check that the first AS matches the AS of the neighbor when BGP updates are received from eBGP neighbors with this configuration. You can specify `on` or `off`.
### Command Syntax
@@ -1143,7 +1076,7 @@ Configures BGP to check that the first AS matches the peer's AS when BGP updates
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1172,7 +1105,7 @@ Configures the ASN to use to establish the peering if different from the ASN of
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1195,7 +1128,7 @@ Turns BGP local AS on or off, which allows the switch to appear to be a member o
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1218,7 +1151,7 @@ Turns local AS prepend on or off. When on, BGP prepends the configured local AS
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1234,14 +1167,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 local-as prepend
## nv set vrf \ router bgp neighbor \ multihop-ttl
-Configures the maximum number of hops allowed. You can specify a value between 1 and 255 or `auto`. The default setting is `auto`, where the type of peer determines the appropriate value (255 for iBGP and 1 for eBGP).
+Configures the maximum number of hops allowed. You can specify a value between 1 and 255 or `auto`. The default setting is `auto`, where the type of neighbor determines the appropriate value (255 for iBGP and 1 for eBGP).
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1257,14 +1190,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 multihop-ttl 25
## nv set vrf \ router bgp neighbor \ nexthop-connected-check
-Turns next hop connected check on or off. If you set the value to `on`, BGP disables checking that a non-multihop eBGP peer is directly connected and only announces connected next hops.
+Turns next hop connected check on or off. If you set the value to `on`, BGP disables checking that a non-multihop eBGP neighbor is directly connected and only announces connected next hops.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1287,7 +1220,7 @@ Turns passive mode on so that the switch does not initiate the BGP connection bu
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1310,7 +1243,7 @@ Turns local AS replace on or off. When on, BGP attaches only the configured loca
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1324,17 +1257,11 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 local-as replace
-## nv set vrf \ router bgp neighbor \ graceful-restart
-
-Provides commands to configure BGP graceful restart per neighbor.
-
-
-
## nv set vrf \ router bgp neighbor \ graceful-restart mode
-Configures the BGP graceful restart mode for the peer session. You can specify the following settings:
+Configures the BGP graceful restart mode for the neighbor session. You can specify the following settings:
- `off`, where graceful restart is not negotiated with peers.
-- `helper-only`, where the switch is in a helper role only, and routes originated and advertised from a BGP peer in the peer group are not deleted.
+- `helper-only`, where the switch is in a helper role only, and routes originated and advertised from a BGP neighbor in the peer group are not deleted.
- `full`, where the switch is in both a helper and restarter role.
The default setting is `off`.
@@ -1344,7 +1271,7 @@ The default setting is `off`.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1358,22 +1285,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 graceful-restart
-## nv set vrf \ router bgp neighbor \ ttl-security
-
-Provides commands to configure TTL security (RFC 5082).
-
-
-
## nv set vrf \ router bgp neighbor \ ttl-security enable
-Turns TTL security on or off for the peer session.
+Turns TTL security (RFC 5082) on or off for the neighbor session.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1389,7 +1310,7 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 ttl-security enab
## nv set vrf \ router bgp neighbor \ ttl-security hops
-Configures the TTL security hop count to prevent attacks against eBGP, such as denial of service (DoS) attacks. By default, BGP messages to eBGP neighbors have an IP time-to-live (TTL) of 1, which requires the peer to be directly connected, otherwise, the packets expire along the way. You can adjust the TTL with the eBGP multihop option. An attacker can adjust the TTL of packets so that they look like they originate from a directly connected peer.
+Configures the TTL security hop count to prevent attacks against eBGP, such as denial of service (DoS) attacks. By default, BGP messages to eBGP neighbors have an IP time-to-live (TTL) of 1, which requires the neighbor to be directly connected, otherwise, the packets expire along the way. You can adjust the TTL with the eBGP multihop option. An attacker can adjust the TTL of packets so that they look like they originate from a directly connected neighbor.
The BGP TTL security hops option inverts the direction in which BGP counts the TTL. Instead of accepting only packets with a TTL of 1, Cumulus Linux accepts BGP messages with a TTL greater than or equal to 255 minus the specified hop count.
@@ -1398,7 +1319,7 @@ The BGP TTL security hops option inverts the direction in which BGP counts the T
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1412,30 +1333,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 ttl-security hops
-## nv set vrf \ router bgp neighbor \ address-family
-
-Provides commands to configure the IPv4 or IPv6 address family.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast
-
-Provides commands to configure the peer IPv4 unicast address family. The peer IPv4 unicast address family is always on, unless you disable it globally.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast attribute-mod
-
-Provides commands to configure the attribute mode for IPv4.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast aspath
-
-Provides commands to configure options for handling the AS_PATH for prefixes to and from the peer for IPv4.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast aspath allow-my-asn enable
Configures BGP to allow a received AS path to contain the ASN of the local system.
@@ -1469,7 +1366,7 @@ Configures the maximum number of times the local system AS number can occur in t
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1483,28 +1380,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast policy
-
-Provides commands to configure policies for IPv4 unicast.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast policy inbound
-
-Provides commands to configure outbound unicast policies.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast policy inbound aspath-list
-Configures the AS Path filter list to apply to updates received from this peer.
+Configures the AS Path filter list to apply to updates received from this neighbor.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1518,12 +1403,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast policy outbound
-
-Provides commands to configure outbound unicast policies.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast policy outbound aspath-list none
Applies the IPv4 outbound policy for the specified AS_PATH list.
@@ -1533,7 +1412,7 @@ Applies the IPv4 outbound policy for the specified AS_PATH list.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1547,18 +1426,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast prefix-limits
-
-Provides commands to configure IPv4 prefix limits.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast prefix-limits inbound
-
-Provides commands to configure limits on inbound IPv4 prefixes from the peer.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast prefix-limits inbound warning-threshold
Configures the percentage of the maximum at which a warning syslog is generated. You can set a value between 1 and 100.
@@ -1568,7 +1435,7 @@ Configures the percentage of the maximum at which a warning syslog is generated.
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1584,14 +1451,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast prefix-limits inbound reestablish-wait
-Specifes the time in seconds to wait before establishing the IPv4 BGP session again with the peer. You can set a value between 1 and 4294967295. The default setting is auto, which uses standard BGP timers and processing (typically between 2-3 seconds).
+Specifes the time in seconds to wait before establishing the IPv4 BGP session again with the neighbor. You can set a value between 1 and 4294967295. The default setting is auto, which uses standard BGP timers and processing (typically between 2-3 seconds).
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1605,24 +1472,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast default-route-origination
-
-Provides commands to configure the default IPv4 route origination.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast community-advertise
-
-Provides commands to configure community advertisement for IPv4.
-
-
-
-## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast conditional-advertise
-
-Provides commands to configure conditional advertisement for IPv4.
-
-
-
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast conditional-advertise advertise-map \
Configures the route map that contains the prefix list with a list of IPv4 routes and prefixes on which to operate.
@@ -1632,7 +1481,7 @@ Configures the route map that contains the prefix list with a list of IPv4 route
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1656,7 +1505,7 @@ Configures a route map that uses a prefix list with the IPv4 routes that must ex
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1679,7 +1528,7 @@ Configures a route map that uses a prefix list with the IPv4 routes that must no
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1695,14 +1544,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 address-family ip
## nv set vrf \ router bgp neighbor \ address-family ipv4-unicast weight
-Configures the weights to apply to IPv4 routes from the peer; this is used in the BGP route selection algorithm.
+Configures the weights to apply to IPv4 routes from the neighbor; this is used in the BGP route selection algorithm.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IPv4 address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IPv4 address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1725,7 +1574,7 @@ Turns the exchange of information with a BGP neighbor on or off in the specified
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1748,7 +1597,7 @@ Administratively shuts down a specific neighbor in the specified VRF. You can sp
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1762,22 +1611,16 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 shutdown on
-## nv set vrf \ router bgp neighbor \ timers
-
-Provides commands to configure BGP peer timers.
-
-
-
## nv set vrf \ router bgp neighbor \ timers connection-retry
-Configures how often the BGP process attempts to connect to a peer after a failure or when starting up. The default value is 10 seconds.
+Configures how often the BGP process attempts to connect to a neighbor after a failure or when starting up. The default value is 10 seconds.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1793,14 +1636,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 timers connection
## nv set vrf \ router bgp neighbor \ timers hold
-Configures the hold time in seconds. If BGP does not receive a keepalive or update message from the peer within the hold time, it declares the peer down and withdraws all routes received by this peer from the local BGP table. The default value is 9 seconds.
+Configures the hold time in seconds. If BGP does not receive a keepalive or update message from the neighbor within the hold time, it declares the neighbor down and withdraws all routes received by this neighbor from the local BGP table. The default value is 9 seconds.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1823,7 +1666,7 @@ Configures the interval during which keepalive messages are exchanged. To decrea
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1839,14 +1682,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 timers keepalive
## nv set vrf \ router bgp neighbor \ timers route-advertisement
-Configures the delay in seconds before advertising new results to a peer after making a new best path decision for a prefix. This delay rate limits the number of changes advertised to downstream peers and lowers processing requirements by slowing down convergence. The default value is 0 seconds.
+Configures the delay in seconds before advertising new results to a neighbor after making a new best path decision for a prefix. This delay rate limits the number of changes advertised to downstream peers and lowers processing requirements by slowing down convergence. The default value is 0 seconds.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP.|
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP.|
### Version History
@@ -1862,14 +1705,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 timers route-adve
## nv set vrf \ router bgp neighbor \ password
-Configures MD5 authentication for a BGP peer connection to prevent interference with your routing tables. You must set the same password on each BGP peer.
+Configures MD5 authentication for a BGP neighbor connection to prevent interference with your routing tables. You must set the same password on each BGP neighbor.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1885,14 +1728,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 mypassword
## nv set vrf \ router bgp neighbor \ peer-group
-Configures the peer group in which the specified BGP peer belongs. The BGP peer inherits the group's configuration.
+Configures the peer group in which the specified BGP neighbor belongs. The BGP neighbor inherits the group's configuration.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1915,7 +1758,7 @@ Configures BGP to establish a connection between two eBGP peers that are not dir
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1931,14 +1774,14 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor 10.10.10.101 peer-group
## nv set vrf \ router bgp neighbor \ type
-Configures the BGP peer type in the specified VRF. You can set a value of `numbered` or `unnumbered`.
+Configures the BGP neighbor type in the specified VRF. You can set a value of `numbered` or `unnumbered`.
### Command Syntax
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1961,7 +1804,7 @@ Configures the BGP source of routing updates. You can specify an interface, or a
| Syntax | Description |
| --------- | -------------- |
| `` | The VRF you want to configure. |
-| `` | The IP address of the BGP peer or the interface if you are using unnumbered BGP. |
+| `` | The IP address of the BGP neighbor or the interface if you are using unnumbered BGP. |
### Version History
@@ -1975,18 +1818,6 @@ cumulus@switch:~$ nv set vrf default router bgp neighbor swp51 update-source 10.
-## nv set vrf \ router bgp path-selection
-
-Provides commands to configure BGP best path selection for the specified VRF.
-
-
-
-## nv set vrf \ router bgp path-selection aspath
-
-Provides commands to configure how BGP selects the best path to an autonomous system (AS).
-
-
-
## nv set vrf \ router bgp path-selection aspath compare-lengths
Configures BGP to select the AS based on path length for the specified VRF.
@@ -2031,12 +1862,6 @@ cumulus@switch:~$ nv set vrf default router bgp path-selection aspath compare-co
-## nv set vrf \ router bgp path-selection med
-
-Provides commands to configure BGP multi-exit discriminator (MED) path selection.
-
-
-
## nv set vrf \ router bgp path-selection med compare-always
Configures BGP to always compare the MED on routes even when received from different neighboring autonomous systems. When enabled, BGP compares MEDs for all paths.
@@ -2125,12 +1950,6 @@ cumulus@switch:~$ nv set vrf default router bgp path-selection med missing-as-ma
-## nv set vrf \ router bgp path-selection multipath
-
-Provides commands to configure BGP multipath path selection.
-
-
-
## nv set vrf \ router bgp path-selection multipath aspath-ignore
Configures BGP to ignore the AS path when determining multipath routing for the specified VRF. The default setting is `off`.
@@ -2217,26 +2036,6 @@ Introduced in Cumulus Linux 5.0.0
cumulus@switch:~$ nv set vrf default router bgp path-selection routerid-compare on
```
-
-
-
-## nv set vrf \ router bgp peer-group \