Hello, I am trying to use nProbe to pass Netflow-lite data from a Cisco 4948 switch to our collector. The collector requires the source IP of the router, the inbound/outbound interface numbers, as well as protocol information in order to display traffic correctly. Presently it seems the only option is to spoof the IP of the router using -sender-address and the -u and -Q options. This is the command we are using now:
./nprobe -i eth2 --sender-address 9.9.9.1:53000 -n 9.9.9.10:9995 -V 9 -b 1 -u 6 -Q 3 -d 15 The challenge is that with the -u and -Q option we don't get flows for every interface on the switch. We have tried using "-1" as an argument but that uses the MAC, not ifindex. Is there a way to pass the correct ifindex through nProbe? Thank you, Daniel
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
