<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello<div>Testing babeld config with 6.0.2 FRR on CentOS 7</div><div>The problem is I dont see any neighbor on sh babel neighbor command, I can see the traffic with tcpdump on eth1..adn also i can ping the opposite server without a problem.</div><div><br></div><div>I have two virtual servers having 4 interfaces..</div><div>eth0 is access port </div><div>tesing babeld with eth1 and eth3 interfaces.<br></div><div><br></div><div>Am I missing anything?</div><div><br></div><div><br></div><div>***********************************</div><div>First server frr config;</div><div><br></div><div><div>interface eth1</div><div> babel hello-interval 300</div><div> babel update-interval 100</div><div> babel wired</div><div> ip address <a href="http://192.168.100.1/24">192.168.100.1/24</a></div><div>!</div><div>router babel</div><div> network eth1</div><div> redistribute ipv4 kernel</div><div> redistribute ipv4 static</div><div> redistribute ipv4 connected  <br></div><div>!</div><div>-----------<br></div></div><div>Second server:</div><div><div>interface eth1</div><div> babel hello-interval 300</div><div> babel update-interval 100</div><div> babel wired</div><div> ip address <a href="http://192.168.100.2/24">192.168.100.2/24</a></div><div>!</div><div>interface eth3</div><div> ip address <a href="http://192.168.254.2/24">192.168.254.2/24</a></div><div>!</div><div>router babel</div><div> network eth1</div><div> network eth3</div><div> redistribute ipv4 kernel</div><div> redistribute ipv4 static</div></div><div> redistribute ipv4 connected</div><div><br></div><div><br></div><div>My ip route outputs;</div><div>1st server:  </div><div><div>C>* <a href="http://10.1.1.0/24">10.1.1.0/24</a> is directly connected, eth0, 00:11:59</div><div>C>* <a href="http://192.168.100.0/24">192.168.100.0/24</a> is directly connected, eth1, 00:11:59</div><div>C>* <a href="http://192.168.200.0/24">192.168.200.0/24</a> is directly connected, eth2, 00:11:59</div></div><div><br></div><div>Second Server:</div><div><div>K>* <a href="http://0.0.0.0/0">0.0.0.0/0</a> [0/100] via 10.1.1.1, eth0, 00:16:35</div><div>C>* <a href="http://10.1.1.0/24">10.1.1.0/24</a> is directly connected, eth0, 00:16:35</div><div>C>* <a href="http://192.168.100.0/24">192.168.100.0/24</a> is directly connected, eth1, 00:16:35</div><div>C>* <a href="http://192.168.200.0/24">192.168.200.0/24</a> is directly connected, eth2, 00:16:35</div><div>C>* <a href="http://192.168.254.0/24">192.168.254.0/24</a> is directly connected, eth3, 00:16:35</div></div><div><br></div><div><br></div><div>and </div><div><br></div><div><br></div><div><div>centos1# <b>sh babel route </b></div><div><a href="http://0.0.0.0/0">0.0.0.0/0</a> metric 0 (exported)</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.100.0/24">192.168.100.0/24</a> metric 0 (exported)</div><div><a href="http://192.168.200.0/24">192.168.200.0/24</a> metric 0 (exported)</div><div>centos1# </div><div>centos1# </div><div>centos1# </div><div>centos1# </div><div>centos1# </div><div>centos1# sh babel route </div><div><a href="http://0.0.0.0/0">0.0.0.0/0</a> metric 0 (exported)</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.100.0/24">192.168.100.0/24</a> metric 0 (exported)</div><div><a href="http://192.168.200.0/24">192.168.200.0/24</a> metric 0 (exported)</div><div><br></div><div>centos1# <b>sh babel neighbor</b> </div><div><br></div><div>centos1#<b> sh babel parameters </b></div><div>    -- Babel running configuration --</div><div>state file              = /var/run/frr/babel-state</div><div>configuration file      = /etc/frr/babeld.conf</div><div>protocol information:</div><div>  multicast address     = ff02::1:6</div><div>  port                  = 6696</div><div>vty address             = None</div><div>vty port                = 2609</div><div>id                      = 3e:13:48:ff:fe:39:a2:d3</div><div>kernel_metric           = 0</div><div>    -- distribution lists --</div><div>  Outgoing update filter list for all interface is not set</div><div>  Incoming update filter list for all interface is not set</div></div></div></div></div></div></div></div>