diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-25 17:30:57 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2024-04-26 08:12:38 +0200 |
| commit | 7ba991cf963ffb0dd041893132651c980376dd75 (patch) | |
| tree | dd41343d33c9b0be83f50ead1f14852b6ce86b5d /doc | |
| parent | e6374a20f3074ba2744476048daa4cbe85e5438b (diff) | |
bgpd: add 'bmp stat send-experimental' command
Some wireshark versions can not decode the experimental
bmp stat code. This may also be the case for some collectors.
Add a vty command to be able to disable bmp to sending
those values.
> [no] bmp stat send-experimental
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bmp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bmp.rst b/doc/user/bmp.rst index c553b7c985..ec1a51d0f8 100644 --- a/doc/user/bmp.rst +++ b/doc/user/bmp.rst @@ -147,6 +147,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 |
