<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all,<div>Newbie on FRR and also Babel </div><div><br></div><div>I made a test setup as </div><div><br></div><div>2 frr routers </div><div>They have 2 interfaces in common subnet..</div><div>and a 3rd interface which only belongs to each router seperately..</div><div><br></div><div>First i tried the config with ospfd</div><div>The 3rd interface routing appeared correctly and 1st router was able to ping 3rd interface of the other router (and vice versa) </div><div><br></div><div>Then i wanted to test babel..</div><div>Disabled ospfd</div><div>Made an example config for babel</div><div><br></div><div><div>!</div><div>!</div><div>interface eth0</div><div> babel hello-interval 100</div><div>!</div><div>interface eth2</div><div> babel wired</div><div> babel hello-interval 100</div><div>!</div><div>interface eth1</div><div> babel hello-interval 100</div><div>!</div><div>!</div><div>router babel</div><div> network eth0</div><div> network eth1</div><div> network eth2</div><div> redistribute ipv4 connected</div></div><div><br></div><div><br></div><div><div>When starting FRR i am getting the following errors</div></div><div><br></div><div><div>Starting Frr daemons (prio:10):. zebra2018/10/18 17:59:30 warnings: ZEBRA: [EC 4043309104] Disabling MPLS support (no kernel support)</div><div>. babeldThere is same network configuration eth0</div><div>There is same network configuration eth1</div><div>There is same network configuration eth2</div></div><div><br></div><div>eth0 : common interface 10.1.1.231-10.1.1.232</div><div>eth1:  seperate interface 192.168.20.1  / 192.168.21.1</div><div>eth2:  common interface 192.168.30.1 / 192.168.30.2</div><div><br></div><div>Here is the routing :</div><div><br></div><div><div>0.0.0.0         10.1.1.1        0.0.0.0         UG        0 0          0 eth0</div><div>10.1.1.0        0.0.0.0         255.255.255.0   U         0 0          0 eth0</div><div>192.168.20.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1</div><div>192.168.30.0    0.0.0.0         255.255.255.0   U         0 0          0 eth2</div></div><div><br></div><div>after a second</div><div><br></div><div><div>0.0.0.0         10.1.1.1        0.0.0.0         UG        0 0          0 eth0</div><div>10.1.1.0        0.0.0.0         255.255.255.0   U         0 0          0 eth0</div><div>192.168.20.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1</div><div>192.168.21.0    10.1.1.232      255.255.255.0   UG        0 0          0 eth0</div><div>192.168.30.0    0.0.0.0         255.255.255.0   U         0 0          0 eth2</div><div><br></div></div><div><br></div><div>As you see routing seem ok after a second..</div><div>but on next second it dissapears.</div><div>So do ping..</div><div><br></div><div><div>PING 192.168.21.1 (192.168.21.1) 56(84) bytes of data.</div><div>ping: sendmsg: Network is unreachable</div><div>64 bytes from <a href="http://192.168.21.1">192.168.21.1</a>: icmp_seq=4 ttl=64 time=1.58 ms</div><div>64 bytes from <a href="http://192.168.21.1">192.168.21.1</a>: icmp_seq=6 ttl=64 time=0.751 ms</div><div>ping: sendmsg: Network is unreachable</div><div>64 bytes from <a href="http://192.168.21.1">192.168.21.1</a>: icmp_seq=8 ttl=64 time=0.868 ms</div></div><div><br></div><div><br></div><div>Here is the output of babel interface</div><div><br></div><div><div>ospfd-3# sh babel route </div><div><a href="http://10.1.1.0/24">10.1.1.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52317 age 2 via eth1 neigh fe80::986c:adff:fef9:5113 nexthop 192.168.21.1 (feasible)</div><div><a href="http://10.1.1.0/24">10.1.1.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52318 age 1 via eth2 neigh fe80::9885:8cff:fe66:8028 nexthop 192.168.30.2 (feasible)</div><div><a href="http://192.168.21.0/24">192.168.21.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52318 age 1 via eth1 neigh fe80::986c:adff:fef9:5113 nexthop 192.168.21.1 (installed)</div><div><a href="http://192.168.21.0/24">192.168.21.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52318 age 1 via eth2 neigh fe80::9885:8cff:fe66:8028 nexthop 192.168.30.2 (feasible)</div><div><a href="http://192.168.30.0/24">192.168.30.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52317 age 2 via eth1 neigh fe80::986c:adff:fef9:5113 nexthop 192.168.21.1 (feasible)</div><div><a href="http://192.168.30.0/24">192.168.30.0/24</a> metric 65535 refmetric 0 id f2:e7:01:ff:fe:4e:47:eb seqno 52318 age 1 via eth2 neigh fe80::9885:8cff:fe66:8028 nexthop 192.168.30.2 (feasible)</div><div><a href="http://10.1.1.0/24">10.1.1.0/24</a> metric 0 (exported)</div><div><a href="http://192.168.20.0/24">192.168.20.0/24</a> metric 0 (exported)</div><div><a href="http://192.168.30.0/24">192.168.30.0/24</a> metric 0 (exported)</div></div><div><br></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div>