Re: CLI debugging

2016-10-12 Thread Pavel Tvrdík
| interfaces | events | packets }) Pavel Tvrdík writes: Try in BIRD client this: bird> debug all { states } bird> debug cogent { states, routes } On 2016-08-24 19:39, micah wrote: That works, but I have to say that it is very confusing how those arguments are presented! We changed debug o

Re: BIRD memory usage

2016-09-12 Thread Pavel Tvrdík
ommit/d9c6d180e41c7246ccbde8ae4d828d87daa12cf4 It should fix the bug in the better way. Thanks again for your help on this - we really appreciate it :) You're welcome :) Cheers, Pavel Cheers, Just On 7 September 2016 at 09:08, Pavel Tvrdík wrote: Hi, Just. On 2016-09-06 22:50, Justin Cattle wrote:

Re: BIRD memory usage

2016-09-07 Thread Pavel Tvrdík
w. Cheers, Just On 6 September 2016 at 16:46, Pavel Tvrdík wrote: Hi Justin, On 2016-09-05 16:21, Justin Cattle wrote: Hi, A colleague of mine reported a memory usage issue with the bird daemon last year, which resulted in a request for a core dump, but we never followed it up. I'd

Re: BIRD memory usage

2016-09-06 Thread Pavel Tvrdík
Hi Justin, On 2016-09-05 16:21, Justin Cattle wrote: Hi, A colleague of mine reported a memory usage issue with the bird daemon last year, which resulted in a request for a core dump, but we never followed it up. I'd like to re-open this discussion and see if anything can be done to fix it. I'

Re: CLI debugging

2016-09-05 Thread Pavel Tvrdík
Hi. On 2016-09-02 13:59, Israel G. Lugo wrote: On 08/30/2016 02:01 PM, Bernardo Figueiredo wrote: In my opinion: debug ( | | all) (all | off | ( "{" states | routes | filters | interfaces | events | packets "}" ) ) Control protocol debugging via BIRD logs The parethensis are to group all t

Re: CLI debugging

2016-08-24 Thread Pavel Tvrdík
On 2016-08-24 19:39, micah wrote: Thanks Pavel, That works, but I have to say that it is very confusing how those arguments are presented! You're welcome! Do you have an idea how to express it another way? Kind Regards, Pavel micah Pavel Tvrdík writes: Hi, Micah! It could be a l

Re: MRTdump

2016-08-23 Thread Pavel Tvrdík
Hi, Job! On 2016-08-22 21:21, Job Snijders wrote: Hi, Sorry for resurrecting an old thread like this, but I was wondering whether any progress has been made for automatic MRT dump file rotation? I believe there is a patch, and i thought it would be merged into 1.6.0 - but than little happene

Re: CLI debugging

2016-08-17 Thread Pavel Tvrdík
Hi, Micah! It could be a little confusing.. Try in BIRD client this: BIRD 1.6.0 ready. bird> debug all { states } bird> debug cogent { states, routes } Best Regards, Pavel On 2016-08-16 18:06, micah anderson wrote: Hi, I wanted to debug the states of a neighbor, but I cannot seem to figure

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

2016-04-27 Thread Pavel Tvrdík
Glad to hear it! On 2016-04-27 10:55, Baptiste Jonglez wrote: Thanks for the quick patch Pavel, it seems to work fine! On Wed, Apr 27, 2016 at 10:27:40AM +0200, Pavel Tvrdík wrote: Hi Baptiste, the bug should be fixed! Pull a new commit from GIT or download a mail attachment. Thanks, Pavel

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 'mrt

Re: Possibility of adding bgpsec code to the BIRD repo.

2016-03-22 Thread Pavel Tvrdík
Hi Michael. On 2016-03-03 20:52, Michael Baer wrote: I had a question for the development team. My group, and me specifically, have been working on adding BGPsec support into the BIRD code base. We initially hoped to have it merged into the standard BIRD repository and are getting to the poin

Re: Help: Monitor Bird via SNMP

2016-02-09 Thread Pavel Tvrdík
Hello Michail, did you try an internet archive wayback machine? http://web.archive.org/web/20130309232859/http://www.littleowlconsultancy.com/blog/how-we-monitor-bird-using-snmp-and-nagios/ All Best, Pavel On 2016-02-09 14:28, ?? ?? wrote: Hello BIRD experts, I would like to inves

Re: Bird and RIP

2016-01-05 Thread Pavel Tvrdík
tual interfaces "ve1" and "ve2" have to use each other interfaces than the physical interface "eth0" to work like you want. Pavel 2016-01-05 11:12 GMT+03:00 Pavel Tvrdík : Hello, Anton. On 2016-01-04 20:04, Anton Kiryushkin wrote: Hello, Pavel. I can'

Re: Bird and RIP

2016-01-05 Thread Pavel Tvrdík
Hello, Anton. On 2016-01-04 20:04, Anton Kiryushkin wrote: Hello, Pavel. I can't announce rip_metric from virtual interfaces via physical. Is it possible? As I understood, it's impossible.​ Virtual interfaces aren't problem. Did you set the export filter to all? If I have virtual interfaces

Re: Bird and RIP

2016-01-04 Thread Pavel Tvrdík
Hello, Anton. The implementation of RIP from the master branch from Git should work fine. What version of Bird did you test and what problem did you have with rip metric? All Best, Pavel On 2016-01-03 00:18, Anton Kiryushkin wrote: Hello. Could you tell me status RIP in bird. Is it still b

Re: Is it possible to insert an MRT dump into BIRD routing tables ?

2015-11-16 Thread Pavel Tvrdík
Hi Bahram. On 2015-11-13 12:13, Bahram wrote: I was wondering if it is possible to insert and replay an MRT dump (say BGP dump) of a router into the BIRD routing tables ? This feature is not implemented in BIRD. A solution would be to parse an MRT dump and insert it to the BIRD via command-l

Re: MRT rib dump support

2015-11-12 Thread Pavel Tvrdík
Hi, Job! On 2015-11-12 17:11, Job Snijders wrote: Will a 'rotate' function of sorts be implemented? Where you can specify that every 3600 seconds it starts writing to the next file, with for instance a UNIX timestamp being part of the filename? A 'rotate' function is not implemented yet, but i

Re: RIP with MD5 authentication

2015-11-12 Thread Pavel Tvrdík
Hi Alex. On 2015-11-12 16:20, Alex Lalik wrote: protocol rip RIP { debug all; honor neighbor; authentication md5; passwords { password "secret"; }; Configuration of the password like this protocol rip RIP { debug all; honor neighbor; authentication md5; password "secre

Re: MRT rib dump support

2015-11-12 Thread Pavel Tvrdík
Hi Evelio, thank you for your question! On 2015-11-11 21:20, Evelio VILA wrote: Re Hello, Looking into this commit, https://gitlab.labs.nic.cz/labs/bird/commit/11fabd2d6b8bc3d6ca86acd3b62fe4deeb4b91b7 Yes, in the branch mrtdump (https://gitlab.labs.nic.cz/labs/bird/network/mrtdump) is alr

Re: RIP v2 'router id' significance

2015-09-22 Thread Pavel Tvrdík
Hi Mark. On 2015-09-22 01:40, Mark Trumpold wrote: In a rip domain with multiple routers in a hub/star configuration, is is possible/advisable not to specify a ‘router id’ in the router configs? In BIRD configuration you must always specify a 'router id', although the protocol does not requir