Skip to content

Commit d902a56

Browse files
committed
updates
1 parent e9a8f86 commit d902a56

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

content/nvue-reference/Action-Commands.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4856,6 +4856,22 @@ cumulus@switch:~$ nv action upgrade system packages to latest use-vrf default dr
48564856

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

4859+
## <h>nv action upload system file-path</h>
4860+
4861+
Uploads a file to remote location.
4862+
4863+
### Version History
4864+
4865+
Introduced in Cumulus Linux 5.17.0
4866+
4867+
### Example
4868+
4869+
```
4870+
cumulus@switch:~$ nv action upload file-path
4871+
```
4872+
4873+
<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>
4874+
48594875
## <h>nv action upload tech-support files \<filename\> \<remote-url\></h>
48604876

48614877
Uploads a technical support file (`cl-support`) off the switch to an external location.

content/nvue-reference/Set-and-Unset-Commands/Telemetry.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,54 @@ cumulus@switch:~$ nv set system telemetry hft export state enabled
10391039

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

1042+
## <h>nv set system telemetry hft export-type</h>
1043+
1044+
Configures the data export type. You can specify `otlp` or `ipfix`.
1045+
1046+
### Version History
1047+
1048+
Introduced in Cumulus Linux 5.17.0
1049+
1050+
### Example
1051+
1052+
```
1053+
cumulus@switch:~$ nv set system telemetry hft export-type ipfix
1054+
```
1055+
1056+
<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>
1057+
1058+
## <h>nv set system telemetry hft ingress-buffer priority-group</h>
1059+
1060+
Configures the priority group to monitor when collecting HFT priority group counters.
1061+
1062+
### Version History
1063+
1064+
Introduced in Cumulus Linux 5.17.0
1065+
1066+
### Example
1067+
1068+
```
1069+
cumulus@switch:~$ nv set system telemetry hft ingress-buffer priority-group 3
1070+
```
1071+
1072+
<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>
1073+
1074+
## <h>nv set system telemetry hft switch-priority</h>
1075+
1076+
Configures the switch priority to monitor when collecting HFT switch priority counters.
1077+
1078+
### Version History
1079+
1080+
Introduced in Cumulus Linux 5.17.0
1081+
1082+
### Example
1083+
1084+
```
1085+
cumulus@switch:~$ nv set system telemetry hft switch-priority 5
1086+
```
1087+
1088+
<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>
1089+
10421090
## <h>nv set system telemetry stats-group \<name\> hft export state</h>
10431091

10441092
Enables or disables a statistic group to export high frequency telemetry data to a destination. You can specify `enabled` or `disabled`.

0 commit comments

Comments
 (0)