Has anyone gotten Manage Engine to accept to recieve netflow traffic from an edgemax.
I already tested the Manage Engine server using NF9Test which intercepts netflow packets and decodes them and the server is recieving th netflow data. Wireshark shows the same.
My current config for netflow is.
flow-accounting {
interface eth0
netflow {
enable-egress {
}
engine-id 1
sampling-rate 1001
server 192.168.1.30 {
port 9996
}
timeout {
expiry-interval 300
flow-generic 300
}
version 9
}
}