[rbak-nsp] more than 8 communities in BGP

Tomas Lynch tomas.lynch at gmail.com
Thu Feb 17 09:45:06 EST 2011


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 <marcin at leon.pl> wrote:

> hello,
>
> can anyone help me overriding limit of max 8 communities in one route-map
> ??
>
> Regards,
> Marcin
> _______________________________________________
> redback-nsp mailing list
> redback-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/redback-nsp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/redback-nsp/attachments/20110217/46be32b2/attachment.html>


More information about the redback-nsp mailing list