Advertisement
fakrulalam

exabgp.env

Oct 31st, 2014
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. [exabgp.api]
  2. encoder = text
  3.  
  4. [exabgp.cache]
  5. attributes = true
  6. nexthops = true
  7.  
  8. [exabgp.daemon]
  9. daemonize = true`
  10. pid = '/opt/gixlg/exabgp/exabgp.pid'
  11. user = 'root'
  12.  
  13. [exabgp.log]
  14. all = false
  15. configuration = false
  16. daemon = true
  17. destination = '/opt/gixlg/exabgp/log_exabgp'
  18. enable = true
  19. level = INFO
  20. message = false
  21. network = true
  22. packets = false
  23. parser = false
  24. processes = true
  25. rib = false
  26. routes = false
  27. short = false
  28. supervisor = true
  29. timers = false
  30.  
  31. [exabgp.pdb]
  32. enable = false
  33.  
  34. [exabgp.profile]
  35. enable = false
  36. file = ''
  37.  
  38. [exabgp.tcp]
  39. once = true
  40. timeout = 1
  41. port = 179
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement