Bird tdf2

This commit is contained in:
Stefan Hoffmann 2016-05-12 21:14:14 +02:00
parent 68f8f29e2e
commit 2108e65221

View File

@ -13,7 +13,7 @@
#debug protocols all; #debug protocols all;
# Override router ID # Override router ID
router id 10.188.255.1; router id 10.188.255.2;
protocol direct { protocol direct {
@ -63,32 +63,32 @@ template bgp uplink {
}; };
protocol bgp ffrl_bb_a_ak_ber from uplink { protocol bgp ffrl_bb_a_ak_ber from uplink {
source address 100.64.6.13; source address 100.64.6.25;
neighbor 100.64.6.12 as 201701; neighbor 100.64.6.24 as 201701;
}; };
protocol bgp ffrl_bb_b_ak_ber from uplink { protocol bgp ffrl_bb_b_ak_ber from uplink {
source address 100.64.6.19; source address 100.64.6.31;
neighbor 100.64.6.18 as 201701; neighbor 100.64.6.30 as 201701;
}; };
protocol bgp ffrl_bb_a_ix_dus from uplink { protocol bgp ffrl_bb_a_ix_dus from uplink {
source address 100.64.6.17; source address 100.64.6.29;
neighbor 100.64.6.16 as 201701; neighbor 100.64.6.28 as 201701;
}; };
protocol bgp ffrl_bb_b_ix_dus from uplink { protocol bgp ffrl_bb_b_ix_dus from uplink {
source address 100.64.6.23; source address 100.64.6.35;
neighbor 100.64.6.22 as 201701; neighbor 100.64.6.34 as 201701;
}; };
protocol bgp ffrl_bb_a_fra3_fra from uplink { protocol bgp ffrl_bb_a_fra3_fra from uplink {
source address 100.64.6.15; source address 100.64.6.27;
neighbor 100.64.6.14 as 201701; neighbor 100.64.6.26 as 201701;
}; };
protocol bgp ffrl_bb_b_fra3_fra from uplink { protocol bgp ffrl_bb_b_fra3_fra from uplink {
source address 100.64.6.21; source address 100.64.6.33;
neighbor 100.64.6.20 as 201701; neighbor 100.64.6.32 as 201701;
}; };