Skip to content

Commit 1034b4f

Browse files
committed
updates
1 parent 4444c43 commit 1034b4f

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

content/cumulus-linux-517/Layer-3/OSPF/Open-Shortest-Path-First-v3-OSPFv3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OSPFv3 is a revised version of OSPFv2 and supports the IPv6 address family.
88

99
{{%notice note%}}
1010
- Cumulus Linux only supports OSPFv3 with IPv6.
11-
- Cumulus Linux 5.14 and later provides new vtysh commands to configure the area for OSPFv3 interfaces. If you configure OSPFv3 areas with NVUE snippets in Cumulus Linux 5.13 and earlier, you must delete the snippets before you upgrade to Linux 5.16, then reconfigure the areas for OSPFv3 interfaces with the new vtysh commands after upgrade.
11+
- Cumulus Linux 5.14 and later provides new vtysh commands to configure the area for OSPFv3 interfaces. If you configure OSPFv3 areas with NVUE snippets in Cumulus Linux 5.13 and earlier, you must delete the snippets before you upgrade to Linux 5.17, then reconfigure the areas for OSPFv3 interfaces with the new vtysh commands after upgrade.
1212
{{%/notice%}}
1313

1414
## Basic OSPFv3 Configuration

content/cumulus-linux-517/Monitoring-and-Troubleshooting/FRRouting-Log-Message-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: 3
88
The following table lists the HIGH severity ERROR log messages generated by FRR. These messages appear in `/var/log/frr/frr.log`.
99

1010
{{%notice note%}}
11-
An asterisk (*) in the `Message Text` column of the table below indicates that log message is new for Cumulus Linux 5.16.
11+
An asterisk (*) in the `Message Text` column of the table below indicates that log message is new for Cumulus Linux 5.17.
1212
{{%/notice%}}
1313

1414
| Category | Severity | Message \# | Message Text | Explanation | Recommended Action |

content/cumulus-linux-517/Monitoring-and-Troubleshooting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ date-time
105105
health
106106
status Not OK
107107
version
108-
product-release 5.16.0
108+
product-release 5.17.0
109109
global
110110
system-mac 44:38:39:22:01:b1 auto
111111
anycast-mac none none

content/cumulus-linux-517/Monitoring-and-Troubleshooting/gNMI Streaming.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Regex for specific keys (such as `“interface-id=swp*”`) is not supported.
235235

236236
### Metrics
237237

