Network Management
Configure Cisco ASA devices for use with Orion NTA
ASA version 8.2 software supports NetFlow export across all ASA models. This article provides the fields you must include in the ASA configuration to export flow data to SolarWinds NetFlow Traffic Analyzer (NTA).
First published date
Last published date
Overview
Notes
- This sample configuration has been verified on an ASA 5505 running ASA software version 8.2(1)12.
- Configured firewall rules should be tested when ASA configuration changes are made.
- In all ASA exporters, flow information is exported without regard to flow direction. As a result, duplicate flows appear to come from both endpoints of a conversation, and it can be difficult to determine which endpoint is receiving and which endpoint is transmitting in a selected conversation.
For example configuration for devices running ASA software version 9.0+, see NetFlow Configuration Example - Cisco ASA.
Product section
Resolution
The following commands must be included in your global service policy for ASA NetFlow export to function:
-
(config)# flow-export destination <interface name> <Orion server IP address> 2055
Note: Replace <interface name> with the interface name that will be used to send exports to Orion NTA. This interface must be on the same side of the ASA as the Orion server. -
(config)#flow-export template timeout-rate <#_minutes>
This command sets the interval, in minutes, at which template information is sent to your NTA server. The default is 1 minutes, and this will probably work in most cases. -
(config)# flow-export delay flow-create <#_seconds>
This command sets the flow-create delay to allow short-lived, identical flows to be exported as a single flow if they occur during the specified delay period. Setting this delay to 60 seconds should work for most environments. -
(config)# logging flow-export-syslogs disable
This setting is optional, but it is recommended, as it eliminates the impact of flow-exported syslogs that may cause performance issues. -
(config)# access-list netflow-export extended permit ip any any
This command defines an access list called netflow-export to specify the traffic of interest. The provided syntax includes all traffic. -
(config)# class-map netflow-export-class
This command enters class map configuration mode and defines a class callednetflow-export-class. -
(config-cmap)# match access-list netflow-export
This command maps the netflow-export access list to the defined netflow-export-class class. -
(config)# policy-map <existing global policy name>
This command enters policy map configuration mode for an existing policy-map. For example, policy-map global-policy. -
(config-pmap)# class netflow-export-class
This command maps the netflow-export-class class to the defined netflow-policy policy.
-
(config-pmap-c)# flow-export event-type all destination <Orion server IP address>
This command defines both the NSEL event types (all) to be exported and the export target (your Orion NTA server).
-
(config)#flow-export enable
This command applies to ASA version 8.1 only and was deprecated in 8.2.