From 2108e652216d98c6c40ddf27a7796e0858996017 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Thu, 12 May 2016 21:14:14 +0200 Subject: [PATCH] Bird tdf2 --- files/bird-troisdorf2.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/files/bird-troisdorf2.conf b/files/bird-troisdorf2.conf index 682386b..e8adfec 100644 --- a/files/bird-troisdorf2.conf +++ b/files/bird-troisdorf2.conf @@ -13,7 +13,7 @@ #debug protocols all; # Override router ID -router id 10.188.255.1; +router id 10.188.255.2; protocol direct { @@ -63,32 +63,32 @@ template bgp uplink { }; protocol bgp ffrl_bb_a_ak_ber from uplink { - source address 100.64.6.13; - neighbor 100.64.6.12 as 201701; + source address 100.64.6.25; + neighbor 100.64.6.24 as 201701; }; protocol bgp ffrl_bb_b_ak_ber from uplink { - source address 100.64.6.19; - neighbor 100.64.6.18 as 201701; + source address 100.64.6.31; + neighbor 100.64.6.30 as 201701; }; protocol bgp ffrl_bb_a_ix_dus from uplink { - source address 100.64.6.17; - neighbor 100.64.6.16 as 201701; + source address 100.64.6.29; + neighbor 100.64.6.28 as 201701; }; protocol bgp ffrl_bb_b_ix_dus from uplink { - source address 100.64.6.23; - neighbor 100.64.6.22 as 201701; + source address 100.64.6.35; + neighbor 100.64.6.34 as 201701; }; protocol bgp ffrl_bb_a_fra3_fra from uplink { - source address 100.64.6.15; - neighbor 100.64.6.14 as 201701; + source address 100.64.6.27; + neighbor 100.64.6.26 as 201701; }; protocol bgp ffrl_bb_b_fra3_fra from uplink { - source address 100.64.6.21; - neighbor 100.64.6.20 as 201701; + source address 100.64.6.33; + neighbor 100.64.6.32 as 201701; };