238-
Cumulus Linux provides a list of supported gNMI metrics here (ADD LINK). To see a list of the new metrics for Cumulus Linux 5.17, refer to {{<link url="New-and-Updated-Telemetry-Metrics" text="New and Updated Telemetry Metrics">}}.
238+
Cumulus Linux provides a list of supported gNMI metrics {{<exlink url="https://github.com/NVIDIA/networking-yang" text="here" >}}. To see a list of the new metrics for Cumulus Linux 5.17, refer to {{<link url="New-and-Updated-Telemetry-Metrics" text="New and Updated Telemetry Metrics">}}.
239239
<!--
240240
Cumulus Linux supports the following metrics.
241241
@@ -1233,10 +1233,10 @@ INFO[0000] "10.1.1.100:9339" file "/tmp/gnmic_ca.crt" written successfully
12331233
cumulus@host:mgmt:~$
12341234
```
12351235

1236-
The following example uses the `install` RPC to copy the `/media/node/cumulus-linux-mlx-amd64-5.16.bin.devsigned` image file on the local client to the switch with the version `5.16.0`:
1236+
The following example uses the `install` RPC to copy the `/media/node/cumulus-linux-mlx-amd64-5.16.bin.devsigned` image file on the local client to the switch with the version `5.17.0`:
12371237

12381238
```
1239-
cumulus@host:mgmt:~$ gnoic --username test1 --password test1 --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os install --pkg /media/node/cumulus-linux-mlx-amd64-5.16.bin.devsigned --version 5.16.0
1239+
cumulus@host:mgmt:~$ gnoic --username test1 --password test1 --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os install --pkg /media/node/cumulus-linux-mlx-amd64-5.17.bin.devsigned --version 5.17.0
12401240
INFO[0000] starting install RPC
12411241
INFO[0000] target "10.1.1.100:9339": starting Install stream
12421242
INFO[0000] target "10.1.1.100:9339": TransferProgress bytes_received:5242880
@@ -1251,18 +1251,18 @@ INFO[0011] target "10.1.1.100:9339": TransferProgress bytes_received:994600465
12511251
cumulus@host:mgmt:~$
12521252
```
12531253

1254-
The following example uses the `activate` RPC to activate the `5.16.0` image as the next boot image without reboot the switch:
1254+
The following example uses the `activate` RPC to activate the `5.17.0` image as the next boot image without reboot the switch:
12551255

12561256
```
1257-
cumulus@host:mgmt:~$ gnoic --username test1 --password test1 --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os activate --version 5.16.0 --no-reboot
1257+
cumulus@host:mgmt:~$ gnoic --username test1 --password test1 --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os activate --version 5.17.0 --no-reboot
12581258
INFO[0190] target "10.1.1.100:9339" activate response "activate_ok:{}"
12591259
cumulus@host:mgmt:~$
12601260
```
12611261

1262-
The following example uses the `activate` RPC to activate the `5.16.0` image as the next boot image and reboots the switch.
1262+
The following example uses the `activate` RPC to activate the `5.17.0` image as the next boot image and reboots the switch.
12631263

12641264
```
1265-
cumulus@host:mgmt:~$ gnoic --username cumulus --password NvidiaR0cks! --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os activate --version 5.16.0
1265+
cumulus@host:mgmt:~$ gnoic --username cumulus --password NvidiaR0cks! --address 10.1.1.100 --port 9339 --tls-ca /home/cumulus/dut_ca.crt --tls-cert /home/cumulus/gnmic_client.crt --tls-key /home/cumulus/gnmic_client.key os activate --version 5.1.0
12661266
INFO[0182] target "10.1.1.100:9339" activate response "activate_ok:{}"
12671267
cumulus@host:mgmt:~$
12681268
```

content/cumulus-linux-517/System-Configuration/Docker-with-Cumulus-Linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Docker Containers
179179
====================
180180
Container Name Image Container ID Status Ports Summary
181181
------------------ ------------------------------- ------------ ------------------- ----- -------
182-
repo cumulus-linux-apt-mirror:5.16.0 a941e1e51c3e Up 6 days (healthy)
182+
repo cumulus-linux-apt-mirror:5.17.0 a941e1e51c3e Up 6 days (healthy)
183183
what-just-happened docker-wjh:latest f834edf7fd3c Up 7 days
184184
```
185185

@@ -190,7 +190,7 @@ cumulus@switch:~$ nv show system docker image
190190
Image Id Image Name Tag Size Date Summary
191191
------------ ------------------------ ------ ------ ----------------------------- -------
192192
283e2bf92e80 docker-wjh latest 716MB 2025-10-29 21:47:09 -0400 EDT
193-
d839322a5483 cumulus-linux-apt-mirror 5.16.0 3.47GB 2025-10-30 02:35:30 -0400 EDT
193+
d839322a5483 cumulus-linux-apt-mirror 5.17.0 3.47GB 2025-10-30 02:35:30 -0400 EDT
194194
```
195195

196196
To list all containers and their status, including stopped containers, run the `nv show system docker container` command. Add the `-o native` option to display additional data from Docker inspect.
@@ -199,7 +199,7 @@ To list all containers and their status, including stopped containers, run the `
199199
cumulus@switch:~$ nv show system docker container
200200
Container Name Image Container ID Status Ports Summary
201201
------------------ ------------------------------- ------------ ------------------- ----- -------
202-
repo cumulus-linux-apt-mirror:5.16.0 a941e1e51c3e Up 6 days (healthy)
202+
repo cumulus-linux-apt-mirror:5.17.0 a941e1e51c3e Up 6 days (healthy)
203203
what-just-happened docker-wjh:latest f834edf7fd3c Up 7 days
204204
```
205205

@@ -211,7 +211,7 @@ cumulus@switch:~$ nv show system docker container repo
211211
------------- -------------------------------
212212
id a941e1e51c3e
213213
status Up 6 days (healthy)
214-
image-name cumulus-linux-apt-mirror:5.16.0
214+
image-name cumulus-linux-apt-mirror:5.17.0
215215
port
216216
stats
217217
cpu 0.00%

content/cumulus-linux-517/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ cumulus@switch:~$ nv config show --expand
562562
model: vx
563563
nvue-api-version: nvue_v1
564564
rev-id: 1.0
565-
version: Cumulus Linux 5.16.0
565+
version: Cumulus Linux 5.17.0
566566
- set:
567567
bridge:
568568
domain:

0 commit comments

Comments
 (0)