<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello all,</p>
    <p>I would be grateful if you could direct me, provide me some
      insight to figure out where those errors/alarms emanate from. In
      my test environment I did not encounter those errors, only upon
      the actual live migration , while bringing the BGP sessions with
      the peers up. Some where coming up some not.</p>
    <p>The 1st error was : ... filters, line 2208: Can't add/delete
      non-pair</p>
    <p>The 2nd error was: ...R15814x2: END-OF-RR received without prior
      BEGIN-OF-RR, ignoring</p>
    <p>   R35283x1: BEGIN-OF-RR received before END-OF-RIB, ignoring</p>
    <p>R13002x1: BEGIN-OF-RR received before END-OF-RIB, ignoring</p>
    <p>filters, line 1645: ~ applied on unknown type pair</p>
    <p>****<br>
    </p>
    <p>Problem with filters?</p>
    <p>I found also :</p>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC524" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * bgp_refresh_begin - start incoming
              enhanced route refresh sequence</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC525" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * @p: BGP instance</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC526" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> *</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC527" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * This function is called when an incoming
              enhanced route refresh sequence is</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC528" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * started by the neighbor, demarcated by the
              BoRR packet. The function updates</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC529" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * the load state and starts the routing
              table refresh cycle. Note that graceful</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC530" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * restart also uses routing table refresh
              cycle, but RFC 7313 and load states</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC531" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> * ensure that these two sequences do not
              overlap.</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC532" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"> <span class="pl-c">*/</span></span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC533" class="blob-code blob-code-inner js-file-line"><span
              class="pl-k">void</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC534" class="blob-code blob-code-inner js-file-line"><span
              class="pl-en">bgp_refresh_begin</span>(<span class="pl-k">struct</span>
            bgp_proto *p)</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC535" class="blob-code blob-code-inner js-file-line">{</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC536" class="blob-code blob-code-inner js-file-line">
            <span class="pl-k">if</span> (p-><span class="pl-smi">load_state</span>
            == BFS_LOADING)</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC537" class="blob-code blob-code-inner js-file-line">
            { <span class="pl-c1">log</span>(L_WARN <span class="pl-s"><span
                class="pl-pds">"</span><span class="pl-c1">%s</span>:
              BEGIN-OF-RR received before END-OF-RIB, ignoring<span
                class="pl-pds">"</span></span>, p-><span
              class="pl-smi">p</span>.<span class="pl-smi">name</span>);
            <span class="pl-k">return</span>; }</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC538" class="blob-code blob-code-inner js-file-line">
            <br>
          </td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC539" class="blob-code blob-code-inner js-file-line">
            p-><span class="pl-smi">load_state</span> =
            BFS_REFRESHING;</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC540" class="blob-code blob-code-inner js-file-line">
            <span class="pl-c1">rt_refresh_begin</span>(p-><span
              class="pl-smi">p</span>.<span class="pl-smi">main_ahook</span>-><span
              class="pl-smi">table</span>, p-><span class="pl-smi">p</span>.<span
              class="pl-smi">main_ahook</span>);</td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <p>}</p>
    <p><br>
    </p>
    <table class="highlight tab-size js-file-line-container"
      data-tab-size="8">
      <tbody>
        <tr>
          <td id="LC523" class="blob-code blob-code-inner js-file-line"><span
              class="pl-c"><span class="pl-c">/*</span>*</span></td>
        </tr>
        <tr>
        </tr>
      </tbody>
    </table>
    <pre class="moz-signature" cols="72">
</pre>
    <p>Thanks a lot for your help!</p>
    <p>Regards, Irène<br>
    </p>
    <pre class="moz-signature" cols="72">

-- 
Irene Lalioti
Network Engineer
Fondation RESTENA
2, avenue de l'Université
L-4365 Esch/Alzette

Tel: +352 424409 1
Fax: +352 422473</pre>
  </body>
</html>