Advertisement
fakrulalam

exabgp.conf

Oct 31st, 2014
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. group gixlg {
  2.     hold-time 180;
  3.     local-as 65440;
  4.     router-id 192.168.1.218;
  5.  
  6.     family {
  7.         inet unicast;
  8.         inet4 unicast;
  9.         inet6 unicast;
  10.     }
  11.  
  12.     process parsed-route-backend {
  13.         receive-routes;
  14.         neighbor-changes;
  15.             peer-updates;
  16.             parse-routes;
  17.  
  18.         run /opt/gixlg/exabgp/collector.py exabgp;
  19.         encoder json;
  20.     }
  21.  
  22.     neighbor 192.168.1.217 {
  23.         local-address 192.168.1.218;
  24.         peer-as 65420;
  25.         description "EXABGP-TEST";
  26.         group-updates;
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement