[Olsr-users] OLSR 0.6.5.2 QUAGGA plugin but does not export all routes to QUAGGA

Ros Molodyko (spam-protected)
Wed Apr 3 23:45:56 CEST 2013


All,

I tested the QUAGGA plugin and discovered that it successfully imports the routes from QUAGGA to OLSR (I tested OSPF and OSPFv6), but exporting from OLSR to QUAGGA is not working well.

I have few wireless ad-hoc routers with IP 10.0.0.x/32 and one OLSR/OSPF gateway with the trivial address 10.0.1/24 on the wired LAN side (screenshots of topologies and routing are included).

OLSR_24_lan.png
================
IP addresses of wireless ad-hoc routers are from 10.0.0.x/24:
 - all routes from OSPF are imported to OLSR, 
 - only route what are TWO OR MORE HOPS AWAY from the OLSR/OSPF gateway are exported to OSPF.

OLSR_32_lan.png
================
IP addresses of wireless ad-hoc routers are from 10.0.0.x/32:
 - all routes from OSPF are still imported to OLSR, 
 - no one route from OLSR is exported to OSPF.

Plugin parameters are:
LoadPlugin "olsrd_quagga.so.0.2.2"
{
	PlParam "Redistribute" "ospf"
	PlParam "Redistribute" "ospf6"
	PlParam "ExportRoutes" "both"
	PlParam "Distance" "125" 
	PlParam "LocalPref" "true"
	PlParam "SockPath" "/var/run/quagga/zserv.api"
	PlParam "Version" "2"
} 

What is wrong here???

Thank you
-------------- next part --------------
A non-text attachment was scrubbed...
Name: olsr_24_lan.png
Type: image/png
Size: 43784 bytes
Desc: not available
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20130403/fd16f94f/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: olsr_32_lan.png
Type: image/png
Size: 44024 bytes
Desc: not available
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20130403/fd16f94f/attachment-0001.png>


More information about the Olsr-users mailing list