# Configure logging log syslog { warning, error, fatal, bug }; # Turn on global debugging of all protocols # debug protocols all; # Override router ID and store ASN router id 89.234.186.206; ##################### # GENERAL PROTOCOLS # ##################### # This pseudo-protocol watches all interface up/down events. protocol device { # Scan interfaces every 5 seconds scan time 5; } protocol direct {} protocol kernel { persist; import none; export all; } protocol bgp bgp_phibee_radius { local as 204092; neighbor 78.41.191.124 as 8487; export where proto = "direct1"; export filter { if net ~ [ 89.234.186.10/32 ] then accept; }; } protocol bgp bgp_phibee_lns { local as 204092; neighbor 78.41.191.126 as 8487; export where proto = "direct1"; export filter { if net ~ [ 89.234.186.11/32 ] then accept; }; } protocol bgp ibgp_nominoe { local as 204092; neighbor 89.234.186.203 as 204092; export where proto = "direct1"; next hop self; } protocol bgp ibgp_budic { local as 204092; neighbor 89.234.186.202 as 204092; export where proto = "direct1"; next hop self; }