javadmohebbi / goNfCollector

A set of tool to collect & analyze netflow & export them to many DBs & Apps like InfluxDB time-series DB
94 stars 20 forks source link

#IPFIX #OpenvSwitch /trans.yml template didn't work #48

Open hiendinh114 opened 8 months ago

hiendinh114 commented 8 months ago

I got problem with IPFIX in OpenvSwitch.

I have followed the Issue "UDP port netflow/IPfix" (Refer: https://github.com/javadmohebbi/goNfCollector/issues/8) and accidentally discovered that the etc directory path declared for mapping into the container was wrong.

Therefore, the etc/trans.yml file wasn't found as the picture below. image

After repointing the correct path to the trans.yml file, I still cannot get Nfcollector to decode IPFIX packets sent from OpenvSwitch. OpenvSwitch's IPFIX message had some fields that be duplicated. openvswitch-nfcollector-ipfix-dump.log

Hope someone can fix the error. Thank you very much!