Re: Not re-exporting learned OSPF routes

2013-06-18 Thread Ryan Whelan
That would be helpful- it'd be nice to not have to keep the same setting in multiple places in the config file On Tue, Jun 18, 2013 at 4:50 AM, Ondrej Zajicek wrote: > On Sat, Jun 15, 2013 at 02:41:12PM -0400, Ryan Whelan wrote: > > Wow- thanks for the quick response guys! Th

Re: Not re-exporting learned OSPF routes

2013-06-15 Thread Ryan Whelan
Wow- thanks for the quick response guys! This works great! Is it possible to set the dead timer, auth ttype, password, etc per area and only override the interface differences (like cost) on a per interface basis? (having the interfaces inherit the non-specified settings from the area config) O

Not re-exporting learned OSPF routes

2013-06-07 Thread Ryan Whelan
I feel like this should be simple, but I can't find what I'm looking for... I have a few of routers spread across the country in a full mesh running OSPF. 'Servers' and 'clients' connect to these 'routers' to connect to one another- each 'server' and 'client' run a basic bird instance they use to

Re: OSPF loading State

2012-01-05 Thread Ryan Whelan
OpenVPN link but its only with some openvpn clients :-/ I have a tcpdump and debug logs if someone would like to see them. I'm not quite sure what to do to address it On Wed, Aug 3, 2011 at 1:22 PM, Ryan Whelan wrote: > On Tue, Aug 2, 2011 at 4:44 AM, Ondrej Zajicek > wrote: > > O

Re: OSPF loading State

2011-08-03 Thread Ryan Whelan
On Tue, Aug 2, 2011 at 4:44 AM, Ondrej Zajicek wrote: > On Mon, Aug 01, 2011 at 10:57:01PM -0400, Ryan Whelan wrote: >>    I'm now having this issue with a new device and its chronic.  It goes into >>    'loading' every time bird starts without fail and does not

Re: OSPF loading State

2011-08-01 Thread Ryan Whelan
On Mon, Jul 25, 2011 at 2:10 AM, Ondrej Zajicek wrote: > On Thu, Jul 21, 2011 at 04:39:17PM -0400, Ryan Whelan wrote: > > If it means anything, the machine that was stuck in 'loading' changed > > to 'full' after I left it alone, but it took about 30 minute

Re: Advertising interface addresses via OSPF

2011-07-26 Thread Ryan Whelan
On Tue, Jul 26, 2011 at 9:13 PM, Ondrej Zajicek wrote: > On Tue, Jul 26, 2011 at 08:40:23PM -0400, Ryan Whelan wrote: >> This sounds perfect, but reading the documentation its not clear to me >> how to set this attribute.  Bird complains about syntax when I try to >> s

Re: init script

2011-07-26 Thread Ryan Whelan
On Tue, Jul 26, 2011 at 7:22 PM, Ondrej Zajicek wrote: > On Tue, Jul 26, 2011 at 06:43:38PM -0400, Ryan Whelan wrote: >> Looking through the source, I don't see any init scripts for >> controlling the starting and stopping of Bird.  Before I write >> something, I wante

Re: Advertising interface addresses via OSPF

2011-07-26 Thread Ryan Whelan
On Tue, Jul 26, 2011 at 7:20 PM, Ondrej Zajicek wrote: > On Mon, Jul 25, 2011 at 03:03:57PM -0400, Ryan Whelan wrote: >> On Mon, Jul 25, 2011 at 2:04 PM, Ryan Whelan wrote: >> > I have 3 Linux machines connected to one another by point-to-point >> > links. With the end

init script

2011-07-26 Thread Ryan Whelan
Looking through the source, I don't see any init scripts for controlling the starting and stopping of Bird. Before I write something, I wanted to check if they already existed and I'm just missing them. Thanks

Re: Advertising interface addresses via OSPF

2011-07-25 Thread Ryan Whelan
On Mon, Jul 25, 2011 at 2:04 PM, Ryan Whelan wrote: > I have 3 Linux machines connected to one another by point-to-point > links. With the end point of each tunnel using a tun device, there are > a total of 6 tun devices used on across the 3 machines. 2 per machine. >  Using OSPF,

Advertising interface addresses via OSPF

2011-07-25 Thread Ryan Whelan
I have 3 Linux machines connected to one another by point-to-point links. With the end point of each tunnel using a tun device, there are a total of 6 tun devices used on across the 3 machines. 2 per machine. Using OSPF, Bird is not advertising the addresses on the tun devices to the other nodes.

Re: OSPF loading State

2011-07-25 Thread Ryan Whelan
On Mon, Jul 25, 2011 at 2:27 AM, Ondrej Zajicek wrote: > On Thu, Jul 21, 2011 at 04:39:17PM -0400, Ryan Whelan wrote: >> > >> > protocol ospf axa0 { >> >        tick 1; >> >        rfc1583compat yes; > > BTW, do you really need rfc1583compat

Re: OSPF loading State

2011-07-22 Thread Ryan Whelan
can work around it for now. Still rather use bird than quagga if i can get away with it > > 21.7.2011 23:39, Ryan Whelan kirjoitti: >> >> On Thu, Jul 21, 2011 at 12:05 PM, Ryan Whelan  wrote: >>> >>> I have 2 linux machines connected to one another over the interne

Re: OSPF loading State

2011-07-21 Thread Ryan Whelan
On Thu, Jul 21, 2011 at 12:05 PM, Ryan Whelan wrote: > I have 2 linux machines connected to one another over the internet via > a IPSec protected GRE tunnel.  Each of them are running OSPF from bird > 1.3.2. > > The issue is that one of them will not fully peer with the other, >

OSPF loading State

2011-07-21 Thread Ryan Whelan
I have 2 linux machines connected to one another over the internet via a IPSec protected GRE tunnel. Each of them are running OSPF from bird 1.3.2. The issue is that one of them will not fully peer with the other, unless the other is started after the one with the issue. Is just stays in state '

bird configure error

2011-07-18 Thread Ryan Whelan
Im getting the error "configure: error: The client requires GNU readline library 2.1 or newer. Either install the library or use --disable-client to compile without the client." from the configure script on a CentOS 5.6 64bit machine. I have the the readline RPM from the distribution repository as