diff --git a/content/cumulus-linux-512/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md b/content/cumulus-linux-512/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md index 646134c93e..6f5e47952b 100644 --- a/content/cumulus-linux-512/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md +++ b/content/cumulus-linux-512/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md @@ -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. | @@ -1589,7 +1588,11 @@ gauge { } } } - +``` +{{< /expand >}} +
+{{< 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" @@ -1641,9 +1644,11 @@ gauge { } } } - -Example JSON data for RIB: - +``` +{{< /expand >}} +
+{{< 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 { diff --git a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md index 108ca19279..1b12a1a9b2 100644 --- a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md +++ b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-CLI.md @@ -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 ` command. NVUE displays the translation on the console. diff --git a/content/cumulus-linux-512/Whats-New/_index.md b/content/cumulus-linux-512/Whats-New/_index.md index 95e9103cca..05ef88d822 100644 --- a/content/cumulus-linux-512/Whats-New/_index.md +++ b/content/cumulus-linux-512/Whats-New/_index.md @@ -43,6 +43,7 @@ This document supports the Cumulus Linux 5.12 release, and lists new platforms, - {{}} - {{}} - {{}} + - {{}} - {{}} - {{}} - {{< expand "Removed NVUE Commands" >}}