From a9a5238fcf73dee77d9351780f53c8b3a98ef8fb Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Sat, 27 Oct 2018 22:24:46 +0300 Subject: [PATCH] bird.confs: add VPN peers --- routing/bird/bird.conf | 8 ++++++++ routing/bird/bird6.conf | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/routing/bird/bird.conf b/routing/bird/bird.conf index 588af54..3dc6ad7 100644 --- a/routing/bird/bird.conf +++ b/routing/bird/bird.conf @@ -57,6 +57,8 @@ template bgp t_any { next hop self; export filter mine; import all; + default bgp_local_pref 50; + } protocol bgp marla_pri from t_any { @@ -75,6 +77,12 @@ protocol bgp hawk_tp from t_any { neighbor 172.31.42.2 as 200533; } +protocol bgp marla_tp_v from t_any { + neighbor 172.31.43.2 as 200533; + default bgp_local_pref 20; +} + + protocol bgp spitfire_pri from t_any { neighbor 172.31.44.100 as 65535; diff --git a/routing/bird/bird6.conf b/routing/bird/bird6.conf index a24b039..83bb541 100644 --- a/routing/bird/bird6.conf +++ b/routing/bird/bird6.conf @@ -44,6 +44,7 @@ template bgp t_any { next hop self; export filter mine; import all; + default bgp_local_pref 50; } protocol bgp marla_pri from t_any { @@ -62,3 +63,8 @@ protocol bgp hawk_tp from t_any { neighbor 2001:67c:21bc:7fff:f0f:fcf0:0:2 as 200533; } +protocol bgp marla_tp_v from t_any { + neighbor 2001:67c:21bc:7fff:f0f:fcf2:0:1 as 200533; + default bgp_local_pref 20; +} +