On Tue, Nov 06, 2012 at 12:52:10PM +0100, Laurent CARON wrote: > On R1: > # bgpctl show | egrep '(iv6_gw-001_to_004|ev6_gw-001_to_NERIM)' > ev6_gw-001_to_NERIM 13193 302495 94094 0 01w3d21h 10543 > iv6_gw-001_to_004 49463 317993 154496 0 00:53:17 2
Hi, I did finally use the following workaround: R3R4: bgpd.conf: COMMUNITY_PEERING="49463:555" match from group Peering_France-IX set { community $COMMUNITY_PEERING } R1/R2: bgpd.conf: COMMUNITY_PEERING="49463:555" match from group iBGP_VTY_TMM community $COMMUNITY_PEERING set { localpref 150 } I now have the expected behavior. # bgpctl show | egrep '(iv6_gw-001_to_004|ev6_gw-001_to_NERIM)' ev6_gw-001_to_NERIM 13193 91485 27011 0 3d03h01m 10638 iv6_gw-001_to_004 49463 119710 63278 0 3d03h01m 10915 Laurent