Elshar
02-28-2008, 12:04 PM
Hey, OLSR's been working fine for my test setup for a few days. I put OLSR on the next radio up to get a feel for how the routes propegate and such.
One thing I noticed though is that the new 'edge' router is advertising both the default 0.0.0.0/0 and it's own subnet upstream, when it shouldn't really be as it's within the scope of the default route.
I've also noticed that the main IP on all the interfaces of every router is also being advertised as a /32. So one of the routers at the 'end' of my network has a route table that looks like this (the router this came from is 10.31.3.7):
0.0.0.0/0 10.31.3.1 2 2.000 eth2
10.31.3.0/24 10.31.3.1 1 1.000 eth2
10.30.49.0/24 10.31.3.1 2 2.000 eth2
10.40.2.2/32 10.31.3.1 2 2.000 eth2
10.31.3.2/32 10.31.3.2 1 1.000 eth2
10.31.3.4/32 10.31.3.4 1 1.000 eth2
10.30.49.65/32 10.31.3.1 1 1.000 eth2
192.168.2.1/32 10.31.3.1 2 2.000 eth2
192.168.100.1/32 10.31.3.4 1 1.000 eth2
192.168.17.1/32 10.31.3.1 1 1.000 eth2
Am I going to end up seeing the first IP on every interface on every router as a /32 on every other router on the network? Also, the 10.30.49.0/24 should be covered by the 0.0.0.0/0, shouldn't OLSR be filtering out those redundant routes?
I'm really wanting to put this into production, but I can easily see where we'd be enabling it on 100 or so radios. All of them have 192's on them, sometimes as the main IP which is on the inside of a NAT. I guess my next question is if multiples of the same subnet being advertised will cause problems. As you can see above, the 192.168.2.1/32 is being advertised, and quite a few of our radios use that as well as 1.1, 17.1 and a few others. If possible I'd really like to figure out how to get OLSR to just not advertise those, but so far I haven't seen an option while reading the RFC or the man pages.
Thanks again
One thing I noticed though is that the new 'edge' router is advertising both the default 0.0.0.0/0 and it's own subnet upstream, when it shouldn't really be as it's within the scope of the default route.
I've also noticed that the main IP on all the interfaces of every router is also being advertised as a /32. So one of the routers at the 'end' of my network has a route table that looks like this (the router this came from is 10.31.3.7):
0.0.0.0/0 10.31.3.1 2 2.000 eth2
10.31.3.0/24 10.31.3.1 1 1.000 eth2
10.30.49.0/24 10.31.3.1 2 2.000 eth2
10.40.2.2/32 10.31.3.1 2 2.000 eth2
10.31.3.2/32 10.31.3.2 1 1.000 eth2
10.31.3.4/32 10.31.3.4 1 1.000 eth2
10.30.49.65/32 10.31.3.1 1 1.000 eth2
192.168.2.1/32 10.31.3.1 2 2.000 eth2
192.168.100.1/32 10.31.3.4 1 1.000 eth2
192.168.17.1/32 10.31.3.1 1 1.000 eth2
Am I going to end up seeing the first IP on every interface on every router as a /32 on every other router on the network? Also, the 10.30.49.0/24 should be covered by the 0.0.0.0/0, shouldn't OLSR be filtering out those redundant routes?
I'm really wanting to put this into production, but I can easily see where we'd be enabling it on 100 or so radios. All of them have 192's on them, sometimes as the main IP which is on the inside of a NAT. I guess my next question is if multiples of the same subnet being advertised will cause problems. As you can see above, the 192.168.2.1/32 is being advertised, and quite a few of our radios use that as well as 1.1, 17.1 and a few others. If possible I'd really like to figure out how to get OLSR to just not advertise those, but so far I haven't seen an option while reading the RFC or the man pages.
Thanks again