Skip to content

Commit

Permalink
Merge branch 'command-ref-org' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Nov 25, 2024
2 parents e413f81 + 5ad90a1 commit 3521f1f
Show file tree
Hide file tree
Showing 49 changed files with 256 additions and 1,387 deletions.
2 changes: 2 additions & 0 deletions content/nvue-reference/Set-and-Unset-Commands/802.1X.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}}

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set interface \<interface\> dot1x auth-fail-vlan</h>

Enables or disables auth-fail VLAN on the specified interface. You can specify `enabled` or `disabled`.
Expand Down
12 changes: 1 addition & 11 deletions content/nvue-reference/Set-and-Unset-Commands/ACL-and-CoPP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}}

## <h>nv set system acl</h>

Configures Access Control lists (ACLs) on the switch.

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set system acl mode</h>

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.

Expand All @@ -38,12 +34,6 @@ cumulus@switch:~$ nv set system acl mode non-atomic

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set acl \<acl-id\> rule \<rule-id\> action</h>

Configures the ACL action.

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set acl \<acl-id\> rule \<rule-id\> action deny</h>

Configures a deny action to deny packets.
Expand Down
2 changes: 2 additions & 0 deletions content/nvue-reference/Set-and-Unset-Commands/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}}

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set system api listening-address \<listening-address-id\></h>

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.
Expand Down
2 changes: 2 additions & 0 deletions content/nvue-reference/Set-and-Unset-Commands/ARP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}}

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set interface \<interface-id\> neighbor ipv4 \<ip-address-id\> lladdr \<lladdr-id\></h>

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.
Expand Down
18 changes: 4 additions & 14 deletions content/nvue-reference/Set-and-Unset-Commands/Adaptive-Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}}

## <h>nv set interface \<interface-id\> router adaptive-routing</h>

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%}}

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set interface \<interface-id\> router adaptive-routing enable</h>

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.

Expand Down Expand Up @@ -72,18 +65,15 @@ Introduced in Cumulus Linux 5.1.0
cumulus@switch:~$ nv set interface swp1 router adaptive-routing link-utilization-threshold 50
```
-->
<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set router adaptive-routing</h>

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.

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set router adaptive-routing enable</h>

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%}}
Expand Down
Loading

0 comments on commit 3521f1f

Please sign in to comment.