Re: bird does not install route to the kernel

2016-08-29 Thread Volodymyr Samodid
Here they are R0 router id 198.51.100.10; protocol kernel { scan time 60; import all; export all; # Actually insert routes into the kernel routing table } protocol device { scan time 60; } protocol ospf TEST_OSPF { tick 2; rfc1583compat yes

Re: Generate Defaul Route

2016-08-29 Thread Anton Danilov
Hello. I'm not sure about correct understanding of your setup, but.. You can use this workaround: 1. Create the different static protocol with the default route: --- table other; protocol static other_default { table other; route 0.0.0.0/0 reject; } --- 2. Export this default ro

Generate Defaul Route

2016-08-29 Thread André Carlim
Hello, first, sorry for my bad English, but I need help, I am trying to make the ospf the bird send the route default same does not being present in table main kernel, I have multiple tables, ex to the protocol ospf have the table ospf to BGP table BGP, and so on, I even have a route standard in

Re: bird does not install route to the kernel

2016-08-29 Thread Baptiste Jonglez
Please show your configuration, especially the kernel protocol. You need an appropriate export filter. On Thu, Aug 25, 2016 at 05:22:33PM +0300, Volodymyr Samodid wrote: > Hi community, > i played with bird6 and ospf3 and faced with issue. > In my schema bird does not install route to the kernel,