Fix network "hub-and-spokes-vpns" dataset (#3800)

* Change Hub's VPN Router ASN from 64515 to 64517
This commit is contained in:
Samuele Perticarari
2026-03-18 11:18:55 +01:00
committed by GitHub
parent b4172ec174
commit e67b2944a4
2 changed files with 3 additions and 3 deletions

View File

@@ -27,13 +27,13 @@ tunnels:
shared_secret: foobar
bgp_peer:
address: 169.254.2.1
asn: 64515
asn: 64517
bgp_session_range: "169.254.2.2/30"
vpn_gateway_interface: 0
remote-1:
shared_secret: foobar
bgp_peer:
address: 169.254.2.5
asn: 64515
asn: 64517
bgp_session_range: "169.254.2.6/30"
vpn_gateway_interface: 1

View File

@@ -11,7 +11,7 @@ mtu: 1500
routers:
vpn-router:
region: $locations:primary
asn: 64515
asn: 64517
routes:
default:
dest_range: 0.0.0.0/0