-
Notifications
You must be signed in to change notification settings - Fork 60
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
IPFIX #20
Comments
Hi, thanks for the nice feedback! |
@schadom regarding your mentioned issue in manuelkasper/AS-Stats#88, you said
I recently built a tool which mapped |
@bitkeks world is small it seems :-) I did the same already, a Python script which fetches the pfx2as data daily from http://data.caida.org/datasets/routing and then uses this to do IP2AS lookups. This is more accurate than relying on - for example ripe-delegated list or other sources - because this really has fresh prefix/origin-as data. This is already built-in into |
That's good to hear! Currently investigating the diff for v9 to IPFIX. I'd also try to adapt the collector to speak TCP. And SCTP, but that might be more of a case of learning purpose.. Maybe this also helps resolving #21 |
Another alternative would be to do IP2AS and AS-NAME lookups by querying
thanks for the hint! I will push the repo to github later on. |
IPFIX is now included in the package and available to the collector. Could anyone of you test it in your setups? I'd then release a new version on PyPI with IPFIX. Thanks! |
@bitkeks wow, that's amazing! thank you very much! will test later 👍 |
After adding some more tests, netflow v0.10.1 with IPFIX support is now published on PyPI: https://pypi.org/project/netflow/0.10.1/ |
Thanks for this great project. Any plans for supporting IPFIX?
The text was updated successfully, but these errors were encountered: