-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Mikrotik 7.18:
[admin@xxx] /ip/traffic-flow> print
enabled: yes
interfaces: ether1
cache-entries: 1M
active-flow-timeout: 30m
inactive-flow-timeout: 15s
packet-sampling: no
sampling-interval: 0
sampling-space: 0
[admin@xxx] /ip/traffic-flow/target> print
Columns: SRC-ADDRESS, DST-ADDRESS, PORT, VERSION
# SRC-ADDRESS DST-ADDRESS PORT VERSION
0 192.168.1.1 192.168.1.5 2059 9
Ubuntu 24.04.03/amd64:
$ ./dist/netflow2ng-0.1.0 -a "0.0.0.0:2059"
INFO Using ntopng JSON format for ZMQ
INFO Started ZMQ listener on: tcp://*:5556
INFO Starting netflow2ng
INFO starting collection
INFO template error: receiver: message from [::ffff:192.168.1.1]:2059 NetFlowV9 [version:9 type:Decode obsDomainId:0: templateId:256] Error template not found
INFO template error: receiver: message from [::ffff:192.168.1.1]:2059 NetFlowV9 [version:9 type:Decode obsDomainId:0: templateId:256] Error template not found
alternatively
$ ./dist/netflow2ng-0.1.0 -a "192.168.1.5:2059"
INFO Using ntopng JSON format for ZMQ
INFO Started ZMQ listener on: tcp://*:5556
INFO Starting netflow2ng
INFO starting collection
INFO template error: receiver: message from 192.168.1.1:2059 NetFlowV9 [version:9 type:Decode obsDomainId:0: templateId:256] Error template not found
Please let me know if this is expected, thank you.
Metadata
Metadata
Assignees
Labels
No labels