[Babel-users] babeld + ospf with quagga

Matthieu Boutier boutier at pps.univ-paris-diderot.fr
Tue Jun 18 09:14:08 UTC 2013


Hello,

> I'm using babeld stand alone daemon:
> babeld 'redistribute metric 128' wlan0
> 
> And in quagga I tryed to do this:
> router ospf
> redistribute babel


The objective of quagga is to have all your routing suite in quagga :
ospf-quagga don't speak to the kernel, but to zebrad, which one speaks to the kernel. When you specified "redistribute babeld" to ospf, it means that you tells ospf to redistribute the routes installed in zebrad by babel-quagga.

The standalone babeld redistribute ospf routes because they are installed in the kernel, and babeld directly lookups in the kernel.

So in fact, you should tell "redistribute kernel" (I think).

Matthieu




More information about the Babel-users mailing list