I downloaded and installed solarwind real-time netflow analyzer.
I have a cisco asa 5505 running IOS 8.3(x) and setup snmp community v2
I configured the netflow on it using the following command.
(config)#
flow-export destination inside 10.2.2.2
2055(config)#
flow-export template timeout-rate1
(config)#
flow-export delay flow-create60
(config)#
logging flow-export-syslogs disable(config)#
access-list netflow-export extended permit ipany any
(config)#
class-mapnetflow-export-class
(config-cmap)#
matchaccess-list netflow-export
(config)#
policy-mapnetflow-export-policy
(config-pmap)#
classnetflow-export-class
(config-pmap-c)#
flow-export event-typeall
destination
10.2.2.2
In netflow analyzer configuration, I was able to see the asa 5505 using the snmp community. It shows me the traffics in all interfaces going in and out. However I can't click on inside interface to show me the network. When I do that, it tells me the netflow is not setup on this interface.
What else I need to do so I can use this product?
thanks