From 3e8294dbd97344c1f35c8b2d9ad1da53f088ef3e Mon Sep 17 00:00:00 2001 From: Mitch Vaughan Date: Tue, 17 Sep 2024 11:55:31 -0400 Subject: [PATCH] update autovpn dg full configs (#38) --- .../wan/autovpn/zbackend-infra/clab/configs/DC1-R1.cfg | 10 ++++------ .../wan/autovpn/zbackend-infra/clab/configs/DC1-R2.cfg | 10 ++++------ .../wan/autovpn/zbackend-infra/clab/configs/DC2-R1.cfg | 10 ++++------ .../wan/autovpn/zbackend-infra/clab/configs/DC2-R2.cfg | 10 ++++------ .../wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg | 8 +++----- .../wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg | 8 +++----- .../wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg | 8 +++----- 7 files changed, 25 insertions(+), 39 deletions(-) diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R1.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R1.cfg index e8eefaeb..9bc0bb60 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R1.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R1.cfg @@ -28,9 +28,7 @@ hostname DC1-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site DC1 id 1 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -192,9 +190,9 @@ router bgp 65000 ! address-family evpn neighbor LOCAL-EVPN-PEERS activate - neighbor LOCAL-EVPN-PEERS encapsulation vxlan + neighbor LOCAL-EVPN-PEERS encapsulation vxlan neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection neighbor WAN-OVERLAY-PEERS domain remote route import match-failure action discard ! @@ -256,4 +254,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R2.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R2.cfg index 85594546..ea904342 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R2.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC1-R2.cfg @@ -28,9 +28,7 @@ hostname DC1-R2 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site DC1 id 1 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -184,9 +182,9 @@ router bgp 65000 ! address-family evpn neighbor LOCAL-EVPN-PEERS activate - neighbor LOCAL-EVPN-PEERS encapsulation vxlan + neighbor LOCAL-EVPN-PEERS encapsulation vxlan neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection neighbor WAN-OVERLAY-PEERS domain remote route import match-failure action discard ! @@ -244,4 +242,4 @@ stun server local-interface Ethernet2 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R1.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R1.cfg index 17d3c838..d53c3eec 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R1.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R1.cfg @@ -28,9 +28,7 @@ hostname DC2-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site DC2 id 2 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -192,9 +190,9 @@ router bgp 65000 ! address-family evpn neighbor LOCAL-EVPN-PEERS activate - neighbor LOCAL-EVPN-PEERS encapsulation vxlan + neighbor LOCAL-EVPN-PEERS encapsulation vxlan neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection neighbor WAN-OVERLAY-PEERS domain remote route import match-failure action discard ! @@ -256,4 +254,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R2.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R2.cfg index 24627774..af53b966 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R2.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/DC2-R2.cfg @@ -28,9 +28,7 @@ hostname DC2-R2 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site DC2 id 2 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -184,9 +182,9 @@ router bgp 65000 ! address-family evpn neighbor LOCAL-EVPN-PEERS activate - neighbor LOCAL-EVPN-PEERS encapsulation vxlan + neighbor LOCAL-EVPN-PEERS encapsulation vxlan neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection neighbor WAN-OVERLAY-PEERS domain remote route import match-failure action discard ! @@ -242,4 +240,4 @@ stun server local-interface Ethernet2 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg index 73463bda..3334fd4b 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg @@ -28,9 +28,7 @@ hostname S1-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site SITE1 id 3 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -181,7 +179,7 @@ router bgp 65000 ! address-family evpn neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection ! address-family path-selection bgp additional-paths receive @@ -216,4 +214,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg index 227192f4..1e2cec38 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg @@ -28,9 +28,7 @@ hostname S1-R2 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site SITE1 id 3 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -182,7 +180,7 @@ router bgp 65000 ! address-family evpn neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection ! address-family path-selection bgp additional-paths receive @@ -217,4 +215,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end \ No newline at end of file +end diff --git a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg index a34da670..085d362b 100644 --- a/tech-library/wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg +++ b/tech-library/wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg @@ -28,9 +28,7 @@ hostname S2-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan - region REGION1 id 1 - zone REGION1-ZONE1 id 1 - site SITE2 id 4 +! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -177,7 +175,7 @@ router bgp 65000 ! address-family evpn neighbor WAN-OVERLAY-PEERS activate - neighbor WAN-OVERLAY-PEERS encapsulation path-selection + neighbor WAN-OVERLAY-PEERS encapsulation path-selection ! address-family path-selection bgp additional-paths receive @@ -204,4 +202,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end \ No newline at end of file +end