Re: [pmacct-discussion] Next-hop not populated when using networks file

2014-04-08 Thread Joan
port==2591,cflow -s0 -V Thanks for all your help, Joan 2014-04-07 20:56 GMT+02:00 Paolo Lucente : > Hi Joan, > > I've just tried to reproduce the issue with latest CVS with > no luck, ie. BGP next-hop information is inserted just fine. > > If you make a pcap capture of

Re: [pmacct-discussion] Next-hop not populated when using networks file

2014-04-07 Thread Joan
3.255.240.0/24 > 123.123.123.123,55649,223.255.241.0/24 > 123.123.123.123,55649,223.255.242.0/24 > 123.123.123.123,55649,223.255.243.0/24 > 123.123.123.123,45954,223.255.244.0/24 > 123.123.123.123,45954,223.255.245.0/24 > 123.123.123.123,45954,223.255.246.0/24 > 123.123.123.123,45954,223.255.247.0/24 > 123

Re: [pmacct-discussion] Next-hop not populated when using networks file

2014-04-07 Thread Joan
The date I've in the checkout folder is Feb, 17th, and it's probably from those days (also it's trunk code), I'll update to current head and test it again. 2014-04-05 4:22 GMT+02:00 Paolo Lucente : > Hi Joan, > > Can you confirm you do not run a CVS build past Fe

[pmacct-discussion] Next-hop not populated when using networks file

2014-04-04 Thread Joan
I am using a networks_file such as this, being the next hop 123.123.123.123, I do have other bgp providers for other routes. 123.123.123.123,17766,223.255.235.0/24 123.123.123.123,56000,223.255.236.0/24 123.123.123.123,56000,223.255.237.0/24 123.123.123.123,56000,223.255.238.0/24 123.123.123.123,5

Re: [pmacct-discussion] Network file not properly load

2014-02-13 Thread Joan
Ok, then I will try to adapt the script I used to generate this file, because there are lots of routes saved from the bgp summary. https://github.com/paololucente/pmacct-contrib/blob/master/st1/quagga_gen_as_network.pl 2014-02-13 16:39 GMT+01:00 Adam Bogdan : > Hi Joan, > > The proble

[pmacct-discussion] Network file not properly load

2014-02-13 Thread Joan
While loading the attached network file, I get this strange errors on the logs (when debug is enabled), it seems that the networks are not properly imported (it seems related to the nested networks) but I couldn't simplify any more the test case. The problem is that when there are those errors the

Re: [pmacct-discussion] Strange results on nfdump when using networks_file

2014-02-10 Thread Joan
the issue. 2014-02-07 12:28 GMT+01:00 Paolo Lucente : > Hi Joan, > > Just fetched myself for a test from the CVS and build is 20140205-00 > (ie. pmacctd -V). Do i get correctly the issue is: you are able to > compile pmacct 1.5.0rc2 against PF_RING 5.6.2 but not latest pmacct

Re: [pmacct-discussion] Strange results on nfdump when using networks_file

2014-02-07 Thread Joan
mail, is this the proper module to checkout from? Regards, Joan 2014-02-05 17:42 GMT+01:00 Paolo Lucente : > Hi Joan, > > I verified the issue you describe and fixed in the CVS. Can you give > it a try and see if that works for you? > > Cheers, > Paolo > > On Wed,

[pmacct-discussion] Strange results on nfdump when using networks_file

2014-02-05 Thread Joan
I am trying to setup again a system to export flows with as number by using the networks_file, since creating a full networks_file with the script at ( https://github.com/paololucente/pmacct-contrib/tree/master/st1) failed leaving all the AS fields as 0, I simplified the file to a minimal case (onl

Re: [pmacct-discussion] Using pf_ring together with pmacct?

2014-02-04 Thread Joan
hat be improved? $ ps -p 15139 -L -o pid,tid,psr,pcpu PID TID PSR %CPU 15139 15139 2 54.6 PID TID PSR %CPU 15139 15139 1 54.6 PID TID PSR %CPU 15139 15139 2 54.6 2014-02-04 Paolo Lucente : > Hi Joan, > > Perfect, thanks for having summarized your solut

Re: [pmacct-discussion] Using pf_ring together with pmacct?

2014-02-03 Thread Joan
r/lib ln -s /usr/local/lib/libpcap.so.1 libpcap.so.1 Once that was done, pmacct could start, and the performance is really much better, I'd say about a 30% less load in the system. I'll report any other findings I do, Thanks for your work again, Joan 2014-02-03 Paolo Lucente : > Hi Jo

[pmacct-discussion] Using pf_ring together with pmacct?

2014-02-03 Thread Joan
's libpcap instead of the system one (which isn't ready) This last part is what doesn't work for me so far, any help would be appreciated, Joan ___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Pmacct not adding the as number

2013-07-09 Thread Joan
Hello again, with the changes you proposed it seems to work fine, the only missing AS i see now are from our own bgp system, I imagine that's because they aren't saved in the output of "sh ip bgp", so it can be easily fixed. 2013/7/9 Joan > I have done the chang

Re: [pmacct-discussion] Pmacct not adding the as number

2013-07-09 Thread Joan
I have done the change, I don't have yet any significant amount of flows to analyze, so I'll be back later when I have more information. Thanks a lot for your help, Joan 2013/7/9 Paolo Lucente > Hi Joan, > > Please add 'pmacctd_as: file' to your config. Actuall

Re: [pmacct-discussion] Pmacct not adding the as number

2013-07-09 Thread Joan
tches in the file: 29073,80.82.64.0/24 2013/7/5 Paolo Lucente > xHi Joan, > > Thanks for explaining the background, it makes sense. To get ASNs info > populated you should add src_as and dst_as primitives to your aggregate > directive. Same as any further info you wish to see p

Re: [pmacct-discussion] Crash in pmacct

2013-07-09 Thread Joan
.14.3 compiles just fine, and doesn't crash anymore, if someone wants the .deb just ask :) I'm still having issues populating the srcas, dstas, but that's for another thread. 2013/7/8 Karl O. Pinc > On 07/08/2013 05:30:36 AM, Joan wrote: > > BTW, just found in the changelog

Re: [pmacct-discussion] Crash in pmacct

2013-07-08 Thread Joan
addition to ETHERTYPE, ie. Field Type #256. Should both be present the latter has priority over the former. * fix, net_aggr.c: if --enable-ipv6 is specified, defining a networks_file can cause SEGVs. This is now solved. 2013/7/8 Joan > The wheezy defautl was crashing for me a bit af

Re: [pmacct-discussion] Crash in pmacct

2013-07-08 Thread Joan
hin minutes. Also, I think that never ended up in a release afair, it > was just in trunk. > On 8 Jul 2013 13:30, "Joan" wrote: > >> BTW, just found in the changelog for 0.14.1 this: >> ! fix, net_aggr.c: defining a networks_file configuration directive in >>

Re: [pmacct-discussion] Crash in pmacct

2013-07-08 Thread Joan
BTW, just found in the changelog for 0.14.1 this: ! fix, net_aggr.c: defining a networks_file configuration directive in conjunction with --enable-ipv6 was causing a SEGVs. This is now solved. That could be the cause for my issue (unless debian backported the fixes) 2013/7/8 Joan >

Re: [pmacct-discussion] Crash in pmacct

2013-07-08 Thread Joan
f this for debian using irc chat on > the #debian channel of irc.freenode.net. > > On 07/05/2013 05:39:41 PM, Paolo Lucente wrote: > > Hi Joan, > > > > I can verify the backtrace you provided does not apply to the current > > (and 0.14.3 release to that mat

[pmacct-discussion] Crash in pmacct

2013-07-05 Thread Joan
you have a look into this and tell me if it's something that was fixed in a newer version? Regards, Joan pmacct.backtrace Description: Binary data ___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

[pmacct-discussion] Pmacct not adding the as number

2013-07-05 Thread Joan
Hello, I am trying to get pmacct workting to replace softflowd because we'd like to have the as numbers for the networks populated. To accomplish this I am using the script to generate the networks_file from quagga (I had a couple of issues but it's ok now) This is my pmactd.conf config: /etc/pma