From 3a9c7cd790e950831d3ea3bd2b735573fe7e5e17 Mon Sep 17 00:00:00 2001 From: Damien Date: Mon, 22 Dec 2025 18:06:08 +0000 Subject: [PATCH] feat(configs): add static route for 100.64.0.0/10 subnet for Tailnet Access Update configuration files for all leaf and spine switches to include a new static route for the 100.64.0.0/10 prefix. The route points to the next-hop gateway 172.16.0.254, ensuring proper reachability for the Tailnet range across the network fabric. --- configs/leaf1.cfg | 1 + configs/leaf2.cfg | 1 + configs/leaf3.cfg | 1 + configs/leaf4.cfg | 1 + configs/leaf5.cfg | 1 + configs/leaf6.cfg | 1 + configs/leaf7.cfg | 1 + configs/leaf8.cfg | 1 + configs/spine1.cfg | 1 + configs/spine2.cfg | 1 + 10 files changed, 10 insertions(+) diff --git a/configs/leaf1.cfg b/configs/leaf1.cfg index e41722d..ca4bebf 100644 --- a/configs/leaf1.cfg +++ b/configs/leaf1.cfg @@ -117,6 +117,7 @@ interface Vxlan1 ! ! IP Routing ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65001 diff --git a/configs/leaf2.cfg b/configs/leaf2.cfg index 469055e..cfc1946 100644 --- a/configs/leaf2.cfg +++ b/configs/leaf2.cfg @@ -117,6 +117,7 @@ interface Vxlan1 ! ! IP Routing ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65001 diff --git a/configs/leaf3.cfg b/configs/leaf3.cfg index 9bdf772..3c2a327 100644 --- a/configs/leaf3.cfg +++ b/configs/leaf3.cfg @@ -131,6 +131,7 @@ interface Vxlan1 ! IP Routing ip routing ip routing vrf gold +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65002 diff --git a/configs/leaf4.cfg b/configs/leaf4.cfg index 2a38015..3f700f3 100644 --- a/configs/leaf4.cfg +++ b/configs/leaf4.cfg @@ -131,6 +131,7 @@ interface Vxlan1 ! IP Routing ip routing ip routing vrf gold +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65002 diff --git a/configs/leaf5.cfg b/configs/leaf5.cfg index 968793e..a1c1649 100644 --- a/configs/leaf5.cfg +++ b/configs/leaf5.cfg @@ -118,6 +118,7 @@ interface Vxlan1 ! ! IP Routing ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65003 diff --git a/configs/leaf6.cfg b/configs/leaf6.cfg index 3aaca6c..48846b6 100644 --- a/configs/leaf6.cfg +++ b/configs/leaf6.cfg @@ -117,6 +117,7 @@ interface Vxlan1 ! ! IP Routing ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65003 diff --git a/configs/leaf7.cfg b/configs/leaf7.cfg index 2242995..39fce10 100644 --- a/configs/leaf7.cfg +++ b/configs/leaf7.cfg @@ -137,6 +137,7 @@ interface Vxlan1 ! IP Routing ip routing ip routing vrf gold +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65004 diff --git a/configs/leaf8.cfg b/configs/leaf8.cfg index 7bea660..82f8db7 100644 --- a/configs/leaf8.cfg +++ b/configs/leaf8.cfg @@ -137,6 +137,7 @@ interface Vxlan1 ! IP Routing ip routing ip routing vrf gold +ip route 100.64.0.0/10 172.16.0.254 ! ! BGP Configuration router bgp 65004 diff --git a/configs/spine1.cfg b/configs/spine1.cfg index 2e1a86c..f6438b1 100644 --- a/configs/spine1.cfg +++ b/configs/spine1.cfg @@ -19,6 +19,7 @@ ip routing ! ! Enable IP routing to work ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! Enable routing protocols service routing protocols model multi-agent diff --git a/configs/spine2.cfg b/configs/spine2.cfg index be52332..6ae75d6 100644 --- a/configs/spine2.cfg +++ b/configs/spine2.cfg @@ -19,6 +19,7 @@ ip routing ! ! Enable IP routing to work ip routing +ip route 100.64.0.0/10 172.16.0.254 ! ! Enable routing protocols service routing protocols model multi-agent