diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index 360a858..4d28052 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -158,6 +158,26 @@ neighbor fd81:edb3:71d8:ffff::14 as 4242422953; } + # Internal + protocol bgp peer_2953_dn42_ildix_service { + local as 4242422574; + neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953; + source address fd81:edb3:71d8:ffff:2574::5; + multihop 64; + ipv6 { + table bgp6; + igp table ospf6; + next hop keep; + add paths tx; + import filter { + reject; + }; + export filter { + accept; + }; + }; + } + protocol device { scan time 10; } diff --git a/hosts/dn42-il-gw6/configuration.nix b/hosts/dn42-il-gw6/configuration.nix index 46cfed0..15837c2 100644 --- a/hosts/dn42-il-gw6/configuration.nix +++ b/hosts/dn42-il-gw6/configuration.nix @@ -158,6 +158,26 @@ neighbor fd81:edb3:71d8:ffff::14 as 4242422953; } + # Internal + protocol bgp peer_2953_dn42_ildix_service { + local as 4242422574; + neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953; + source address fd81:edb3:71d8:ffff:2574::6; + multihop 64; + ipv6 { + table bgp6; + igp table ospf6; + next hop keep; + add paths tx; + import filter { + reject; + }; + export filter { + accept; + }; + }; + } + protocol device { scan time 10; }