-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is IPFIX going to be supported? #2
Comments
Can you give me the spec of IPFIX so I can compare. Currently I have been using the Cisco own netflow v9 spec given on their web site? |
In Ciscos whitepaper about V9 package format ( http://www.cisco.com/en/US/technologies/tk648/tk362/technologies_white_paper09186a00800a3db9.html ) there is a link to a document describing type 128 to 32768. |
Hello, |
First thanks for the good work, I really need this IPFIX feature, as you may be busy I'm interested in adding it myself, but would you please provide me some general guides so I don't have to go through all of the codes. |
It is actually already supported. However not all fields are automatically
decoded. From the standard fields all floating point are not decoded (I
have no ipfix source so I am unable to verify the type). If those fields
are not an issue, then you can use this library as is. If that is an issue
there are two options - 1) write decoder yourself (use the given example in
the Readme) or 2) send me a file with ipfix data collected by tcpdump -w
file -s 0...
On Thu, 22 Jun 2017 at 07:35, rahbari ***@***.***> wrote:
First thanks for the good work, I really need this IPFIX feature, as you
may be busy I'm interested in adding it myself, but would you please
provide me some general guides so I don't have to go through all of the
codes.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG7ZqLXNIJy7UdFECqy7v5TFYQWuE2cks5sGf0JgaJpZM4CJLV3>
.
--
Delian
|
I know it's more like IPFIX = NetFlow V10 and this project says V9.
Vyos seems to include IPFIX types within it's V9 netflow packets.
So unless they are included this library seems unusable for that.
The text was updated successfully, but these errors were encountered: