Skip to content

Commit

Permalink
updates to router telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 28, 2025
1 parent 66314d0 commit 96c68d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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,9 @@ 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"
Expand Down Expand Up @@ -1641,9 +1642,10 @@ 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 {
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 96c68d1

Please sign in to comment.