Skip to content

Commit 63534bf

Browse files
committed
updates
1 parent c1ae577 commit 63534bf

7 files changed

Lines changed: 33 additions & 33 deletions

File tree

content/cumulus-linux-517/Installation-Management/Automatic-Backup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Automatic Configuration Backup
33
author: NVIDIA
44
weight: 82
55
toc: 3
6+
draft: true
67
---
78

89
Cumulus Linux provides an automatic configuration backup feature that takes snapshots each time the `nv config apply` command runs successfully. The switch also takes a snapshot weekly to ensure that at least one valid weekly snapshot is available, subject to disk space and backup success.

content/cumulus-linux-517/Installation-Management/Installing-a-New-Cumulus-Linux-Image-with-ONIE.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -669,16 +669,20 @@ To show the system boot security state (`enabled`, `disabled`, or `not-supported
669669
670670
```
671671
cumulus@switch:~$ nv show system
672-
uptime 1 day, 1:52:24
673-
hostname leaf01
674-
product-name Cumulus Linux
675-
platform N/A
676-
system-memory 1.31 GB used / 363.36 MB free / 1.67 GB total
677-
swap-memory 0 Bytes used / 0 Bytes free / 0 Bytes total
678-
health-status Not OK
679-
security
680-
secure-boot
681-
state enabled
672+
operational applied
673+
----------------- ------------------- -----------------
674+
uptime 5:07:49
675+
hostname leaf01 leaf01
676+
fqdn leaf01
677+
product-name Cumulus Linux
678+
security
679+
secure-boot
680+
state not-supported
681+
dns
682+
domain
683+
date-time
684+
local-time 2026-04-15 21:23:16
685+
timezone Etc/UTC Etc/UTC
682686
...
683687
```
684688

content/cumulus-linux-517/Layer-1-and-Switch-Ports/802.1X-Interfaces.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,9 @@ tx-identity-request
10581058
state disabled
10591059
delay 1
10601060
interval 30
1061-
pre-auth
1062-
Allow-protocol lldp
1061+
pre-auth
1062+
allow-protocol
1063+
lldp ingress
10631064
```
10641065

10651066
## Troubleshooting

content/cumulus-linux-517/Layer-3/Bidirectional-Forwarding-Detection-BFD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ cumulus@switch:~$ nv show router bfd
408408
--------- ---------------------------
409409
state enabled
410410
offload enabled
411-
[profile] bfd_profile_bgp-bfd-profile
411+
...
412412
```
413413

414414
To show if the BFD session is offloaded, run the `nv show vrf default router bfd peers --view brief` command or the vtysh `show bfd peer` command.

content/cumulus-linux-517/Monitoring-and-Troubleshooting/High-Frequency-Telemetry.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ c. Configure the VRF where the export destination is reachable. The `default` VR
5656
d. Enable OTLP gRPC export:
5757

5858
```
59-
cumulus@switch:~$ nv set system telemetry hft export otlp grpc state enabled
59+
cumulus@switch:~$ nv set system telemetry export otlp state enabled
6060
cumulus@switch:~$ nv config apply
6161
```
6262

@@ -90,7 +90,7 @@ c. Configure the VRF where the export destination is reachable. The `default` VR
9090
d. Enable IPFIX export:
9191

9292
```
93-
cumulus@switch:~$ nv set system telemetry hft export ipfix state enabled
93+
cumulus@switch:~$ nv set system telemetry export ipfix state enabled
9494
cumulus@switch:~$ nv config apply
9595
```
9696

@@ -136,9 +136,10 @@ d. Enable IPFIX export:
136136
cumulus@switch:~$ nv config apply
137137
```
138138

139-
3. Enable streaming to export data to your configured destination:
139+
3. Enable streaming to export data to your configured export destination (`otlp` or `ipfix`):
140140

141141
```
142+
cumulus@switch:~$ nv set system telemetry hft export-type ipfix
142143
cumulus@switch:~$ nv set system telemetry hft export state enabled
143144
cumulus@switch:~$ nv config apply
144145
```
@@ -181,11 +182,9 @@ cumulus@switch:mgmt:~# nv show system telemetry hft
181182
-------------------- ------------------- ------- -------
182183
export
183184
state enabled enabled
185+
export-type otlp ipfix
184186
duration 120 120
185-
sample-interval-usec 1000 1000
186-
session-status
187-
status COMPLETED
188-
timestamp 2025-10-29 08:02:08
187+
sample-interval-usec 1000 1000
189188
190189
Counters
191190
===========
@@ -223,7 +222,7 @@ profile
223222
standard 3 rx-byte 5000
224223
tc-occupancy
225224
tx-byte
226-
job
225+
jobs
227226
======
228227
No Data
229228
```

content/cumulus-linux-517/Whats-New/New-and-Removed-NVUE-Commands.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ The following NVUE commands are new in Cumulus Linux 5.17.
1818
```
1919
nv show interface <interface-id> counters link debounce
2020
nv show interface <interface-id> link debounce
21-
nv show interface <interface-id> qos buffer shared-headroom-pool
2221
nv show interface debounce-counters
23-
nv show interface <interface-id> link debounce
22+
nv show interface <interface-id> qos buffer shared-headroom-pool
2423
nv show qos advance-buffer-config <profile-id> shared-headroom
2524
nv show system aaa user cumulus --privileged
2625
nv show system dot1x pre-auth
@@ -57,16 +56,16 @@ nv set qos advance-buffer-config default-global ingress-lossless-buffer priority
5756
nv set qos advance-buffer-config default-global shared-headroom required-headroom-per-pg
5857
nv set qos advance-buffer-config default-global shared-headroom exclusive-headroom-per-pg
5958
nv set qos advance-buffer-config default-global shared-headroom oversubscription-ratio
60-
nv set interface <interface-id> qos shared-headroom-pool enable
59+
nv set interface <interface-id> qos shared-headroom-pool
6160
nv set qos congestion-control default-global traffic-class <traffic-class-id> mode
6261
nv set qos congestion-control default-global traffic-class <traffic-class-id> min-threshold-percent
6362
nv set qos congestion-control default-global traffic-class <traffic-class-id> max-threshold-percent
6463
nv set router bfd offload
65-
nv set system config backup state
6664
nv set system config backup restore <snapshot-id>
6765
nv set system dot1x pre-auth allow-protocol lldp ingress
6866
nv set system dot1x pre-auth allow-protocol lldp egress
6967
nv set system dot1x pre-auth allow-protocol lldp both
68+
nv set system dot1x pre-auth allow-protocol lldp none
7069
nv set system dot1x tx-identity-request max-retries
7170
nv set system lldp tlv egress-policy
7271
nv set system lldp tlv egress-policy dcbx-app-priority
@@ -85,6 +84,7 @@ nv set system lldp tlv egress-policy link-aggregation
8584
nv set system lldp tlv egress-policy port-vlan-id
8685
nv set system lldp tlv egress-policy mac-phy-config
8786
nv set system lldp tlv egress-policy system-capabilities
87+
nv set system lldp tlv egress-policy unreachable-prefix state
8888
nv set system lldp tlv ingress-policy dcbx-app-priority
8989
nv set system lldp tlv ingress-policy management-address
9090
nv set system lldp tlv ingress-policy system-description
@@ -139,7 +139,7 @@ nv set system lldp tlv profile <lldp-profile-name-id> ingress-policy port-vlan-i
139139
nv set system lldp tlv profile <lldp-profile-name-id> ingress-policy mac-phy-config
140140
nv set system lldp tlv profile <lldp-profile-name-id> ingress-policy system-capabilities
141141
nv set system security alerts audit-failure
142-
nv set system aaa tacacs authorization <id>> all-commands
142+
nv set system aaa tacacs authorization <privilege-level> all-commands
143143
nv set system telemetry export ipfix destination
144144
nv set system telemetry export ipfix port
145145
nv set system telemetry export ipfix template-metadata-interval
@@ -189,8 +189,4 @@ nv config verify revision revision <revision>
189189

190190
## Removed NVUE Commands
191191

192-
Cumulus Linux 5.17 no longer supports the following NVUE commands:
193-
194-
```
195-
196-
```
192+
No NVUE commands are removed in Cumulus Linux 5.17.

content/cumulus-linux-517/Whats-New/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Cumulus Linux 5.17 contains new features and improvements, and provides bug fixe
2424
- {{<link url="Docker-with-Cumulus-Linux/#docker-resource-tiering-system" text="Docker Resource Governance & Policy Agent">}}
2525
- {{<link url="Quality-of-Service/#lossless-headroom" text="PFC headroom pool">}}
2626
- {{<link url="Link-Layer-Discovery-Protocol/#lldp-tlvs" text="Granular LLDP TLV definition and control">}}
27-
- {{<link url="Automatic-Configuration-Backup" text="Automatic configuration backup">}}
2827
- {{<link url="Syslog/#thermal-control-logs" text="Thermal logging in syslog (sensor and fan state and errors)">}}
2928
- {{<link url="EVPN-Enhancements/#evpn-unreachability-in-disjoined-planes" text="EVPN Unreachability in Disjoined Planes">}} (Beta)
3029
- {{<link url="Link-Layer-Discovery-Protocol/#bgp-unreachable-prefix-tlv" text="BGP unreachable prefix TLV">}} (Beta)
@@ -33,7 +32,7 @@ Cumulus Linux 5.17 contains new features and improvements, and provides bug fixe
3332
- {{<link url="RDMA-over-Converged-Ethernet-RoCE/#verify-roce-configuration" text="nv show interface <interface-id> qos roce counters supports multiple interfaces, including ranges">}}
3433
- {{<link url="NVUE-CLI/#configuration-commands" text="NVUE prevents configuration changes during long background operations">}}
3534
- {{<link url="NVUE-CLI/#verify-configuration-before-applying" text="NVUE command">}} and {{<link url="NVUE-API/#verify-configuration-before-applying" text="NVUE API option">}} to verify configuration before applying
36-
- {{<link url="System-Power-and-Switch-Reboot/#show-reboot" text="NVUE command to show warm boot status ">}}
35+
- {{<link url="System-Power-and-Switch-Reboot/#show-reboot-information" text="NVUE command to show warm boot status">}}
3736
- Telemetry
3837
- New OTEL metrics: {{<link url="Open-Telemetry-Export/#interface-statistic-format" text="link debounce">}}, {{<link url="Open-Telemetry-Export/#interface-statistic-format" text="PHY link down">}}, {{<link url="Open-Telemetry-Export/#control-plane-statistic-format" text="control plane">}}, and {{<link url="Open-Telemetry-Export/#platform-statistic-format" text="platform information">}}
3938
- New gNMI metrics: {{<link url="gNMI-Streaming/#metrics" text="PHY link down, link debounce, control plane, platform information, and systemd service">}}

0 commit comments

Comments
 (0)