bird.confs: add VPN peers
This commit is contained in:
parent
df0610c75d
commit
a9a5238fcf
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue