ULogd2.x - Documents - IPFIX data generation
Posted
by
Gomathivinayagam
on Server Fault
See other posts from Server Fault
or by Gomathivinayagam
Published on 2012-07-06T02:56:32Z
Indexed on
2012/07/06
3:17 UTC
Read the original article
Hit count: 472
iptables
I would like to generate IPFIX data from the packets that are coming to my local system as part of experimentation. It seems ULogd is a good tool to do that. I am able to capture PCAP data. But there are very less documents available on ULogd2.x about IPFIX format data generation.(There are very few examples provided in ulogd.conf).
Can you provide me any links that describes about how to generate IPFIX data using ulogd2.x? 1) What are the options available? I saw there is polling interval configuration. But I have no idea how does it work?
2) If I set hash_enable = 0, and uncomment the polling_interval value, I'm getting an exception as NFCT plugin requires hash table, evne though I have specified hash_buckets and hash_max_entries. Could you help on this?
3) In general, I would like to know how NFCT plugin works in ulogd2.x. I sent mail to ulogd mailing list, but there are no replies.
Could you shed some light?
© Server Fault or respective owner