回答:
ASA(バージョン8.2(x))は、Netflowバージョン9を使用してSolarWinds Orionコレクターに送信します。それを機能させるために特別なことをする必要はありませんでした。SolarWindsには、「通常」と「ASA」のNetflowの違いをわかりやすく説明したドキュメントがあります。http://www.solarwinds.com/documentation/Netflow/docs/understandingciscoasanetflow.pdf。
これが役立つ場合は、設定例を次に示します。
access-list flow_export_acl extended permit ip any any
flow-export destination inside collector_IP_address 2055
flow-export template timeout-rate 1
flow-export delay flow-create 15
class-map flow_export_class
match access-list flow_export_acl
description Netflow
class flow_export_class
flow-export event-type all destination collector_IP-address