Re: Help with multiple routing tables.

2018-08-26 Thread Grant Taylor
First: Thank you for your help Toke and Ondrej. On 08/23/2018 04:42 AM, Ondrej Zajicek wrote: Hi Hi, You can do it that way, or you can have just two tables, one for main_rib+RIP and another for default_rib, connect them with pipe that allows export in the direction from default to main bu

Re: Help with multiple routing tables.

2018-08-23 Thread Grant Taylor
On 08/23/2018 04:42 AM, Ondrej Zajicek wrote: Hi Hi Ondrej, You can do it that way, or you can have just two tables, one for main_rib+RIP and another for default_rib, connect them with pipe that allows export in the direction from default to main but not in the other one, and have export fi

Re: Help with multiple routing tables.

2018-08-23 Thread Ondrej Zajicek
On Wed, Aug 22, 2018 at 05:25:33PM -0600, Grant Taylor wrote: > One for each kernel routing table (253 & 254) and the view that RIP has. > > I think that I will need to import from the default_rib (253) into RIP -and- > filter said default from RIP so that it doesn't get into the main_rib (254). >

Re: Help with multiple routing tables.

2018-08-22 Thread Grant Taylor
On 08/22/2018 04:34 PM, Grant Taylor wrote: I'll do some more reading on what "learn" does (not) do in the kernel protocol context. So it looks like learn is a way for BIRD to detect changes to the routing table /if/ it can identify the source of the change. I think that Linux provides the i

Re: Help with multiple routing tables.

2018-08-22 Thread Grant Taylor
On 08/21/2018 06:44 AM, Ondrej Zajicek wrote: Hi Hi, You are right that you should use the direct protocol, kernel 'device' routes are not learned anyway even with 'learn' option. Thank you. I'll do some more reading on what "learn" does (not) do in the kernel protocol context. As Toke

Re: Help with multiple routing tables.

2018-08-21 Thread Ondrej Zajicek
On Mon, Aug 20, 2018 at 11:10:39PM -0600, Grant Taylor wrote: > Hi, > > I need a second set of eyes on the following config. I feel like I've made > a mistake and I'm too tired to see it. > > - main_rib is Linux kernel table #254 and has all locally attached > interfaces. There is no default g

Re: Help with multiple routing tables.

2018-08-21 Thread Toke Høiland-Jørgensen
Grant Taylor writes: > Hi, > > I need a second set of eyes on the following config. I feel like I've > made a mistake and I'm too tired to see it. > > - main_rib is Linux kernel table #254 and has all locally attached > interfaces. There is no default gateway in kernel table #254. > - def

Help with multiple routing tables.

2018-08-20 Thread Grant Taylor
Hi, I need a second set of eyes on the following config. I feel like I've made a mistake and I'm too tired to see it. - main_rib is Linux kernel table #254 and has all locally attached interfaces. There is no default gateway in kernel table #254. - default_rib is Linux kernel table #253