[plug] bird routing

William Kenworthy bill at kenworthy.id.au
Fri Oct 18 10:16:33 AWST 2024


ah, looks like I need to set that interface to "stub".

BillK


On 18/10/24 09:29, William Kenworthy wrote:
> Hi all,
>
> Ive lost patience with "frr" (routing daemon) and have decided to 
> convert to using "bird" instead.  I am using ospf and its operating a 
> lot better than "frr" does.
>
> I have one road block - I want to set ospf passive-interface on one 
> interface and I cant get (or prove) that is working as debugging says 
> LSA's are still going out.  According to various commands, the bfd 
> protocol is up, but no bfd sessions exist.  Can someone suggest where 
> I am going wrong?
>
>
> Relevant parts of bird.conf:
>
> protocol bfd {
>         interface "enp0s21f0u1" {
>                 passive;
>         };
> }
>
> ...
>
> protocol ospf v2 {
>         ipv4 {
>             import all;
>             export where source = RTS_STATIC;
>         };
>         area 0 {
>                 interface "enp0s21f0u1" {
>                         type broadcast;
>                         bfd on;
>                 };
> ... etc.
>
> _______________________________________________
> PLUG discussion list: plug at plug.org.au
> http://lists.plug.org.au/mailman/listinfo/plug
> Committee e-mail: committee at plug.org.au
> PLUG Membership: http://www.plug.org.au/membership


More information about the plug mailing list