[SOLVED] SDN with EVPN controller: Routing loop when using multiple exit nodes

yeah inserting rules is quite difficult. What I do is to remove the default route-map and replace it with a fully custom one

Code:
router bgp 65000

 address-family l2vpn evpn

  no neighbor VTEP route-map MAP_VTEP_IN in

  neighbor VTEP route-map MAP_VTEP_IN_CUSTOM in

 exit-address-family

exit

keep in mind, that you have to fully manually manage that one then.
Good stuff Hedius, I didn't even think of this!

For now, we were in need of another piece of hardware anyways, so built it and are just using it for VM's on one of the networks, hence can use it safely as the exit gateway.

The problem with static changes, we're a company of 30 ppl, so trying to keep everyone on the same page without things getting jumbled is a bit challenging.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!