44 lines
843 B
Text
44 lines
843 B
Text
template bgp kleyrex_fra {
|
|
local 2001:7f8:33::A120:7613:1 as my_ripe_asn;
|
|
neighbor as 31142;
|
|
|
|
ipv6 {
|
|
table ebgp_v6;
|
|
|
|
#import keep filtered;
|
|
import all;
|
|
export filter ebgp_export_v6;
|
|
};
|
|
|
|
graceful restart on;
|
|
}
|
|
|
|
protocol bgp kleyrex_fra_rs1 from kleyrex_fra {
|
|
description "KleyRex FRA RS1";
|
|
|
|
neighbor 2001:7f8:33::a103:1142:1;
|
|
}
|
|
|
|
protocol bgp kleyrex_fra_rs2 from kleyrex_fra {
|
|
description "KleyRex FRA RS2";
|
|
|
|
neighbor 2001:7f8:33::a103:1142:2;
|
|
}
|
|
|
|
protocol bgp kleyrex_fra_rs3 from kleyrex_fra {
|
|
description "KleyRex FRA RS3";
|
|
|
|
neighbor 2001:7f8:33::a103:1142:3;
|
|
}
|
|
|
|
protocol bgp kleyrex_fra_42b4 from kleyrex_fra {
|
|
description "KleyRex FRA 42b4";
|
|
|
|
neighbor 2001:7f8:33::a106:474:1 as 60474;
|
|
}
|
|
|
|
protocol bgp kleyrex_fra_ifog from kleyrex_fra {
|
|
description "KleyRex FRA iFog";
|
|
|
|
neighbor 2001:7f8:33::a103:4927:1 as 34927;
|
|
}
|