123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- # Gitoyen <contact@gitoyen.net>
- #
- # vim: set ts=4:sw=4
- #
- # Default configuration for all bgp templates
- #
- template bgp tpl_bgp {
- # Use MED for routes received by different ASes
- med metric;
- }
- #
- # iBGP: Backbone
- #
- template bgp ibgp from tpl_bgp {
- direct;
- gateway direct;
- preference 50;
- local as 20766;
- next hop self;
- import where bgp_import(20766,"core",0,100);
- export where bgp_export(20766,"core");
- }
- protocol bgp core_xray from ibgp {
- description "X-Ray - iBGP";
- neighbor 2001:910::4 as 20766;
- }
- protocol bgp core_vodka from ibgp {
- description "Vodka - iBGP";
- neighbor 2001:910::7 as 20766;
- }
- #
- # Member: FDN
- #
- template bgp tpl_fdn from tpl_bgp {
- local as 20766;
- description "Livraison FDN";
- import where bgp_import(65055,"member",50000,500);
- export where bgp_export(65055,"default");
- }
- protocol bgp member_fdn1 from tpl_fdn {
- neighbor 2001:910:0:800::213 as 65055;
- }
- protocol bgp member_fdn2 from tpl_fdn {
- neighbor 2001:910:0:800::214 as 65055;
- }
- #
- # Member: Lorraine Data Network
- #
- template bgp tpl_ldn from tpl_bgp {
- local as 20766;
- import keep filtered;
- description "Livraison Lorraine Data Network";
- import where bgp_import(60197,"member",40000,500);
- export where bgp_export(60197,"full");
- }
- protocol bgp member_ldn1 from tpl_ldn {
- # cannibalon
- neighbor 2001:910:0:171::197 as 60197;
- }
- protocol bgp member_ldn2 from tpl_ldn {
- # eternium
- neighbor 2001:910:0:171::198 as 60197;
- }
- protocol bgp member_ldn3 {
- # midway network (AS204708)
- description "Livraison Lorraine Data Network - Midways Network";
- local as 20766;
- neighbor 2001:910:0:171::195 as 204708;
- import where bgp_import(204708,"member",40000,500);
- export where bgp_export(204708,"full");
- }
- #
- # Member: Neutrinet
- #
- template bgp tpl_neutrinet from tpl_bgp {
- local as 20766;
- description "Livraison Neutrinet";
- import where bgp_import(204059,"member",40000,500);
- export where bgp_export(204059,"members");
- }
- protocol bgp member_neutrinet from tpl_neutrinet {
- neighbor 2001:910:0:108::238 as 204059;
- }
- #
- # Transit: Absolight
- #
- template bgp tpl_absolight from tpl_bgp {
- local as 20766;
- description "Transit Absolight";
- import where bgp_import(29608,"transit",10004,500);
- export where bgp_export(29608,"members");
- }
- protocol bgp transit_absolight from tpl_absolight {
- neighbor 2a01:678:1000:1::1 as 29608;
- description "Transit Absolight";
- }
- #
- # Transit: Ielo (th2)
- #
- template bgp tpl_ielo {
- local as 20766;
- description "Transit Ielo (th2)";
- import where bgp_import(29075,"transit",10003,500);
- export where bgp_export(29075,"members");
- }
- protocol bgp transit_ielo from tpl_ielo {
- neighbor 2a02:2178:3:5::1 as 29075;
- description "Transit Ielo (th2)";
- }
- #
- # Peering: Grenode
- #
- template bgp tpl_grenode from tpl_bgp {
- local as 20766;
- description "Peering Grenode";
- import where bgp_import(51083,"peering",30000,500);
- export where bgp_export(51083,"members");
- }
- protocol bgp peering_grenode1 from tpl_grenode {
- neighbor 2001:910:0:116::222 as 51083;
- }
- #
- # Peering: FranceIX
- #
- template bgp tpl_franceix_rs from tpl_bgp {
- local as 20766;
- import where bgp_import(51706,"peering",26000,210);
- export where bgp_export(51706,"members");
- import limit 30000;
- }
- template bgp tpl_franceix_peers from tpl_bgp {
- local as 20766;
- import where bgp_import(51706,"peering",26000,200);
- export where bgp_export(51706,"members");
- import limit 10000;
- }
- protocol bgp franceix_rs1 from tpl_franceix_rs {
- neighbor 2001:7f8:54::250 as 51706;
- description "FranceIX Route Server 1";
- }
- protocol bgp franceix_rs2 from tpl_franceix_rs {
- neighbor 2001:7f8:54::251 as 51706;
- description "FranceIX Route Server 2";
- }
- protocol bgp franceix_6939 from tpl_franceix_peers {
- neighbor 2001:7f8:54::10 as 6939;
- description "FranceIX / AS-HURRICANE";
- import limit 50000;
- }
- protocol bgp franceix_20562 from tpl_franceix_peers {
- neighbor 2001:7f8:54::68 as 20562;
- description "FranceIX / AS-OPENPEERING-EU";
- }
- protocol bgp franceix_34019 from tpl_franceix_peers {
- neighbor 2001:7f8:54::71 as 34019;
- description "FranceIX / AS-HIVANE";
- }
- protocol bgp franceix_42473 from tpl_franceix_peers {
- neighbor 2001:7f8:54::85 as 42473;
- description "FranceIX / AS-ANEXIA";
- }
- protocol bgp franceix_197692 from tpl_franceix_peers {
- neighbor 2001:7f8:54::133 as 197692;
- description "FranceIX / AS-CONOSTIX";
- }
- protocol bgp franceix_29467 from tpl_franceix_peers {
- neighbor 2001:7f8:54::227 as 29467;
- description "FranceIX / AS-LUXNETWORK";
- }
- protocol bgp franceix_197422 from tpl_franceix_peers {
- neighbor 2001:7f8:54::233 as 197422;
- description "FranceIX / Tetaneutral";
- }
- protocol bgp franceix_13335 from tpl_franceix_peers {
- neighbor 2001:7f8:54::1:49 as 13335;
- description "FranceIX / Cloudfare";
- }
- protocol bgp franceix_2484 from tpl_franceix_peers {
- neighbor 2001:7f8:54::20 as 2484;
- description "FranceIX / AFNIC";
- }
- protocol bgp franceix_42 from tpl_franceix_peers {
- neighbor 2001:7f8:54::92 as 42;
- description "FranceIX / AS-PCH";
- }
- protocol bgp franceix_3856 from tpl_franceix_peers {
- neighbor 2001:7f8:54::91 as 3856;
- description "FranceIX / AS-PCH";
- }
- protocol bgp franceix_39405 from tpl_franceix_peers {
- neighbor 2001:7f8:54::220 as 39405;
- description "FranceIX / FULLSAVE-AS";
- import limit 60000;
- }
- #
- # Peering: EquinIX
- #
- # EquinIX: route collector (only for monitoring)
- template bgp tpl_equinix_rc from tpl_bgp {
- local as 20766;
- import where bgp_import(65517,"peering",22000,310);
- export where bgp_export(65517,"members");
- import limit 10;
- }
- protocol bgp equinix_rc1 from tpl_equinix_rc {
- neighbor 2001:7f8:43::6:5517:1 as 65517;
- description "EquinIX Route Collector 1";
- }
- # EquinIX: Route server
- template bgp tpl_equinix_rs from tpl_bgp {
- local as 20766;
- import where bgp_import(24115,"peering",22000,310);
- export where bgp_export(24115,"members");
- import limit 100000;
- }
- template bgp tpl_equinix_peers from tpl_bgp {
- local as 20766;
- import where bgp_import(24115,"peering",22000,300);
- export where bgp_export(24115,"members");
- import limit 10000;
- }
- protocol bgp equinix_rs1 from tpl_equinix_rs {
- neighbor 2001:7f8:43:0:ffff:ffff:ffff:1 as 24115;
- description "EquinIX Route Server 1";
- }
- protocol bgp equinix_rs2 from tpl_equinix_rs {
- neighbor 2001:7f8:43:0:ffff:ffff:ffff:2 as 24115;
- description "EquinIX Route Server 2";
- }
- protocol bgp equinix_6939 from tpl_equinix_peers {
- neighbor 2001:7f8:43::6939:1 as 6939;
- description "EquinIX / AS-HURRICANE";
- import limit 32000;
- }
- protocol bgp equinix_21371_1 from tpl_equinix_peers {
- neighbor 2001:07f8:43::2:1371:1 as 21371;
- description "EquinIX / AS-EQUINIX-EU 1";
- import limit 100;
- }
- protocol bgp equinix_21371_2 from tpl_equinix_peers {
- neighbor 2001:07f8:43::2:1371:2 as 21371;
- description "EquinIX / AS-EQUINIX-EU 2";
- import limit 100;
- }
- protocol bgp equinix_198507 from tpl_equinix_peers {
- neighbor 2001:7f8:43::19:8507:1 as 198507;
- description "EquinIX / AS-QUANTIC";
- import limit 50;
- }
- protocol bgp equinix_2486 from tpl_equinix_peers {
- neighbor 2001:7f8:43::2486:1 as 2486;
- description "EquinIX / AS-AFNIC";
- import limit 50;
- }
- protocol bgp equinix_43142 from tpl_equinix_peers {
- neighbor 2001:7f8:43::4:3142:1 as 43142;
- description "EquinIX / AS-Adelinovius";
- import limit 250;
- }
- protocol bgp equinix_49463 from tpl_equinix_peers {
- neighbor 2001:7f8:43::4:9463:1 as 49463;
- description "EquinIX / AS-LNCSA";
- import limit 25;
- }
- protocol bgp equinix_16276 from tpl_equinix_peers {
- neighbor 2001:7f8:43::1:6276:1 as 16276;
- description "EquinIX / AS-OVH";
- import limit 200;
- }
- protocol bgp equinix_4651 from tpl_equinix_peers {
- neighbor 2001:7f8:43::4651:1 as 4651;
- description "EquinIX / CAT TELECOM THIX";
- import limit 1000;
- }
- protocol bgp equinix_200780 from tpl_equinix_peers {
- neighbor 2001:7f8:43::20:780:1 as 200780;
- description "EquinIX / APPLIWAVE";
- import limit 25;
- }
- protocol bgp equinix_15169 from tpl_equinix_peers {
- neighbor 2001:7f8:43::1:5169:1 as 15169;
- description "EquinIX / GOOGLE";
- import limit 1000;
- password "REDACTED";
- disabled;
- }
|