Skip to content

Commit 70fae23

Browse files
committed
Merge branch 'fixes' into ania-stage
2 parents f77d651 + 1279f33 commit 70fae23

10 files changed

Lines changed: 21 additions & 41 deletions

File tree

content/cumulus-linux-511/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ cumulus@switch:~$ nv config apply
142142
```
143143

144144
{{< /tab >}}
145-
{{< tab "Environment sensors">}}
145+
{{< tab "Environment sensor">}}
146146

147147
```
148-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
148+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
149149
cumulus@switch:~$ nv config apply
150150
```
151151

152152
```
153-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
153+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
154154
cumulus@switch:~$ nv config apply
155155
```
156156

content/cumulus-linux-512/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ cumulus@switch:~$ nv config apply
180180
```
181181

182182
{{< /tab >}}
183-
{{< tab "Environment sensors">}}
183+
{{< tab "Environment sensor">}}
184184

185185
```
186-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
186+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
187187
cumulus@switch:~$ nv config apply
188188
```
189189

190190
```
191-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
191+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
192192
cumulus@switch:~$ nv config apply
193193
```
194194

content/cumulus-linux-513/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,19 +256,19 @@ cumulus@switch:~$ nv config apply
256256
```
257257

258258
{{< /tab >}}
259-
{{< tab "Environment sensors">}}
259+
{{< tab "Environment sensor">}}
260260

261261
To enable environment sensor statistics:
262262

263263
```
264-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
264+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
265265
cumulus@switch:~$ nv config apply
266266
```
267267

268268
To adjust the sample interval for environment sensor statistics:
269269

270270
```
271-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
271+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
272272
cumulus@switch:~$ nv config apply
273273
```
274274

content/cumulus-linux-514/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,19 @@ cumulus@switch:~$ nv config apply
258258
```
259259

260260
{{< /tab >}}
261-
{{< tab "Environment sensors">}}
261+
{{< tab "Environment sensor">}}
262262

263263
To enable environment sensor statistics:
264264

265265
```
266-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
266+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
267267
cumulus@switch:~$ nv config apply
268268
```
269269

270270
To adjust the sample interval for environment sensor statistics:
271271

272272
```
273-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
273+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
274274
cumulus@switch:~$ nv config apply
275275
```
276276

content/cumulus-linux-515/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,19 +280,19 @@ cumulus@switch:~$ nv config apply
280280
```
281281

282282
{{< /tab >}}
283-
{{< tab "Environment sensors">}}
283+
{{< tab "Environment sensor">}}
284284

285285
To enable environment sensor statistics:
286286

287287
```
288-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
288+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
289289
cumulus@switch:~$ nv config apply
290290
```
291291

292292
To adjust the sample interval for environment sensor statistics:
293293

294294
```
295-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
295+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
296296
cumulus@switch:~$ nv config apply
297297
```
298298

content/cumulus-linux-515/System-Configuration/Authentication-Authorization-and-Accounting/TACACS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,18 +398,13 @@ TACACS+ per-command authorization lets you configure the commands that TACACS+ u
398398
399399
The following command allows TACACS+ users at privilege level 0 to run the `nv` and `ip` commands.
400400
401-
{{%notice note%}}
402-
After configuring TACACS+ per-command authorization, you must restart the NVUE service.
403-
{{%/notice%}}
404-
405401
{{< tabs "TabID392 ">}}
406402
{{< tab "NVUE Commands ">}}
407403
408404
```
409405
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command ip
410406
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command nv
411407
cumulus@switch:~$ nv config apply
412-
cumulus@switch:~$ sudo systemctl restart nvued.service
413408
```
414409
415410
To show the per-command authorization settings, run the `nv show system aaa tacacs authorization` command:
@@ -431,7 +426,6 @@ When you configure per-command authorization on the switch, only define the init
431426
432427
```
433428
cumulus@switch:~$ sudo tacplus-restrict -i -u tacacs0 -a ip nv
434-
cumulus@switch:~$ sudo systemctl restart nvued.service
435429
```
436430
437431
The `tacplus-auth` command handles authorization for each command. To make this an enforced authorization, change the TACACS+ log in to use a restricted shell, with a very limited executable search path. Otherwise, the user can bypass the authorization. The `tacplus-restrict` utility simplifies setting up the restricted environment.

content/cumulus-linux-516/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,19 @@ cumulus@switch:~$ nv config apply
310310
```
311311

