diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-25 17:50:24 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-26 08:12:41 +0200 |
commit | 500227ae76367ad63b03dd9f6e4064d2067f545f (patch) | |
tree | f0bfa2b86e9d5e401ca548ca53c6d98ecdef71b9 /doc/user/bmp.rst | |
parent | bgpd: add 'bmp stat send-experimental' command (diff) | |
download | frr-500227ae76367ad63b03dd9f6e4064d2067f545f.tar.xz frr-500227ae76367ad63b03dd9f6e4064d2067f545f.zip |
bgpd: add bmp loc-rib 64 bit gauge value
There is no support for option 8, as per RFC7854.
Add the 64 bit counter in the peer structure.
Add the missing per peer statistic.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/bmp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/bmp.rst b/doc/user/bmp.rst index ec1a51d0f..14d0849b3 100644 --- a/doc/user/bmp.rst +++ b/doc/user/bmp.rst @@ -24,6 +24,7 @@ The `BMP` implementation in FRR has the following properties: - 4: count of **prefixes** with loop in AS-path - 5: count of **prefixes** with loop in originator - 7: count of **routes** in adj-rib-in + - 8: count of **routes** in Loc-RIB - 11: count of updates subjected to :rfc:`7607` "treat as withdrawal" handling due to errors - 65531: *experimental* count of prefixes rejected due to invalid next-hop |