Re: openbgp: operation not permitted

2008-06-14 Thread Lu Vo
2008/6/13 Claudio Jeker [EMAIL PROTECTED]: On Fri, Jun 13, 2008 at 12:47:26PM -0700, Lu Vo wrote: Greetings, I set up 2 routers running openbgpd. The first one is working well. The 2nd one is not. I am seeing these errors in the syslog Jun 13 14:18:13 router2 bgpd[9453

openbgp: operation not permitted

2008-06-13 Thread Lu Vo
Greetings, I set up 2 routers running openbgpd. The first one is working well. The 2nd one is not. I am seeing these errors in the syslog Jun 13 14:18:13 router2 bgpd[9453]: neighbor xxx.191.188.137: write error: Operation not permitted Jun 13 14:22:23 router2 bgpd[9453]: neighbor

openbgpd community strings

2008-05-20 Thread Lu Vo
I am hoping someone in the know can shed some lights on this. My snippet of bgpd.conf: # MCI mci_as=11486 mci_peer1=142.77.114.132 mci_peer2=142.77.114.133 mci_peer3=208.218.245.33 # Allstream allstream_as=15290 allstream_peer1=209.82.101.41 allstream_carp_ip=209.82.101.44

Re: openbgpd community strings

2008-05-20 Thread Lu Vo
2008/5/20 Aaron Glenn [EMAIL PROTECTED]: On Tue, May 20, 2008 at 4:21 PM, Lu Vo [EMAIL PROTECTED] wrote: I am hoping someone in the know can shed some lights on this. match to group MCI set { community 701:120 } match to group Allstream set { community 15290:90 } Stuart and Aaron, Thank