[SOLVED] SDN EVPN Controller: How to enable ebgp-multihop + allowas-in?

EduFrazao

New Member
Aug 1, 2024
2
0
1
Hi!
I use a classic leaf/spine model, where I do establish a BGP session to my leafs, and a EVPN directly on spine.
I use my leafs as Underlay to my spines, and to reach then, I need to use a multihop connection.

So, I only need to able to set ebgp-multihop (that is alread avaliable on the bgp controller).
I also need to configure allowas-in 1 on my l2vpn evpn family on VTEP peer group.
Is it possible?
 
Last edited:
Solved:
I used the overrides file (/etc/frr/frr.conf.local) to customize this flags:
Code:
router bgp 42014001
 neighbor VTEP ebgp-multihop 3
 !
 address-family l2vpn evpn
  neighbor VTEP allowas-in 1
 exit-address-family