OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
OpenBGPD - Setting Multiple Communities

From: Karl Austin (karl.austincommercialcolo.com)
Date: Fri Sep 02 2005 - 07:53:03 CDT


Hi,

I'm just testing out OpenBGPD here, and am trying to set multiple
communities for a BGP peer, however it appears that no matter what I
try, only the very last community specified gets set, overwriting those
previous. I've scoured Google and the lists and can't seem to see this
addressed anywhere. Is it just that the setting of multiple communities
is not supported, or am I missing something obvious?

I've tried:

neighbor 192.168.1.1 {
    set community 65400:100
    set community 65400:200
    set community 65400:300
}

and also tried match statements e.g.

match from 192.168.1.1 set { community 65400:100, community 65400:200,
community 65400:300 }

along with separate match lines for each community.

Thanks,

Karl Austin