MPLS L3VPN using bird

Jose Miguel Bentue JoseMiguel.Bentue at EMEA.NEC.COM
Thu Sep 15 19:33:58 CEST 2022


Hello,

I'm trying to establish MPLS L3VPN between bird and another router.

CE1 -- PE1 --- MPLS VPN --- PE2 -- CE2

Can anybody help me with a configuration example?

I have set the configuration at the end of the mail and can see bird establish the BGP session and get routes in alt_ipv4_table. But I don't see the traffic is being routed according to that table.

Thanks in advance and Best Regards

===========================================
vpn4 table alt_ipv4_table;

log syslog all;

router id 10.7.3.106;

protocol device {
        scan time 10;
}

protocol kernel {
        learn;
        persist;
        scan time 2;
        ipv4 {
                import all;
                export all;
        };
        graceful restart;
        merge paths on;
}

protocol bgp uplink1 {
        description "My BGP uplink";
        local 10.7.3.106 as 64516;
        neighbor 10.7.3.180 as 64513;
        ipv4 {
                import filter {reject;};
                export filter {accept;};
        };
        vpn4 mpls {
                table alt_ipv4_table;
                import all;
                export none;
        };
        multihop;
        graceful restart;
        connect delay time 2;
        connect retry time 5;
        error wait time 5,30;
}
============================================



--------------------------------------------------

José Miguel Bentué

Support Engineer


________________________________
Jose Miguel Bentue | VAS Support Engineer | NEC Iberica S.A.U. | C/ Anabel Segura 7, Madrid, 28108, ES | t: +34912032938 | m: +34649930789 | w: www.nec.com

This email (including any attached files) is private and confidential and the exclusive property of NEC Ibérica S.L.U. This message is addressed exclusively to its recipient. If you have received this message by mistake, please notify the sender immediately and proceed to delete the message. Unless you have express permission to do so, please do not distribute or copy this email. Except as otherwise stated, the sender does not intend to create a legal relationship and this email shall not constitute an offer or acceptance which could give rise to a contract. View our privacy policy here: https://es.nec.com/es_ES/emea/privacy/index.html

Este correo electrónico (incluyendo cualquier archivo adjunto) contiene información privada y confidencial y es propiedad exclusiva de NEC Iberica S.L. Este mensaje se dirige exclusivamente a su destinatario. Si ha recibido este mensaje por error, por favor notifíquelo al remitente de inmediato y proceda a eliminarlo de su sistema. A menos que tenga permiso expreso para hacerlo, por favor no distribuya ni copie este correo electrónico. Salvo que se indique lo contrario, el remitente no tiene la intención de establecer una relación legal y este correo electrónico no constituirá una oferta o aceptación que pueda dar lugar a un contrato. Vea nuestra política de privacidad aquí: https://es.nec.com/es_ES/emea/privacy/index.html | Registered Office: NEC Ibérica S.L., Calle Anabel Segura 7, 2ª Plta- 28108 Alcobendas, Madrid, Spain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20220915/8100c59b/attachment.htm>


More information about the Bird-users mailing list