add new peer for EVIX

This commit is contained in:
Steffen Vogel 2020-04-22 17:43:27 +02:00
parent c8018c3bd8
commit ae6dbc2c04

25
protocols/evix.conf Normal file
View file

@ -0,0 +1,25 @@
template bgp evix {
local 2602:fed2:fff:ffff::233 as my_ripe_asn;
ipv6 {
table ebgp_v6;
import keep filtered;
import all;
export filter ebgp_export_v6;
};
graceful restart on;
}
protocol bgp evix_rs1 from evix {
description "EVIX RS1";
neighbor 2602:fed2:fff:ffff::1 as 137933;
}
protocol bgp evix_rs2 from evix {
description "EVIX RS2";
neighbor 2602:fed2:fff:ffff::253 as 209762;
}