Parcourir la source

conf: Yankee and Zoulou router are now decommissioned

Sebastien Badia il y a 7 ans
Parent
commit
efcea96f89
2 fichiers modifiés avec 0 ajouts et 16 suppressions
  1. 0 8
      etc/local/bird/bird/bgp.conf
  2. 0 8
      etc/local/bird/bird6/bgp.conf

+ 0 - 8
etc/local/bird/bird/bgp.conf

@@ -24,18 +24,10 @@ template bgp ibgp from tpl_bgp {
 	export where bgp_export(20766,"core");
 }
 
-protocol bgp core_yankee from ibgp {
-        description "Yankee - iBGP";
-	neighbor 80.67.168.19 as 20766;
-}
 protocol bgp core_xray from ibgp {
         description "X-Ray - iBGP";
 	neighbor 80.67.168.4 as 20766;
 }
-protocol bgp core_zoulou from ibgp {
-        description "Zoulou - iBGP";
-	neighbor 80.67.168.1 as 20766;
-}
 protocol bgp core_vodka from ibgp {
         description "Vodka - iBGP";
         neighbor 80.67.168.7 as 20766;

+ 0 - 8
etc/local/bird/bird6/bgp.conf

@@ -23,18 +23,10 @@ template bgp ibgp from tpl_bgp {
         export where bgp_export(20766,"core");
 }
 
-protocol bgp core_yankee from ibgp {
-        description "Yankee - iBGP";
-	neighbor 2001:910::19 as 20766;
-}
 protocol bgp core_xray from ibgp {
         description "X-Ray - iBGP";
 	neighbor 2001:910::4 as 20766;
 }
-protocol bgp core_zoulou from ibgp {
-        description "Zoulou - iBGP";
-	neighbor 2001:910::1 as 20766;
-}
 protocol bgp core_vodka from ibgp {
         description "Vodka - iBGP";
         neighbor 2001:910::7 as 20766;