diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-05-26 10:47:45 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-03 18:18:23 +0900 |
commit | bbf4b7c2a9bf53c560168427f632edd7bd06506f (patch) | |
tree | fc70e19497ab4c8d28f988e3f9668e520c78090a /docs | |
parent | 4eb493a84c1f394c703e1c68b5c6086a1b7382f6 (diff) |
config: Option to enable BMP Route Mirroring
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/bmp.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/sources/bmp.md b/docs/sources/bmp.md index e6f6e2bb..22f6a193 100644 --- a/docs/sources/bmp.md +++ b/docs/sources/bmp.md @@ -64,6 +64,17 @@ Please note the range of this interval is 15 though 65535 seconds. statistics-timeout = 3600 ``` +To enable route mirroring feature, specify `true` for `route-mirroring-enabled` option. +Please note this option is mainly for debugging purpose. + +```toml +[[bmp-servers]] + [bmp-servers.config] + address = "127.0.0.1" + port=11019 + route-mirroring-enabled = true +``` + ## <a name="verify"> Verification Let's check if BMP works with a bmp server. GoBGP also supports BMP server (currently, just shows received BMP messages in the json format). |