I am trying to setup Netflow on ASA

flow-export destination inside 10.24.32.94  5556
access-list flow_export_acl permit ip any any
class-map flow_export_class
match access-list flow_export_acl

policy-map global_policy
class flow_export_class
flow-export event-type all destination 10.24.32.94




Most of the traffic is shown as unknown protocol but the ports associated
with connection are shown in the output.
On Ubuntu, i started ntopng  using :


  sudo nprobe --zmq "tcp://*:5556" -i eth0 -n none  &
  sudo ntopng -i tcp://127.0.0.1:5556 &


Any assistance in this matter is greatly appreciated.


Thanks
Karar S
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to