Advertisement
cooperlees

Untitled

Jul 8th, 2019
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. cooper@us:~$ cat /etc/exabgp/exabgp.env
  2. [exabgp.api]
  3. ack = true
  4. chunk = 1
  5. cli = true
  6. compact = false
  7. encoder = json
  8. # pipename = 'exabgp'
  9. respawn = true
  10. terminate = false
  11.  
  12. [exabgp.bgp]
  13. openwait = 60
  14.  
  15. [exabgp.cache]
  16. attributes = true
  17. nexthops = true
  18.  
  19. [exabgp.daemon]
  20. daemonize = false
  21. drop = true
  22. pid = ''
  23. umask = '0o137'
  24. user = 'nobody'
  25.  
  26. [exabgp.log]
  27. all = true
  28. configuration = true
  29. daemon = true
  30. destination = 'stdout'
  31. enable = true
  32. level = INFO
  33. message = true
  34. network = true
  35. packets = false
  36. parser = false
  37. processes = true
  38. reactor = true
  39. rib = false
  40. routes = false
  41. short = false
  42. timers = false
  43.  
  44. [exabgp.pdb]
  45. enable = false
  46.  
  47. [exabgp.profile]
  48. enable = false
  49. file = ''
  50.  
  51. [exabgp.reactor]
  52. speed = 1.0
  53.  
  54. [exabgp.tcp]
  55. acl = false
  56. bind = '::'
  57. delay = 0
  58. once = false
  59. port = 179
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement