36 lines
721 B
Text
36 lines
721 B
Text
template bgp ixp_ch from ebgp_peer_v6 {
|
|
local 2001:7f8:d0:4b42::45;
|
|
neighbor as 35708;
|
|
|
|
ipv6 {
|
|
export filter {
|
|
bgp_path = prepend(bgp_path, my_ripe_asn);
|
|
bgp_path = prepend(bgp_path, my_ripe_asn);
|
|
bgp_path = prepend(bgp_path, my_ripe_asn);
|
|
bgp_path = prepend(bgp_path, my_ripe_asn);
|
|
|
|
if ebgp_export_v6() then
|
|
accept;
|
|
else
|
|
reject;
|
|
};
|
|
};
|
|
}
|
|
|
|
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;
|
|
}
|