Skip to content

Commit

Permalink
Merge branch '512' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 11, 2025
2 parents cb78365 + 5222c69 commit f0f3ecf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@ cumulus@switch:~$ nv config apply -m "this is my message"

## Reset NVUE Configuration to Default Values

To reset the NVUE configuration on the switch back to the default values, run the following command:
To reset the NVUE configuration on the switch back to the default values, run the `nv config replace <filename>` command; for example:

```
cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml
cumulus@switch:~$ nv config replace /etc/switch.yaml
cumulus@switch:~$ nv config apply
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,10 @@ cumulus@switch:~$ nv config apply -m "this is my message"

## Reset NVUE Configuration to Default Values

To reset the NVUE configuration on the switch back to the default values, run the following command:
To reset the NVUE configuration on the switch back to the default values, run the `nv config replace <filename>` command; for example:

```
cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml
cumulus@switch:~$ nv config replace /etc/switch.yaml
cumulus@switch:~$ nv config apply
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ cumulus@switch:~$ nv config apply -m "this is my message"
To reset the NVUE configuration on the switch back to the default values, run the following command:

```
cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml
cumulus@switch:~$ nv config replace /etc/switch.yaml
cumulus@switch:~$ nv config apply
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,10 @@ cumulus@switch:~$ nv config apply -m "this is my message"

## Reset NVUE Configuration to Default Values

To reset the NVUE configuration on the switch back to the default values, run the following command:
To reset the NVUE configuration on the switch back to the default values, run the `nv config replace <filename>` command; for example:

```
cumulus@switch:~$ nv config replace /usr/lib/python3/dist-packages/cue_config_v1/initial.yaml
cumulus@switch:~$ nv config replace /etc/switch.yaml
cumulus@switch:~$ nv config apply
```

Expand Down

0 comments on commit f0f3ecf

Please sign in to comment.