<div>Hi,</div>
<div>I have 10 systems running olsrd (0.6.1). To test scalability, I set up a simple network topology.</div>
<div>To minimize radio interference and maximize the results, I assigned different channels to each wireless link. Because the node is running with AC power, I also set Willingness to 6 not 3. I found some routing brokerage betweeen nodes. For this report, the brokerage happened between node 5 andf node 6.</div>

<div> </div>
<div>Internet --- Node1 ---- Node2 ---- Node3 ----- Node 4 ----- Node 5 -----Node 6 ----Node 7-----Node 8-----Node9----Node10<br clear="all">(ch)                 161   161  149  149  153  153   157     157   165  165    1      1       11   11     6     6      9    9       <br>
</div>
<div> </div>
<div>I also assigned the following simple woing schemes to each node.</div>
<div>Node1: wlan0 10.10.10.10</div>
<div>            lan     192.168.10.1</div>
<div>            wan    172.31.1.88</div>
<div> </div>
<div>Node 2: wlan0 10.10.10.20</div>
<div>             wlan1 10.10.10.21</div>
<div>             lan      192.168.20.1</div>
<div> </div>
<div>Node 3: wlan0 10.10.10.30</div>
<div>             wlan1 10.10.10.31</div>
<div>             lan      192.168.30.1</div>
<div>.....</div>
<div> </div>
<div>Node 9: wlan0 10.10.10.90</div>
<div>            wlan1 10.10.10.91</div>
<div>            lan 192.168.90.1</div>
<div> </div>
<div>Node 10: wlan0 10.10.10.100</div>
<div>              lan     192.168.100.1</div>
<div> </div>
<div> </div>
<div>For this case, node1-to-node5 seems to be well but the rest of the nodes are separated as I can show the following observations.</div>
<div>Link between node 5 and node 6 seems to be broken. When I rebooted all of the nodes, then link brokerage is happening at one of the nodes such as 2 or 4.  When I planned to test this configuration, I thought all of the nodes have to be linked although the nodes have different hop metric.</div>

<div>In addtion, is there any olsr related performance results that I tried to test my case? </div>
<div>Why doe the routing metric only show 2 or 0? Any helps and commests will be very appreciated... </div>
<div> </div>
<div>Node 1: routing table</div>
<div># route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>default         172.31.1.1      0.0.0.0         UG    0      0        0 eth1<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan0<br>
10.10.10.20     *               255.255.255.255 UH    2      0        0 wlan0<br>10.10.10.21     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.30     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.31     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.40     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.41     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.50     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.51     10.10.10.20     255.255.255.255 UGH   2      0        0 wlan0<br>172.31.1.0      *               255.255.255.0   U     0      0        0 eth1<br>
192.168.20.0    10.10.10.20     255.255.255.0   UG    2      0        0 wlan0<br>192.168.30.0    10.10.10.20     255.255.255.0   UG    2      0        0 wlan0<br>192.168.40.0    10.10.10.20     255.255.255.0   UG    2      0        0 wlan0<br>
192.168.50.0    10.10.10.20     255.255.255.0   UG    2      0        0 wlan0</div>
<div> </div>
<div> </div>
<div>Node 2: routing table</div>
<div># route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>default         10.10.10.10     0.0.0.0         UG    2      0        0 wlan0<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan0<br>
10.10.10.0      *               255.255.255.0   U     0      0        0 wlan1<br>10.10.10.10     *               255.255.255.255 UH    2      0        0 wlan0<br>10.10.10.30     *               255.255.255.255 UH    2      0        0 wlan1<br>
10.10.10.31     10.10.10.30     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.40     10.10.10.30     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.41     10.10.10.30     255.255.255.255 UGH   2      0        0 wlan1<br>
10.10.10.50     10.10.10.30     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.51     10.10.10.30     255.255.255.255 UGH   2      0        0 wlan1<br>192.168.10.0    10.10.10.10     255.255.255.0   UG    2      0        0 wlan0<br>
192.168.20.0    *               255.255.255.0   U     0      0        0 br-lan<br>192.168.30.0    10.10.10.30     255.255.255.0   UG    2      0        0 wlan1<br>192.168.40.0    10.10.10.30     255.255.255.0   UG    2      0        0 wlan1<br>
192.168.50.0    10.10.10.30     255.255.255.0   UG    2      0        0 wlan1</div>
<div> </div>
<div> </div>
<div>Node 5: routing table</div>
<div># route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>default         10.10.10.41     0.0.0.0         UG    2      0        0 wlan0<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan0<br>
10.10.10.0      *               255.255.255.0   U     0      0        0 wlan1<br>10.10.10.10     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.20     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.21     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.30     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.31     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.40     10.10.10.41     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.41     *               255.255.255.255 UH    2      0        0 wlan0<br>192.168.10.0    10.10.10.41     255.255.255.0   UG    2      0        0 wlan0<br>
192.168.20.0    10.10.10.41     255.255.255.0   UG    2      0        0 wlan0<br>192.168.30.0    10.10.10.41     255.255.255.0   UG    2      0        0 wlan0<br>192.168.40.0    10.10.10.41     255.255.255.0   UG    2      0        0 wlan0<br>
192.168.50.0    *               255.255.255.0   U     0      0        0 br-lan</div>
<div> </div>
<div> </div>
<div>Node 6: routing table</div>
<div># route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan0<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan1<br>
10.10.10.70     *               255.255.255.255 UH    2      0        0 wlan1<br>10.10.10.71     10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.80     10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>
10.10.10.81     10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.90     10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>10.10.10.91     10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>
10.10.10.100    10.10.10.70     255.255.255.255 UGH   2      0        0 wlan1<br>192.168.60.0    *               255.255.255.0   U     0      0        0 br-lan<br>192.168.70.0    10.10.10.70     255.255.255.0   UG    2      0        0 wlan1<br>
192.168.80.0    10.10.10.70     255.255.255.0   UG    2      0        0 wlan1<br>192.168.90.0    10.10.10.70     255.255.255.0   UG    2      0        0 wlan1<br>192.168.100.0   10.10.10.70     255.255.255.0   UG    2      0        0 wlan1</div>

<div> </div>
<div>Node 10: routing table</div>
<div># route<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>10.10.10.0      *               255.255.255.0   U     0      0        0 wlan0<br>10.10.10.60     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.70     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.71     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.80     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>
10.10.10.81     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.90     10.10.10.91     255.255.255.255 UGH   2      0        0 wlan0<br>10.10.10.91     *               255.255.255.255 UH    2      0        0 wlan0<br>
192.168.60.0    10.10.10.91     255.255.255.0   UG    2      0        0 wlan0<br>192.168.70.0    10.10.10.91     255.255.255.0   UG    2      0        0 wlan0<br>192.168.80.0    10.10.10.91     255.255.255.0   UG    2      0        0 wlan0<br>
192.168.90.0    10.10.10.91     255.255.255.0   UG    2      0        0 wlan0<br>192.168.100.0   *               255.255.255.0   U     0      0        0 br-lan<br></div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>