1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-01 22:16:27 +02:00

Add example about usage of multiple communities in ExaBGP announces

This commit is contained in:
Pavel Odintsov 2015-07-14 14:57:09 +03:00
parent a87c07270b
commit cbfd426bcd

View File

@ -139,6 +139,9 @@ exabgp = off
exabgp_command_pipe = /var/run/exabgp.cmd
exabgp_community = 65001:666
# You could specify multiple communities with this syntax:
# exabgp_community = [65001:666 65001:777]
# Also we could specify different communities for host and subnet announces
# exabgp_community_subnet = 65001:667
# exabgp_community_host = 65001:668