HAA1 Configuration
This commit is contained in:
13
etc/bird/peers/llix_rs1_v6.conf
Normal file
13
etc/bird/peers/llix_rs1_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/llix_rs2_v6.conf
Normal file
13
etc/bird/peers/llix_rs2_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/lynqo_core_mar1_v6.conf
Normal file
13
etc/bird/peers/lynqo_core_mar1_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/lynqo_core_mar2_v6.conf
Normal file
13
etc/bird/peers/lynqo_core_mar2_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/lynqo_core_mar3_v6.conf
Normal file
13
etc/bird/peers/lynqo_core_mar3_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/lynqo_edge_gra1_v6.conf
Normal file
13
etc/bird/peers/lynqo_edge_gra1_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
13
etc/bird/peers/lynqo_edge_par1_v6.conf
Normal file
13
etc/bird/peers/lynqo_edge_par1_v6.conf
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user