HAA1 Configuration

This commit is contained in:
2021-07-18 14:19:36 +00:00
commit ce3d44219c
14 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp llix_rs1_v6 from tpl_routeservers {
neighbor 2001:678:4fc::9 as 59947;
source address 2001:678:4fc::92:197;
description "LL-IX IPv6 RS1";
ipv6 {
export filter as_out;
import all;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp llix_rs2_v6 from tpl_routeservers {
neighbor 2001:678:4fc::2 as 59947;
source address 2001:678:4fc::92:197;
description "LL-IX IPv6 RS2";
ipv6 {
export filter as_out;
import all;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp lynqo_core_mar1_v6 from tpl_internal {
neighbor 2a0c:b641:4c0:8:3::1:2 as 212756;
source address 2a0c:b641:4c0:8:3::1:1;
description "Lynqo MAR1 Core IPv6";
ipv6 {
export all;
import filter mar1_in;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp lynqo_core_mar2_v6 from tpl_internal {
neighbor 2a0c:b641:4c0:8:3::2:2 as 212756;
source address 2a0c:b641:4c0:8:3::2:1;
description "Lynqo MAR2 Core IPv6";
ipv6 {
export all;
import filter mar2_in;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp lynqo_core_mar3_v6 from tpl_internal {
neighbor 2a0c:b641:4c0:8:3::3:2 as 212756;
source address 2a0c:b641:4c0:8:3::3:1;
description "Lynqo MAR3 Core IPv6";
ipv6 {
export all;
import filter mar3_in;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp lynqo_edge_gra1_v6 from tpl_internal {
neighbor 2a0c:b641:4c0:8:1::5:1 as 212756;
source address 2a0c:b641:4c0:8:1::5:2;
description "Lynqo GRA1 Edge IPv6";
ipv6 {
export all;
import all;
};
}

View File

@@ -0,0 +1,13 @@
#
# Lynqo Network NOC - noc [at] lynqo [dot] fr
#
protocol bgp lynqo_edge_par1_v6 from tpl_internal {
neighbor 2a0c:b641:4c0:8:3::5:2 as 212756;
source address 2a0c:b641:4c0:8:3::5:1;
description "Lynqo PAR1 Edge IPv6";
ipv6 {
export all;
import all;
};
}