<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    Unfortunately it's doesn't  work :(<br>
    I think something like CONTINUE (eg. in cisco) would be useful... <br>
    ... but i can't find it in documentation...<br>
    <br>
    Regards<br>
    <br>
    <br>
    <br>
    W dniu 11-02-17 15:45, Tomas Lynch pisze:
    <blockquote
      cite="mid:AANLkTin-vUaZhtTXNgCbTk_vyxg-bH=x0H743GjXWbz5@mail.gmail.com"
      type="cite">
      <pre wrap="">Marcin,

I didn't try it but what about a route-map in where you set some communities
and a route-map out where you set the rest of them with  "additive".
Something like:

router bgp 111
 neighbor $neigh1
  address-fam ipv4
   route-map comm-in in
!
 neighbor $neigh2
  address-family ipv4
   route-map comm-out out
!
route-map comm-in permit 100
 match $whatever_you_want_to_match
 set community 1 2 3 4 5 6 7 8
!
route-map comm-out permit 100
 match $whatever_you_want_to_match
 set community 9 10 11 12 13 14 15 16 additive

On Tue, Feb 15, 2011 at 9:07 AM, Marcin Kuczera <a class="moz-txt-link-rfc2396E" href="mailto:marcin@leon.pl"><marcin@leon.pl></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">hello,

can anyone help me overriding limit of max 8 communities in one route-map
??

Regards,
Marcin
_______________________________________________
redback-nsp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a>

</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
redback-nsp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>