Skip to content

Commit

Permalink
avpn dg - remove flow entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchV85 committed Oct 6, 2024
1 parent f5f5eae commit 8130924
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
key controller
profile IPSEC-PROFILE
Expand Down Expand Up @@ -190,9 +188,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
!
Expand Down Expand Up @@ -254,4 +252,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 @@ -91,8 +91,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
interface Dps1
description TEP IP
Expand Down Expand Up @@ -180,9 +178,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
!
Expand Down Expand Up @@ -240,4 +238,4 @@ stun
server
local-interface Ethernet2
!
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
key controller
profile IPSEC-PROFILE
Expand Down Expand Up @@ -190,9 +188,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
!
Expand Down Expand Up @@ -254,4 +252,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 @@ -91,8 +91,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
interface Dps1
description TEP IP
Expand Down Expand Up @@ -180,9 +178,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
!
Expand Down Expand Up @@ -238,4 +236,4 @@ stun
server
local-interface Ethernet2
!
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
key controller
profile IPSEC-PROFILE
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -214,4 +212,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 @@ -97,8 +97,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
key controller
profile IPSEC-PROFILE
Expand Down Expand Up @@ -178,7 +176,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 @@ -215,4 +213,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 @@ -97,8 +97,6 @@ ip security
shared-key 7 0110100A480E0A0E231D1E
dpd 10 50 clear
mode transport
!
flow entropy udp
!
key controller
profile IPSEC-PROFILE
Expand Down Expand Up @@ -178,7 +176,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 @@ -205,4 +203,4 @@ stun
server-profile DC2-R2-Ethernet2
ip address 192.0.2.14
!
end
end

0 comments on commit 8130924

Please sign in to comment.