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.
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>flow-export destination inside<span style="font-family:Arial,sans-serif;font-weight:normal;"> 10.2.2.2</span> 2055
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>flow-export template timeout-rate<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>1
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>flow-export delay flow-create<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>60
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)#<span style="color:#000000;background-color:#fff5ee;"> </span></span>logging flow-export-syslogs disable
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>access-list netflow-export extended permit ip<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>any any
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>class-map<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>netflow-export-class
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config-cmap)#</span>match<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>access-list netflow-export
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config)# </span>policy-map<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>netflow-export-policy
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config-pmap)# </span>class<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>netflow-export-class
<span style="font-family:Arial,sans-serif;font-weight:normal;">(config-pmap-c)# </span>flow-export event-type<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>all<span style="font-family:Arial,sans-serif;font-weight:normal;"> </span>destination<span style="color:#4700b8;font-family:Arial,sans-serif;font-weight:normal;"> </span><span style="font-family:Arial,sans-serif;font-weight:normal;">10.2.2.2</span>
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