Debian 10, Bird 2.0.7.
I've had similar results on Bird v1.
On Mon, Sep 7, 2020, at 10:35, Mehdi Rukmawan wrote:
> Hello,
>
> What OS dan Bird version did you use?
> Currently, I'm using Ubuntu 18.04
>
> regards
>
> On Mon, Sep 7, 2020 at 8:46 AM James S
I wonder if your bird (or other program) is leaking memory. Here's my bird
receiving v4 and v6 near-full table and doing some filtering:
bird> show route table global_v4 count
806364 of 806364 routes for 806364 networks in table global_v4
bird> show route table global_v6 count
89509 of 89509 rout
Just use something like:
protocol static {
ipv4;
route 192.168.1.0/24 unreachable;
}
You don't really need a valid next-hop if you are only importing static routes
to eBGP since eBGP will overwrite next-hop to yourself.
On Mon, Apr 27, 2020, at 10:15, Laura Smith wrote:
> Hi,
>
> I am
Hi Ondrej,
That's a nice catch. Removed the instance id config and it worked fine.
Great thanks to you!
James Swineson
On Sat, Aug 24, 2019, at 22:49, Ondrej Zajicek wrote:
> On Sat, Aug 24, 2019 at 09:06:55PM +0800, James Swineson wrote:
> > Hi,
> >
> > I have a Li
imers match.
My environment:
* Cisco IOS XE 16.9.3, CSR1000v in Hyper-V VM
* Debian 10 in KVM, Bird 2.0.5 via official unstable repo, IPSec done with
strongswan
Thanks ahead,
James Swineson