bird/protocols/4ixp.conf
2020-04-20 04:42:25 +02:00

30 lines
557 B
Text

template bgp ixp_ch {
local 2001:7f8:d0:4b42::45 as my_ripe_asn;
neighbor as 35708;
ipv6 {
table ebgp_v6;
#import keep filtered;
import filter ebgp_import_v6;
export filter ebgp_export_v6;
};
}
protocol bgp ixp_ch_rs1 from ixp_ch {
description "4IXP Routeserver 1";
neighbor 2001:7f8:d0:b901::7d01;
}
protocol bgp ixp_ch_rs2 from ixp_ch {
description "4IXP Routeserver 2";
neighbor 2001:7f8:d0:b901::7d02;
}
protocol bgp ixp_ch_transit1 from ixp_ch {
description "4b42 transit at 4IXP";
neighbor 2001:7f8:d0:b901::7dfe as 60474;
}