-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Nokia BNG NAT logging support #533
Comments
Thanks for the sample! I will check. |
Another funny fact: records does not explicitly says if they are ADD ou DEL event. [1] One has to imply that by the presence (or absence) of For ADD events, flow records comes with Nokia being Nokia. |
So it's about the 3 missing and Nokia specific elements? @anetrjuns, @gabrielmocan - as of NAT logging - does that work for you? Honestly, I don't see much NAT stuff thee? |
@phaag that's Nokia way of doing things. They always just ignore standards, most likely to sell their proprietary monitoring stuff. But well, in regards to NAT logging, we would need 2 things:
@anetrjuns for your use case you would need types 91 and 92 fields? |
@gabrielmocan I added another file from the vendor
For my use case type 93 field extraction enough |
The Nokia nat records are now decoded in the master repo.
The Nokia elements are listed in As Nokia does not send NAT events for ADD/DELETE and uses different templates for each, there are no NAT event records available. To add them as a best guess of what was sent is too risky and may lead to unwanted results with data from other exporters. Therefore it is left to the user to evaluate correctly the appropriate events. |
@phaag can we have this extensions for |
Done! |
@phaag many thanks, unbelivable, it's working :) Only one question about date/time |
@anetrjuns this seems fine to me. First entry is the ADD event, second entry is the DEL event. You'll have to imply this logic wherever you're going to use these information. |
Is it possible to add support for NAT logging for Nokia BNG ?
https://infocenter.nokia.com/public/7750SR227R1A/index.jsp?topic=%2Fcom.nokia.Multiservice_ISA_and_ESA_Guide%2Flsn_and_l2-awar-d1085e11672.html
Example capture and nfcapd is attached
nokia_cflow_example.zip
The text was updated successfully, but these errors were encountered: