Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 11:50:40 +0700
From:      Victor Sudakov <vas@sibptus.ru>
To:        freebsd-net@freebsd.org
Cc:        Olivier =?iso-8859-1?Q?Cochard-Labb=E9?= <olivier@freebsd.org>
Subject:   Re: net/bird2 and OSPF v3
Message-ID:  <20201215045040.GA9937@admin.sibptus.ru>
In-Reply-To: <CA%2Bq%2BTcrM__t-ufc2SjgYwUbfbvu5OMw6hfU58j8ta=3R3k1dJg@mail.gmail.com>
References:  <20201214071858.GA58656@admin.sibptus.ru> <CA%2Bq%2BTcrM__t-ufc2SjgYwUbfbvu5OMw6hfU58j8ta=3R3k1dJg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Olivier Cochard-Labb=E9 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), b=
ut
> 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 simultaneousl=
y:

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" {};
    };
}



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

--vkogqOf2sHV7VnPd
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEcBAEBAgAGBQJf2ECgAAoJEA2k8lmbXsY07JwH/2/Ctsm3os31/o/+LkHK65mQ
9qUXQA/qOdXOW8YM1EwszZ7GWdUqR5fzkttweRdhBrkaPzeRz7eRO9qu18R5unbi
S6dNKA1pM8Kdqj6SQR9DC1v5souNd8IBAQLDIwof9TH2f79O45cP4JTTB0KYeVhQ
me8Rp7BdYABiZ8OgTfmkT+3SmZO5l/Z7LjddEBchzxSo/OHoBFeGXmeIdWPOUhCv
dnfvxc19BjIG9O+5O3LWqImCkIHMPZovqX94XxH5A8JV6vH0OD7u3+9xBsjM8MR5
sDU8lnb09dxKy0j8MyzLqEH60T9HSdgx4fDDImF3k7Z/cXmfIpSZtKOQJud+/Mc=
=/CUS
-----END PGP SIGNATURE-----

--vkogqOf2sHV7VnPd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201215045040.GA9937>