Bird tdf2
This commit is contained in:
parent
68f8f29e2e
commit
2108e65221
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user