Olivier Cochard-Labbé wrote:
> >
> > Can anyone please share a *working* net/bird2 config with OSPFv3
> > doing both IPv4 and IPv6 routing?
> >
> > Works fine for me with "protocol ospf v2", but as soon as I switch to
> > "protocol ospf v3" I lose all IPv4 network information etc.
> >
> >
> Hi Victor,
> here is a bird example with BGP/RIP/OSPF/STATIC (using jail/vnet here), but
> the dual OSPF v3 / v2 is working:
> https://bsdrp.net/documentation/examples/simple_bgp-rip-ospf_lab_with_bird

Thanks for the link! It's very useful.

I guess, the magic I was missing is in using 2 OSPF processes simultaneously:

protocol ospf v2 opsf4 {
  ipv4 { import all; export all;};
  area 0 {
    interface "epair2a" {};
    };
}

protocol ospf v3 ospf6 {
  ipv6 { import all; export all;};
  area 0 {
    interface "epair2a" {};
    };
}



-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
2:5005/49@fidonet http://vas.tomsk.ru/

Attachment: signature.asc
Description: PGP signature

Reply via email to