Skip to content

Commit

Permalink
Merge branch '512-final-review-feedback' into ania-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 29, 2025
2 parents c12bc02 + 9b388c5 commit 0afdeef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,6 @@ When you enable layer 3 router statistic telemetry, the switch exports the follo
| `nvrouting_bgp_peer_rx_updates` | Number of BGP messages received from the neighbor.|
| `nvrouting_bgp_peer_tx_updates` | Number of BGP messages sent to the neighbor. |
| `nvrouting_rib_count` | Number of routes in the routing table for each route source. |
| `nvrouting_rib_total_count` | Total number of routes in the routing table.|
| `nvrouting_rib_count_ipv6` | Tracks the IPv6 RIB route count for each route source. |
| `nvrouting_rib_count_connected` | Tracks the total IPv4 RIB connected route count. |
| `nvrouting_rib_count_bgp` | Tracks the total IPv4 RIB BGP route count. |
Expand Down Expand Up @@ -1589,7 +1588,11 @@ gauge {
}
}
}
```
{{< /expand >}}
<br>
{{< expand "Example JSON data for nvrouting_bgp_peer_fsm_established_transitions:" >}}
```
INFO:root:Metric name: nvrouting_bgp_peer_fsm_established_transitions
INFO:root:Metric:
name: "nvrouting_bgp_peer_fsm_established_transitions"
Expand Down Expand Up @@ -1641,9 +1644,11 @@ gauge {
}
}
}
Example JSON data for RIB:
```
{{< /expand >}}
<br>
{{< expand "Example JSON data for nvrouting_rib_count_bgp_ipv6:" >}}
```
name: "nvrouting_rib_count_bgp_ipv6"
description: "Total Number of ipv6 BGP routes in Zebra"
gauge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ A patch contains a single request to the NVUE service. Ordering of parameters wi

## Translate a Configuration Revision or File

NVUE provides commands to translate an NVUE configuration revision or yaml file into NVUE commands. The revision ID must be either an integer or a named revision (such as startup, applied, pending). The configuration file must be located on the switch and must include the full path to the file containing the configuration you want to translate. The file must be in YAML format and must be accessible with proper read permissions.
NVUE provides commands to translate an NVUE configuration revision or yaml file into NVUE commands. The revision ID must be either an integer or a named revision (such as startup or applied). The configuration file must be located on the switch and must include the full path to the file containing the configuration you want to translate. The file must be in YAML format and must be accessible with proper read permissions.

To translate a specific NVUE configuration revision, run the `nv config translate revision <revision-id>` command. NVUE displays the translation on the console.

Expand Down
1 change: 1 addition & 0 deletions content/cumulus-linux-512/Whats-New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This document supports the Cumulus Linux 5.12 release, and lists new platforms,
- {{<link url="Adding-and-Updating-Packages/#configure-additional-repositories" text="Configure additional package repositories">}}
- {{<link url="FRRouting/#look-up-the-route-for-a-destination" text="Look up the route for a destination">}}
- {{<link url="NVUE-CLI/#filter-nv-show-command-output" text="Addtional nv show command filters to filter by protocol, filter by neighbor state, and to filter neighbor details">}}
- {{<link url="NVUE-API/#retrieve-view-types" text="API support for views with show commands">}}
- {{<link title="Log Files with NVUE" text="Logging commands">}}
- {{<link url="NVUE-CLI/#translate-a-configuration-revision-or-file" text="Commands to translate a revision or yaml configuration file">}}
- {{< expand "Removed NVUE Commands" >}}
Expand Down

0 comments on commit 0afdeef

Please sign in to comment.