<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I'm wondering, is there any way to configure following example to
    single rule only.<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    if bgp_path ~ [= * 100 * =] then return false;<br>
    if bgp_path ~ [= * 200 * =] then return false;<br>
    if bgp_path ~ [= * 300 * =] then return false;<br>
    if bgp_path ~ [= * 400 * =] then return false;<br>
    <br>
    On this way, If we want to filter many ASs, it seems that we should
    generate too much rows. <br>
    <br>
    On Cisco we can implement it like following example: <br>
    <br>
    AS path access list 85<br>
         deny _(100|200|300|400)_<br>
         permit .*<br>
    <br>
    Thanks in advance!<br>
    <br>
    Best~<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 color="#103E81" noshade="noshade" size="1" width="400px"
        align="left">
      <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>