<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I would like to know what will happen if we use function &
    filters configured at same time<br>
    on import direction of given BGP procotol. Which is first pass? Till
    now we use <br>
    one function to many applied to many BGP protocol with arguments and
    everything seems fine. <br>
    <br>
    But when I decided to apply and "filter import <some filter>"
    all conditions and rules in my applied <br>
    function was totally ignored. Only the condition in the filter was
    checked. <br>
    <br>
    Here is my simple filter configuration:<br>
    <br>
    filter in_AS1234<br>
        {<br>
            if ( net = 10.10.10.0/24 ) then reject;<br>
        else accept;<br>
        }<br>
    <br>
    <br>
    My BGP protocol has following structure:<br>
    <br>
    protocol bgp R0_88 from PEERS {<br>
      description "0.88_Customer";<br>
      neighbor 10.0.0.88 as 1234;<br>
      import where MM_BGP_IN(1234,1,1); <br>
      export where MM_BGP_OUT(1234); <br>
      import filter in_AS1234;<br>
      table T1234;<br>
      route limit 1000;<br>
    } <br>
    <br>
    <br>
    Thank you for your help in advance.<br>
    <br>
    Best~<br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      ---<br>
      <a
href="http://cloudware.bg/?utm_source=email&utm_medium=signature&utm_content=link&utm_campaign=newwebsite"
        style="font-family:Verdana; color:#00ACE5; font-size:12px;
        text-decoration:none;">Find out about our new Cloud service -
        Cloudware.bg</a><br>
      <div style="font-family:Verdana; color:#A0A0A0;font-size:12px;">Access
        anywhere. Manage it yourself. Pay as you go.</div>
      <hr align="left" color="#103E81" noshade="noshade" size="1"
        width="400px">
      <div style="font-family:Verdana; color:#103E81; font-size:12px;">
        <strong>Javor Kliachev</strong><br>
        IP Engineer<br>
        <br>
        Neterra Ltd.<br>
        Telephone: +359 2 975 16 16<br>
        Fax: +359 2 975 34 36<br>
      </div>
      <a href="http://www.neterra.net" style="font-size:12px;
        font-family:Verdana; color:#00ACE5; text-decoration:none;">www.neterra.net</a>
      <br>
      <br>
      <br>
    </div>
  </body>
</html>