Re: Creating route tables

2011-07-27 Thread Claudiu Pruna
On Thu, 2011-07-21 at 19:15 +0700, Insan Praja SW wrote: > Hi Josh, > On Thu, 21 Jul 2011 03:00:08 +0700, Josh Hoppes > wrote: > > > Hello Insan, > > > > I guess I'm not sure I understand that statement, or I'm > > miss-interpreting the rdomain configuration section and how it > > interacts wit

Re: Creating route tables

2011-07-27 Thread Egbert Krook
On Tue, 26 Jul 2011 21:33:14 +0200, Claudio Jeker wrote: > On Thu, Jul 21, 2011 at 10:20:38PM +0200, Claudio Jeker wrote: >> On Thu, Jul 21, 2011 at 01:57:10PM -0500, Josh Hoppes wrote: >> > Thanks for the help and for the better understanding of routing >> > domains and tables. In the end I was o

Re: Creating route tables

2011-07-26 Thread Josh Hoppes
I've not been able to test the diff yet, but I'm certainly interested in that functionality. On Tue, Jul 26, 2011 at 2:33 PM, Claudio Jeker wrote: > On Thu, Jul 21, 2011 at 10:20:38PM +0200, Claudio Jeker wrote: >> On Thu, Jul 21, 2011 at 01:57:10PM -0500, Josh Hoppes wrote: >> > Thanks for the h

Re: Creating route tables

2011-07-26 Thread Claudio Jeker
On Thu, Jul 21, 2011 at 10:20:38PM +0200, Claudio Jeker wrote: > On Thu, Jul 21, 2011 at 01:57:10PM -0500, Josh Hoppes wrote: > > Thanks for the help and for the better understanding of routing > > domains and tables. In the end I was over thinking the problem and > > didn't actually need the addit

Re: Creating route tables

2011-07-21 Thread Claudio Jeker
On Thu, Jul 21, 2011 at 01:57:10PM -0500, Josh Hoppes wrote: > Thanks for the help and for the better understanding of routing > domains and tables. In the end I was over thinking the problem and > didn't actually need the additional routing table. > > On Thu, Jul 21, 2011 at 10:17 AM, Claudio Jek

Re: Creating route tables

2011-07-21 Thread Josh Hoppes
Thanks for the help and for the better understanding of routing domains and tables. In the end I was over thinking the problem and didn't actually need the additional routing table. On Thu, Jul 21, 2011 at 10:17 AM, Claudio Jeker wrote: > On Thu, Jul 21, 2011 at 09:40:44AM +0300, Gregory Edigarov

Re: Creating route tables

2011-07-21 Thread Claudio Jeker
On Thu, Jul 21, 2011 at 09:40:44AM +0300, Gregory Edigarov wrote: > Josh, > > the table needs to be created and an interface need to be assigned to > the rdomain like: > > ifconfig em0 a.b.c.d/24 rdomain 1 > > then you can use it like, just for example, this: > route -T 1 add e.f.g.h/24 a.b.c.x

Re: Creating route tables

2011-07-21 Thread Insan Praja SW
Hi Josh, On Thu, 21 Jul 2011 03:00:08 +0700, Josh Hoppes wrote: Hello Insan, I guess I'm not sure I understand that statement, or I'm miss-interpreting the rdomain configuration section and how it interacts with rtables. If I understand the documentation correctly additional rib tables defi

Re: Creating route tables

2011-07-20 Thread Gregory Edigarov
Josh, the table needs to be created and an interface need to be assigned to the rdomain like: ifconfig em0 a.b.c.d/24 rdomain 1 then you can use it like, just for example, this: route -T 1 add e.f.g.h/24 a.b.c.x that does the trick. On Tue, 19 Jul 2011 13:26:37 -0500 Josh Hoppes wrote: > I'

Re: Creating route tables

2011-07-20 Thread Josh Hoppes
Hello Insan, I guess I'm not sure I understand that statement, or I'm miss-interpreting the rdomain configuration section and how it interacts with rtables. If I understand the documentation correctly additional rib tables defined in bgpd must exist inside the default routing domain. The error mes

Re: Creating route tables

2011-07-19 Thread Insan Praja SW
Hi, You missed rdomain. On Wed, 20 Jul 2011 01:26:37 +0700, Josh Hoppes wrote: I'm trying to configure bgpd to run in an alternate routing table so I can use it to manage black holed prefixes. When trying to specify an alternate routing table I get the error message "rtable id 1 does not ex

Creating route tables

2011-07-19 Thread Josh Hoppes
I'm trying to configure bgpd to run in an alternate routing table so I can use it to manage black holed prefixes. When trying to specify an alternate routing table I get the error message "rtable id 1 does not exist" when starting bgpd. I've gone through route(8) and route(4) but can't find any inf