Re: BGP,MRTDump: Dumps and Graceful restart

2024-01-05 Thread Alexander Zubkov via Bird-users
Hello, Graceful restart allows not to flush the routes until the sessions are reestablished and converged, it does not save bgp internal state. And when the session is reestablished, the peers do initial exchange of their routes as with a fresh start, what you can see in your mrtdump. That is

BGP,MRTDump: Dumps and Graceful restart

2024-01-05 Thread Ioannis Paterakis
Hello, I have a bird setup with graceful restart enabled on kernel and bgp protocols. It seems to work fine. My wonder is that despite the fact that graceful restart functionality persists the route tables during a broken bgp session, when the bgp session gets re-established the mrtdump

Re: mrtdump-core

2018-05-03 Thread Ondrej Zajicek
On Wed, May 02, 2018 at 07:18:06PM +0200, Bjorn Carlsson wrote: > Any plans to merge those updates into version 2? Hi Yes, we have plans to implement that during Q2 or Q3 of 2018. It is not a straightforward merge as there are some more changes to the MRT table code to be done. -- Elen sila lum

mrtdump-core

2018-05-02 Thread Bjorn Carlsson
Any plans to merge those updates into version 2? Thanks, --BC

Re: MRTdump

2016-08-23 Thread Pavel Tvrdík
happened :( The use case is that I have a big route collector with 41,000,000 routes in RIB, which i'd like to dump into long term archives for research purposes, but without file rotation that will be hard to do. BIRD (>=1.2.0) supports MRTdump BGP4MP type [1]. It makes continual log of BGP

Re: MRTdump (Was: Re: New in BIRD)

2016-08-22 Thread Job Snijders
answer. From my > > > search so far I came to the conclusion that in BIRD you cannot mrtdump > > > to more > > > than one file (per process) and that it is still not possible to > > > periodically dump a > > > table. Is that correct ? > > >

Re: [mrtdump branch] Segfault when using a long filename for mrtdump

2016-04-27 Thread Pavel Tvrdík
On 2016-04-26 17:37, Pavel Tvrdík wrote: >Hi Baptiste! > >On 2016-04-26 16:46, Baptiste Jonglez wrote: >>Hi, >> >>I have been experimenting with the mrtdump branch (commit cc4eee62) on >>Debian jessie. > >Thank you for testing experimental code from GIT! >

Re: [mrtdump branch] Segfault when using a long filename for mrtdump

2016-04-27 Thread Baptiste Jonglez
, Pavel Tvrdík wrote: > >Hi Baptiste! > > > >On 2016-04-26 16:46, Baptiste Jonglez wrote: > >>Hi, > >> > >>I have been experimenting with the mrtdump branch (commit cc4eee62) on > >>Debian jessie. > > > >Thank you for testing experime

Re: [mrtdump branch] Segfault when using a long filename for mrtdump

2016-04-27 Thread Pavel Tvrdík
Hi Baptiste, the bug should be fixed! Pull a new commit from GIT or download a mail attachment. Thanks, Pavel On 2016-04-26 17:37, Pavel Tvrdík wrote: Hi Baptiste! On 2016-04-26 16:46, Baptiste Jonglez wrote: Hi, I have been experimenting with the mrtdump branch (commit cc4eee62) on

Re: [mrtdump branch] Segfault when using a long filename for mrtdump

2016-04-26 Thread Pavel Tvrdík
Hi Baptiste! On 2016-04-26 16:46, Baptiste Jonglez wrote: Hi, I have been experimenting with the mrtdump branch (commit cc4eee62) on Debian jessie. Thank you for testing experimental code from GIT! However, when using a moderately long filename, Bird crashes. For instance: birdc6

[mrtdump branch] Segfault when using a long filename for mrtdump

2016-04-26 Thread Baptiste Jonglez
Hi, I have been experimenting with the mrtdump branch (commit cc4eee62) on Debian jessie. However, when using a moderately long filename, Bird crashes. For instance: birdc6 'mrtdump routes to "/bird/mrtdump/rib.ipv6.20160426.1209"' BIRD 1.5.0 ready. Connection cl

Bug: mrtdump file descriptor remains open after reload

2016-03-23 Thread yanosz
Hei folks, I tried to rotate my mrtdump-files by reloading the configuration. Procedure: 1. Configuration file: mrtdump "/tmp/mrtdump.0"; 2. Start bird 3. Change configuration to mrtdump "/tmp/mrtdump.1"; 4. Open birdc6 - execute: configure /etc/bird/bird6.conf Result: Two