Skip to content

Commit

Permalink
Merge branch '512' into ania-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 9, 2025
2 parents 873b1c9 + c9c0771 commit e944e0b
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions content/cumulus-linux-512/Whats-New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ nv show system disk usage
nv show system log
nv show system log file
nv show system log component
nv show system packages
nv show system packages keys
nv show system packages keys <key>
nv show system packages repository
nv show system packages repository <repository>
nv show system packages repository <repository> distribution
nv show system packages repository <repository> distribution <distribution>
nv show system packages repository <repository> distribution <distribution> pool
```

{{< /tab >}}
Expand All @@ -72,6 +79,13 @@ nv show system log component
```
nv set qos roce mode lossless-single-ipool
nv set system counter rates load-interval
nv set system packages repository <repository> distribution <distribution> pool <pool>
nv set system packages repository <repository> insecure
nv set system packages repository <repository> key <key>
nv set system packages repository <repository> source
nv set system packages use-vrf
nv set system telemetry buffer-stats export state
nv set system telemetry interface-stats class phy-stats state
nv set vrf <vrf> router bgp peer-group <peer-group-id> graceful-shutdown
nv set vrf <vrf> router bgp address-family <address-family> advertise-origin
nv set vrf <vrf> router bgp address-family <address-family> nhg-per-origin
Expand All @@ -82,6 +96,13 @@ nv set vrf <vrf> router bgp address-family <address-family> nhg-per-origin

```
nv unset system counter rates load-interval
nv unset system packages repository <repository> distribution <distribution> pool <pool>
nv unset system packages repository <repository> insecure
nv unset system packages repository <repository> key <key>
nv unset system packages repository <repository> source
nv unset system packages use-vrf
nv unset system telemetry buffer-stats export state
nv unset system telemetry interface-stats class phy-stats state
nv unset vrf <vrf> router bgp peer-group <peer-group-id> graceful-shutdown
nv unset vrf <vrf> router bgp address-family <address-family> advertise-origin
nv unset vrf <vrf> router bgp address-family <address-family> nhg-per-origin
Expand All @@ -98,8 +119,12 @@ nv action clear bridge domain <bridge-id> mac-table dynamic interface <interface
nv action clear bridge domain <domain-id> mac-table dynamic mac <mac-address> vlan <vlan-id>
nv action clear bridge domain <domain-id> mac-table dynamic mac <mac-address> interface <interface-id>
nv action clear bridge domain <domain-id> mac-table dynamic mac <mac-address> vlan <vlan-id interface <interface-id>
nv action delete system log component <component-name> file <file-name>`
nv action delete system log file <file-name>
nv action delete system packages key <key>
nv action fetch system packages key <key>
nv action fetch system packages key <key> scope
nv action lookup vrf <vrf-id> router fib <address-family> <ip-address>
nv action reset platform transceiver <port>
nv action ping system <destination>
nv action ping system <destination> count
nv action ping system <destination> interval
Expand All @@ -110,22 +135,14 @@ nv action ping system <destination> source <source-ip-address>
nv action ping system <destination> vrf
nv action ping system <destination> l3protocol
nv action ping system <destination> source-interface <interface>
nv action reset platform transceiver <port>
nv action traceroute interface <interface>
nv action traceroute interface <interface> packet_len
nv action traceroute interface <interface> hop-count
nv action traceroute interface <interface> source-address
nv action traceroute interface <interface> protocol
nv action delete system log component <component-name> file <file-name>`
nv action delete system log file <file-name>
nv action upload system log file <file-name> <remote-url-upload>
nv action upload system log component <component-name> file <file-name> <remote-url-upload>
```

{{< /tab >}}
{{< tab "nv config ">}}

```
nv action upload system log file <file-name> <remote-url-upload>
```

{{< /tab >}}
Expand Down

0 comments on commit e944e0b

Please sign in to comment.