Skip to content

Instantly share code, notes, and snippets.

@microlinux
Created August 22, 2018 05:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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