From 1191ab32ef8f7386c6217a6683dec24fe51391bc Mon Sep 17 00:00:00 2001 From: Mitch Vaughan Date: Mon, 23 Sep 2024 16:24:48 +0000 Subject: [PATCH] autovpn configs --- .../autovpn/zbackend-infra/clab/configs/DC1-R1.cfg | 9 ++++----- .../autovpn/zbackend-infra/clab/configs/DC1-R2.cfg | 9 ++++----- .../autovpn/zbackend-infra/clab/configs/DC2-R1.cfg | 11 +++++------ .../autovpn/zbackend-infra/clab/configs/DC2-R2.cfg | 9 ++++----- .../wan/autovpn/zbackend-infra/clab/configs/S1-R1.cfg | 9 ++++----- .../wan/autovpn/zbackend-infra/clab/configs/S1-R2.cfg | 9 ++++----- .../wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg | 9 ++++----- 7 files changed, 29 insertions(+), 36 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 9bc0bb60..556990e4 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: DC1-R1 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: DC1-R1 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -28,7 +28,6 @@ hostname DC1-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan -! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -190,9 +189,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 ! @@ -254,4 +253,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end +end \ No newline at end of file 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 ea904342..7d3b76f6 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: DC1-R2 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: DC1-R2 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -28,7 +28,6 @@ hostname DC1-R2 ! router adaptive-virtual-topology topology role edge gateway vxlan -! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -182,9 +181,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 +241,4 @@ stun server local-interface Ethernet2 ! -end +end \ No newline at end of file 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 d53c3eec..44eb87e1 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: DC2-R1 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: DC2-R1 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -28,7 +28,6 @@ hostname DC2-R1 ! router adaptive-virtual-topology topology role edge gateway vxlan -! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -56,7 +55,7 @@ router path-selection ipsec profile IPSEC-PROFILE ! local interface Ethernet2 - stun server-profile DC2-R2-Ethernet2 DC1-R2-Ethernet2 + stun server-profile DC1-R2-Ethernet2 DC2-R2-Ethernet2 ! peer dynamic ! @@ -190,9 +189,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 ! @@ -254,4 +253,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end +end \ No newline at end of file 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 af53b966..201634ae 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: DC2-R2 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: DC2-R2 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -28,7 +28,6 @@ hostname DC2-R2 ! router adaptive-virtual-topology topology role edge gateway vxlan -! ! policy DEFAULT-AVT-POLICY match application-profile default @@ -182,9 +181,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 ! @@ -240,4 +239,4 @@ stun server local-interface Ethernet2 ! -end +end \ No newline at end of file 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 3334fd4b..3d6602c4 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: S1-R1 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: S1-R1 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -27,8 +27,7 @@ service routing protocols model multi-agent hostname S1-R1 ! router adaptive-virtual-topology - topology role edge gateway vxlan -! + topology role edge ! policy DEFAULT-AVT-POLICY match application-profile default @@ -179,7 +178,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 @@ -214,4 +213,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end +end \ No newline at end of file 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 1e2cec38..010f5ce2 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: S1-R2 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: S1-R2 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -27,8 +27,7 @@ service routing protocols model multi-agent hostname S1-R2 ! router adaptive-virtual-topology - topology role edge gateway vxlan -! + topology role edge ! policy DEFAULT-AVT-POLICY match application-profile default @@ -180,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 @@ -215,4 +214,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end +end \ No newline at end of file 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 085d362b..e5f34ee8 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 @@ -1,5 +1,5 @@ ! Command: show running-config -! device: S2-R1 (cEOSCloudLab, EOS-4.32.2F-37806342.jamunarel (engineering build)) +! device: S2-R1 (vEOS, EOS-4.33.0F-38663457.eostrunkshipping (engineering build)) ! no aaa root ! @@ -27,8 +27,7 @@ service routing protocols model multi-agent hostname S2-R1 ! router adaptive-virtual-topology - topology role edge gateway vxlan -! + topology role edge ! policy DEFAULT-AVT-POLICY match application-profile default @@ -175,7 +174,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 @@ -202,4 +201,4 @@ stun server-profile DC2-R2-Ethernet2 ip address 192.0.2.14 ! -end +end \ No newline at end of file