<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,
    <div class="moz-forward-container">
      <p>i have a setup of three babel nodes they are connected to one 
        babel node.</p>
      <p>             node1<br>
      </p>
      <p>         ///            \\\<br>
      </p>
      <p>node2                node3</p>
      <p>node2 & node 3 are deliver their routes to node1 and i can
        see them in the routing table or in babelweb[¹] 10.19.88.0/21
        but the route that node2 announced is not distributed to node 3.<br>
      </p>
      <p><b>config node 1</b></p>
      <p>import-table 80<br>
        export-table 80<br>
        <br>
        local-port 33123<br>
        random-id true<br>
        <br>
        redistribute allow<br>
        redistribute local deny</p>
      <p><br>
      </p>
      <p><b>config node 2</b><br>
      </p>
      <p>redistribute allow<br>
        out ip 192.168.44.0/24 deny<br>
        redistribute local deny</p>
      <p><br>
      </p>
      <p><b>config node 3</b></p>
      <p>import-table 80<br>
        export-table 80<br>
        redistribute<br>
        redistribute local deny<br>
      </p>
      <p><br>
      </p>
      <p>Thanks in advance</p>
      <p>Kevin</p>
      <p>[1] <a class="moz-txt-link-freetext" href="http://gw06.ffeu.de:8080/">http://gw06.ffeu.de:8080/</a><br>
      </p>
      <p><br>
      </p>
    </div>
  </body>
</html>