Skip to content
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

Handle PEN messages correctly #13353

Closed
vknyazhev opened this issue May 26, 2023 · 2 comments · Fixed by #13360
Closed

Handle PEN messages correctly #13353

vknyazhev opened this issue May 26, 2023 · 2 comments · Fixed by #13360
Assignees
Labels
area/network New plugins or feature relating to Network Monitoring feature request Requests for new plugin and for new features to existing plugins

Comments

@vknyazhev
Copy link

Use Case

Error processing IPFIX messages using telegraf [[inputs.netflow]] #13305. The question of interpreting the content of IPFIX messages with PEN fields remains open.

Expected behavior

When receiving IPFIX messages containing PEN numbers are not interpreted as ntop fields with the corresponding content

Actual behavior

When receiving IPFIX messages containing PEN numbers are not interpreted as
ntop fields with the corresponding contentIPFIXCGS.pcap.txt

Additional info

No response

@vknyazhev vknyazhev added the feature request Requests for new plugin and for new features to existing plugins label May 26, 2023
@powersj
Copy link
Contributor

powersj commented May 26, 2023

@srebhan assigning to you since you were already looking at this.

@srebhan srebhan added the area/network New plugins or feature relating to Network Monitoring label May 30, 2023
@srebhan
Copy link
Member

srebhan commented May 30, 2023

@vknyazhev please check the binary in PR #13360 once CI finished the build/tests. For testing, please download the ntop mapping file from the PR and use

[[inputs.netflow]]
  service_address = "udp://:2055"
  private_enterprise_number_files = ["ntop-35632.csv"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/network New plugins or feature relating to Network Monitoring feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants