Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 28, 2025
1 parent 25102bd commit 529dd7d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,9 @@ cumulus@cumulus:~$ sudo onie-install -i http://203.0.113.10/image-installer -t /
{{%notice note%}}
When you stage an NVUE `startup.yaml` file, ZTP still runs after the new image is installed. To prevent ZTP from running after the new image is installed, either:
- Use the `-z` option to specify an existing ZTP script that takes no action.
- Run the `sudo ztp -d` or `nv action disable system ztp` commands to disable ZTP after the new image is running.
- Use the `-z` option to specify an existing ZTP script that takes no action. For example, create a file called `/tmp/cumulus_ztp.sh` that contains the line `#!/bin/bash # CUMULUS-AUTOPROVISIONING` and specify `sudo onie-install -fa -i <image-path> -z /tmp/cumulus_ztp.sh -t /etc/nvue.d/startup.yaml`.
{{%/notice%}}
To activate the staged installation, use the `-a` option, then reboot the switch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,12 @@ Action executing ...
The matching FDB entries were deleted successfully.
```

You can specify a range of interfaces and VLANs. For example:

```
cumulus@switch:~$ nv action clear bridge domain br_default mac-table dynamic mac 48:b0:2d:ab:fd:1f vlan 10,20,30 interface bond1-3
```

## Static MAC Address Entries

You can add a static MAC address entry to the layer 2 table for an interface within the VLAN-aware bridge by running a command similar to the following:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ cumulus@switch:~$ nv set system telemetry router sample-interval 100
cumulus@switch:~$ nv config apply
```

{{%notice note%}}
You can disable BGP export across all VRFs with the `nv set telemetry router bgp export state disabled` command and enable it only for specific VRFs with the `nv set telemetry router vrf <vrf-name> bgp export state enabled` command. You can also disable BGP export across all peers in a VRF with the `nv set telemetry router vrf <vrf-name> bgp export state disabled` command, and enable telemetry only for specific peers in the VRF with the `nv set telemetry router vrf <vrf-name> bgp peer <peer> export state enabled` command.
{{%/notice%}}

To show router statistics configuration, run the `nv show system telemetry router` command.

### gRPC OTLP Export
Expand Down
2 changes: 1 addition & 1 deletion content/cumulus-linux-512/Whats-New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This document supports the Cumulus Linux 5.12 release, and lists new platforms,
### Platforms

<!-- - SN5610 (800G Spectrum-4)-->
- NVIDIA SN5400 ITU-T G.82732 Class C compliant
- NVIDIA SN2201M includes an updated Parameter-Set IDentification (PSID) and firmware. You cannot downgrade the switch to 5.11.

### New Features and Enhancements

- NVIDIA SN5400 ITU-T G.82732 Class C compliant
- 1G (optical) supported with SyncE on the SN5400 switch
- {{<link url="Upgrading-Cumulus-Linux/#upgrade-cumulus-linux" text="Ability to ugrade from Cumulus Linux 5.11 with Optimized Image Upgrade">}}
- {{<link url="RDMA-over-Converged-Ethernet-RoCE/#roce-single-shared-buffer-pool" text="RoCE single shared buffer pool">}}
Expand Down

0 comments on commit 529dd7d

Please sign in to comment.