You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get nfdump to show the src/dst xlt ip's and ports from an A10 CGN device sending sflow to an sfcapd collector.
I am testing using the latest master branch as well as 1.6.25 compiling with --enable-sflow and --enable-nsel and --enable-devel
The nat_src and nat_dst and nat_src_port and nat_dst_port all show up in the packet and get processed by sfcapd, but nfdump does not show them when using any type of output modifier including -o raw. The default nfdump shows the following:
I've attached sample sfcapd output and sample ndump output. Any ideas on what I might be doing wrong? It seems like it could be a bug with sfcapd saving the data properly to the nfcapd files, or a problem with nfdump reading them.
Happy to help troubleshoot more, and can provide any other information if requested.
@mikej96 - would you mind, to collect a pcap, sent to sfcapd, worth a couple 10k bytes of data and send it to me to the email address in the AUTHORS file?
I can't seem to get nfdump to show the src/dst xlt ip's and ports from an A10 CGN device sending sflow to an sfcapd collector.
I am testing using the latest master branch as well as 1.6.25 compiling with
--enable-sflow
and--enable-nsel
and--enable-devel
The
nat_src
andnat_dst
andnat_src_port
andnat_dst_port
all show up in the packet and get processed by sfcapd, but nfdump does not show them when using any type of output modifier including-o raw
. The default nfdump shows the following:I've attached sample sfcapd output and sample ndump output. Any ideas on what I might be doing wrong? It seems like it could be a bug with sfcapd saving the data properly to the nfcapd files, or a problem with nfdump reading them.
Happy to help troubleshoot more, and can provide any other information if requested.
Example nfdump output:
example_nfdump_trimmed.txt
Example sfcapd output:
example_packet_from_sfcapd.txt
The text was updated successfully, but these errors were encountered: