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.
This commit is contained in:
2025-12-22 18:06:08 +00:00
parent 913135d966
commit 3a9c7cd790
10 changed files with 10 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ interface Vxlan1
! !
! IP Routing ! IP Routing
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65001 router bgp 65001

View File

@@ -117,6 +117,7 @@ interface Vxlan1
! !
! IP Routing ! IP Routing
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65001 router bgp 65001

View File

@@ -131,6 +131,7 @@ interface Vxlan1
! IP Routing ! IP Routing
ip routing ip routing
ip routing vrf gold ip routing vrf gold
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65002 router bgp 65002

View File

@@ -131,6 +131,7 @@ interface Vxlan1
! IP Routing ! IP Routing
ip routing ip routing
ip routing vrf gold ip routing vrf gold
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65002 router bgp 65002

View File

@@ -118,6 +118,7 @@ interface Vxlan1
! !
! IP Routing ! IP Routing
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65003 router bgp 65003

View File

@@ -117,6 +117,7 @@ interface Vxlan1
! !
! IP Routing ! IP Routing
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65003 router bgp 65003

View File

@@ -137,6 +137,7 @@ interface Vxlan1
! IP Routing ! IP Routing
ip routing ip routing
ip routing vrf gold ip routing vrf gold
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65004 router bgp 65004

View File

@@ -137,6 +137,7 @@ interface Vxlan1
! IP Routing ! IP Routing
ip routing ip routing
ip routing vrf gold ip routing vrf gold
ip route 100.64.0.0/10 172.16.0.254
! !
! BGP Configuration ! BGP Configuration
router bgp 65004 router bgp 65004

View File

@@ -19,6 +19,7 @@ ip routing
! !
! Enable IP routing to work ! Enable IP routing to work
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! Enable routing protocols ! Enable routing protocols
service routing protocols model multi-agent service routing protocols model multi-agent

View File

@@ -19,6 +19,7 @@ ip routing
! !
! Enable IP routing to work ! Enable IP routing to work
ip routing ip routing
ip route 100.64.0.0/10 172.16.0.254
! !
! Enable routing protocols ! Enable routing protocols
service routing protocols model multi-agent service routing protocols model multi-agent