Skip to content

template not found #109

@jibanes

Description

@jibanes

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions