net/bird2 and OSPF v3
Victor Sudakov
vas at sibptus.ru
Tue Dec 15 04:50:43 UTC 2020
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 at fidonet http://vas.tomsk.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20201215/dad7f3b2/attachment.sig>
More information about the freebsd-net
mailing list