bird/protocols/evix.conf

25 lines
407 B
Text

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;
}