diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-26 23:24:54 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 23:24:54 +0300 | 
| commit | d3c556652af80fabe99d110b572b597145aca5da (patch) | |
| tree | f5ef1c8a3a6c5dbc49aec0355c83f2f2602e7fa5 /doc/user | |
| parent | f19817f71daeb3b566ac55e5605c683dfcd70369 (diff) | |
| parent | 500227ae76367ad63b03dd9f6e4064d2067f545f (diff) | |
Merge pull request #15845 from pguibert6WIND/bmp_improvements
Bmp improvements about statistics
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/bmp.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bmp.rst b/doc/user/bmp.rst index 0f46832059..14d0849b34 100644 --- a/doc/user/bmp.rst +++ b/doc/user/bmp.rst @@ -23,6 +23,8 @@ The `BMP` implementation in FRR has the following properties:    - 3: count of **prefixes** with loop in cluster id    - 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 @@ -146,6 +148,11 @@ associated with a particular ``bmp targets``:     Send BMP Statistics (counter) messages at the specified interval (in     milliseconds.) +.. clicmd:: bmp stats send-experimental + +   Send BMP Statistics (counter) messages whose code is defined as +   experimental (in the [65531-65534] range). +  .. clicmd:: bmp monitor AFI SAFI <pre-policy|post-policy|loc-rib>     Perform Route Monitoring for the specified AFI and SAFI.  Only IPv4 and  | 
