From 572fb599030f3cc2f638dfcc69e22130b0f3b099 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 21 Nov 2023 15:16:16 +0100 Subject: [PATCH] hosts/dn42-il-gw5,hosts/dn42-il-gw6: export routes to looking glass --- hosts/dn42-il-gw5/configuration.nix | 20 ++++++++++++++++++++ hosts/dn42-il-gw6/configuration.nix | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) 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; }