Skip to content

Commit

Permalink
update autovpn clab configs (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchV85 committed Sep 6, 2024
1 parent b6b53a3 commit 040bdba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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
Expand All @@ -190,7 +190,6 @@ router bgp 65000
!
vrf DEV
rd 10.0.3.1:52
rd evpn domain remote 10.0.3.1:52
route-target import evpn 52:52
route-target export evpn 52:52
neighbor 172.20.3.3 remote-as 65300
Expand All @@ -201,7 +200,6 @@ router bgp 65000
!
vrf PROD
rd 10.0.3.1:51
rd evpn domain remote 10.0.3.1:51
route-target import evpn 51:51
route-target export evpn 51:51
neighbor 172.20.3.1 remote-as 65300
Expand All @@ -218,4 +216,4 @@ stun
server-profile DC2-R2-Ethernet2
ip address 192.0.2.14
!
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ ip route vrf MGMT 0.0.0.0/0 172.100.100.1
arp aging timeout default 1500
!
router bgp 65000
router-id 10.0.3.2
no bgp default ipv4-unicast
distance bgp 20 200 200
graceful-restart restart-time 300
graceful-restart
neighbor default send-community
neighbor WAN-OVERLAY-PEERS peer group
neighbor WAN-OVERLAY-PEERS remote-as 65000
Expand All @@ -177,7 +182,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
Expand Down Expand Up @@ -212,4 +217,4 @@ stun
server-profile DC2-R2-Ethernet2
ip address 192.0.2.14
!
end
end
10 changes: 6 additions & 4 deletions tech-library/wan/autovpn/zbackend-infra/clab/configs/S2-R1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,12 @@ interface Loopback0
ip address 10.0.4.1/32
!
interface Loopback101
vrf DEV
ip address 10.102.4.1/32
vrf PROD
ip address 10.101.4.1/32
!
interface Loopback102
vrf DEV
ip address 10.102.4.1/32
!
interface Management1
vrf MGMT
Expand Down Expand Up @@ -175,7 +177,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
Expand All @@ -202,4 +204,4 @@ stun
server-profile DC2-R2-Ethernet2
ip address 192.0.2.14
!
end
end

0 comments on commit 040bdba

Please sign in to comment.