summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/bmp.md
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-05-17 14:29:51 +0900
committerIWASE Yusuke <iwase.yusuke0@gmail.com>2017-05-22 13:12:02 +0900
commitc37b50a024f4b90edf390b3f60d3df0f6c1901e2 (patch)
treec0725435f63340dda7944f9f5d1d1ff3c43164b2 /docs/sources/bmp.md
parent5bb073815657d605c77376a51e6219a593eb7af6 (diff)
config: Add interval seconds for BMP stats reports
This patch suppose the default interval of the BMP stats reports is 0 which disable this feature and the range of this interval is 15 though 65535 seconds to follow Junos OS configuration. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources/bmp.md')
-rw-r--r--docs/sources/bmp.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/sources/bmp.md b/docs/sources/bmp.md
index 574a23d9..e6f6e2bb 100644
--- a/docs/sources/bmp.md
+++ b/docs/sources/bmp.md
@@ -52,6 +52,17 @@ Enable all policies support as follows:
route-monitoring-policy = "all"
```
+To enable BMP stats reports, specify the interval seconds to send statistics messages.
+The default value is 0 and no statistics messages are sent.
+Please note the range of this interval is 15 though 65535 seconds.
+
+```toml
+[[bmp-servers]]
+ [bmp-servers.config]
+ address = "127.0.0.1"
+ port=11019
+ statistics-timeout = 3600
+```
## <a name="verify"> Verification