[Babel-users] How to configure babeld?

Marek Küthe m.k at mk16.de
Fri Jan 6 16:58:02 GMT 2023


Hello,

I'm trying to configure babeld for some time, however I do not manage
to do so.

I find enormously few examples on the internet. Furthermore, I do not
understand the difference between the filter in, out and redistribute.

Therefore I have some questions:
1) Suppose I get a route from a babel neighbor and I redistribute it,
which filters does this route go through? According to my logic `in ->
redistribute -> out`.
2) Assuming I now have a /56 prefix configured on
an interface and want to redistribute it, I only need to allow this in
the out filter, right?

I am currently trying to write the following configuration:
1) I want to send a local prefix /56 to all babel nodes. If the own /56
prefix is received, it should be rejected.
2) Only ULA routes with a prefix length between 44 and 64 should be
propagated from the babel neighbors. These are to be installed also with
one in the kernel.

Currently I have the following configuration.
However this does not work.
```
random-id true
link-detect true
interface my_peer type tunnel

out local ip fd5c:3e37:2666:6a00::/56 allow

in ip fd::/8 ge 44 le 64
out ip fd::/8 ge 44 le 64
redistribute ip fd::/8 ge 44 le 64

in deny
out deny
redistribute deny
```
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/babel-users/attachments/20230106/382eff89/attachment.sig>


More information about the Babel-users mailing list