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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user