[Cerowrt-devel] [Babel-users] Lookingfor

Juliusz Chroboczek jch at pps.univ-paris-diderot.fr
Tue Mar 19 16:28:41 EDT 2013


> You will have to change babeld to only consider a slice of the network.

Manual aggregation can be done without changing anything.  On a border
router for the network 192.168.42.0/24, you say

  ip route add unreachable 192.168.42.0/24 proto static

and in babeld.conf,

  out ip 192.168.42.0/24 ge 25 deny

For reliability, you should also add some filtering rules to avoid
leaking local routes into the other subnets.

Automatic aggregation would be possible with just some minor changes
to the implementation (not the protocol), but deaggregation would need
to trigger a (user-configurable) hold time to avoid transient routing
loops.  (That's okay, though, deaggregation should never happen in
a well-designed network -- if you cannot guarantee that your border
routers are stable, you deserve the hold time.)

-- Juliusz



More information about the Cerowrt-devel mailing list