BIRD 3.3.0 Issue with bgp listen in VRF
Arnaud Houdelette-Langlois
arnaud.houdelette at normandie-univ.fr
Tue Jun 2 09:46:17 CEST 2026
Hello.
I’m currently trying to setup an EVPN SDN with proxmox (FRR) and bird
for route reflectors and gateways.
My RR BGP conf is like :
template bgp vtep {
vrf "vrf-underlay";
local as 65000;
source address router_id;
rr client;
#rr cluster id 172.16.2.20;
evpn {
table evpnrr;
igp table underlay;
import all;
export all;
};
}
protocol bgp uproxrtr1 from vtep {
neighbor 172.16.2.21 internal;
}
This is working as long as bird is establishing the connexion. But the
listening socket is opened in the default VRF.
The issue disapear with bird 2.19.0, so I’ll stick with it for now.
--
Arnaud HOUDELETTE-LANGLOIS
Administrateur systèmes et réseaux informatiques
Responsable de la sécurité des systèmes d'information
Normandie-Université
+33 2 31 56 69 54
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20260602/a13d4062/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4949 bytes
Desc: Signature cryptographique S/MIME
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20260602/a13d4062/attachment.p7s>
More information about the Bird-users
mailing list