312312
{{< /tab >}}
313-
{{< tab "Environment sensors">}}
313+
{{< tab "Environment sensor">}}
314314

315315
To enable environment sensor statistics:
316316

317317
```
318-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
318+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
319319
cumulus@switch:~$ nv config apply
320320
```
321321

322322
To adjust the sample interval for environment sensor statistics:
323323

324324
```
325-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
325+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
326326
cumulus@switch:~$ nv config apply
327327
```
328328

content/cumulus-linux-516/System-Configuration/Authentication-Authorization-and-Accounting/TACACS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,19 +422,13 @@ TACACS per-command authorization supports {{<link url="NVUE-CLI/#command-complet
422422
423423
The following command allows TACACS+ users at privilege level 0 to run the `nv` and `ip` commands.
424424
425-
{{%notice note%}}
426-
- Ensure that TACACS+ servers are reachable before setting new command authorization rules.
427-
- After configuring TACACS+ per-command authorization, you must restart the NVUE service.
428-
{{%/notice%}}
429-
430425
{{< tabs "TabID392 ">}}
431426
{{< tab "NVUE Commands ">}}
432427
433428
```
434429
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command ip
435430
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command nv
436431
cumulus@switch:~$ nv config apply
437-
cumulus@switch:~$ sudo systemctl restart nvued.service
438432
```
439433
440434
To show the per-command authorization settings, run the `nv show system aaa tacacs authorization` command:
@@ -456,7 +450,6 @@ When you configure per-command authorization on the switch, only define the init
456450
457451
```
458452
cumulus@switch:~$ sudo tacplus-restrict -i -u tacacs0 -a ip nv
459-
cumulus@switch:~$ sudo systemctl restart nvued.service
460453
```
461454
462455
The `tacplus-auth` command handles authorization for each command. To make this an enforced authorization, change the TACACS+ log in to use a restricted shell, with a very limited executable search path. Otherwise, the user can bypass the authorization. The `tacplus-restrict` utility simplifies setting up the restricted environment.

content/cumulus-linux-517/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,19 @@ cumulus@switch:~$ nv config apply
310310
```
311311

312312
{{< /tab >}}
313-
{{< tab "Environment sensors">}}
313+
{{< tab "Environment sensor">}}
314314

315315
To enable environment sensor statistics:
316316

317317
```
318-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors state enabled
318+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor state enabled
319319
cumulus@switch:~$ nv config apply
320320
```
321321

322322
To adjust the sample interval for environment sensor statistics:
323323

324324
```
325-
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensors sample-interval 100
325+
cumulus@switch:~$ nv set system telemetry platform-stats class environment-sensor sample-interval 100
326326
cumulus@switch:~$ nv config apply
327327
```
328328

content/cumulus-linux-517/System-Configuration/Authentication-Authorization-and-Accounting/TACACS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,19 +422,13 @@ TACACS per-command authorization supports {{<link url="NVUE-CLI/#command-complet
422422
423423
The following command allows TACACS+ users at privilege level 0 to run the `nv` and `ip` commands.
424424
425-
{{%notice note%}}
426-
- Ensure that TACACS+ servers are reachable before setting new command authorization rules.
427-
- After configuring TACACS+ per-command authorization, you must restart the NVUE service.
428-
{{%/notice%}}
429-
430425
{{< tabs "TabID392 ">}}
431426
{{< tab "NVUE Commands ">}}
432427
433428
```
434429
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command ip
435430
cumulus@switch:~$ nv set system aaa tacacs authorization 0 command nv
436431
cumulus@switch:~$ nv config apply
437-
cumulus@switch:~$ sudo systemctl restart nvued.service
438432
```
439433
440434
To show the per-command authorization settings, run the `nv show system aaa tacacs authorization` command:
@@ -456,7 +450,6 @@ When you configure per-command authorization on the switch, only define the init
456450
457451
```
458452
cumulus@switch:~$ sudo tacplus-restrict -i -u tacacs0 -a ip nv
459-
cumulus@switch:~$ sudo systemctl restart nvued.service
460453
```
461454
462455
The `tacplus-auth` command handles authorization for each command. To make this an enforced authorization, change the TACACS+ log in to use a restricted shell, with a very limited executable search path. Otherwise, the user can bypass the authorization. The `tacplus-restrict` utility simplifies setting up the restricted environment.

0 commit comments

Comments
 (0)