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