Hello Ondrej,
Ondrej Zajicek writes:
>> continuing my travel now with OSPF, we have found two cases to crash
>> bird via birdc:
>>
>> bird> show ospf topology all ospf_v4
>> Connection closed by server
>> [00:50] replacement-router1.place5:~# ps aux | grep bird
>> 14220 root 0:00 grep bir
Hello Maria,
Maria Matějka writes:
> Hello!
>
> How much time does it take to list the kernel table?
>
> time ip r > /dev/null
[16:47] router1.place6:~# time ip r >/dev/null
real0m 6.06s
user0m 4.90s
sys 0m 1.14s
[16:47] router1.place6:~# time ip r >/dev/null
real0m 5.92s
user
Hello!
How much time does it take to list the kernel table?
time ip r > /dev/null
How many routes do you have in bird table?
show route count
And what export filter do you have for the kernel protocol in bird?
Thanks
Maria
On December 21, 2019 1:07:25 PM GMT+01:00, Nico Schottelius
wrote:
On Sat, Dec 21, 2019 at 12:39:43AM +0100, Nico Schottelius wrote:
> I have had a look at OSPF, but for our relatively simple network it
> looks like an overkill. Do you have any other recommendations for
> what to run the IGP with instead?
>
> The main reason I so far tried to stay on iBGP only is
On Sun, Dec 22, 2019 at 01:00:05AM +0100, Nico Schottelius wrote:
>
> Hello,
>
> continuing my travel now with OSPF, we have found two cases to crash
> bird via birdc:
>
> bird> show ospf topology all ospf_v4
> Connection closed by server
> [00:50] replacement-router1.place5:~# ps aux | grep bir
Hi,
I didn’t specified the instance id in my config and I use v2 for IPv4.
It’s working for me. Here is my config:
protocol ospf ospf_ipv4 {
ipv4 {
import all;
import keep filtered;
import limit 200 action block;
import filte