Skip to content

Instantly share code, notes, and snippets.

@microlinux
Created August 22, 2018 05:20
Show Gist options
  • Save microlinux/0743fa7e97cc4ca03ef6b8c6fbec855d to your computer and use it in GitHub Desktop.
Save microlinux/0743fa7e97cc4ca03ef6b8c6fbec855d to your computer and use it in GitHub Desktop.
ExaBGP config template
[exabgp.api]
ack = true
chunk = 1
cli = true
compact = false
encoder = json
pipename = 'exabgp'
respawn = true
terminate = false
[exabgp.bgp]
openwait = 60
[exabgp.cache]
attributes = true
nexthops = true
[exabgp.daemon]
daemonize = false
drop = true
pid = ''
umask = '0137'
user = 'nobody'
[exabgp.log]
all = false
configuration = true
daemon = true
destination = '/tmp/exabgp.log'
enable = true
level = INFO
message = false
network = true
packets = false
parser = false
processes = true
reactor = true
rib = false
routes = false
short = false
timers = false
[exabgp.pdb]
enable = false
[exabgp.profile]
enable = false
file = ''
[exabgp.reactor]
speed = 1.0
[exabgp.tcp]
acl = false
bind = '127.0.0.1'
delay = 0
once = false
port = 179
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment