Setting up Cisco NetFlow security event logging for Cisco ASA
Posted in NetFlow, NetFlow Analyzer on June 2nd, 2009 by mike@plixer.comI’m working with a customer’s Cisco ASA device and we are exporting NetFlow v9 to Scrutinizer to do some Cisco NetFlow traffic analysis. Fun stuff, but NetFlow Security Event Logging or NetFlow Event Logs (NELs) isn’t just about traffic in and out of an interface. Some of the exports are more like syslogs. Up to 18 messages can be placed into a single NetFlow v9 packet.
Interested in trying it?
For those of you interested in ASA netflow I believe it is offered standard on any code revision with the ASA 5580 series, on any lower numbered ASA models you will need ASA 8.2.x code to enable the feature. Someone please tell me if this is incorrect.
Wireshark didn’t decode it
Hopefully someone at Cisco is working on the decodes for Wireshark.
Maybe I’ll bring it up at Wireshark Sharkfest in Palo Alto, Calif. next month! Yeeee HAAAAAA. I hope to see some of you there.
This isn’t your typical NetFlow
Three event types can trigger a NetFlow record.
* flow-create
* flow-denied
* flow-teardown
Of course a NetFlow collector IP address has to be entered into the ASA appliance, along with a a few other commands, for it to send flow records. Use the Modular Policy Framework to customize the details of NetFlow functionality.
Enabling NetFlow on the ASA
You will also need to define a Service policy pointing the flow data to the analyzer server. The below assumes your ASA is still using the default global policy.
policy-map global_policy
class class-default
flow-export event-type all destination x.x.x.x
The above is CLI, but NetFlow can be configured in the Cisco ASDM GUI by clicking:
- Configuration-Firewall->Service Policy Rules.
- Click Add->select “Use class-default as the traffic class”->Next->Netflow (tab)->Add (check the collector(s) you want to use)->Finish->Apply.
Cisco ASA NetFlow commands for specific Events
Example: Log Flow Creation events between hosts 10.1.1.1 and 10.2.2.2
The Internal NetFlow Collector server is 192.168.100.1
ASA (config)# flow-export destination inside 192.168.100.1 2055
ASA (config)# flow template timeout-rate 1
ASA (config)# access-list flow_export_acl permit ip host 10.1.1.1 host 10.2.2.2
ASA (config)# class-map flow_export_class
ASA (config-cmap)# match access-list flow_export_acl
ASA (config)# policy-map flow_export_policy
ASA (config-pmap)# class flow_export_class
ASA (config-pmap-c)# flow-export event-type flow-creation destination 192.168.100.1
Configuring NetFlow
This page was very helpful to determine the above configuration commands for NetFlow on the ASA 5580 using ASDM.
Displaying the NetFlow
Navigate to the graphical trends as shown below in the Status tab of Scrutinizer v7.
Limitation in v7
- Displays data in 1 minute intervals only as roll ups were not completed in time for the release. Up to 5 hours in 1 minute intervals can be displayed by using the ‘Auto’ interval option.
- Interfaces do not show up in the Status tab. You must navigate to the templates as outlined above.
- This is fixed in the next release.
On a personal note: check out these electric mini bikes “Razor MX 650″ on YouTube.com that I picked up for my daughters.
Think Green beyond the network.
Scrutinizer Product Manager
Follow Me on Twitter Tags: Cisco ASA, Cisco ASA 5580, Cisco ASA NetFlow Commands, Cisco NetFlow, Cisco NetFlow traffic analysis, Configuring NetFlow, NEL, NetFlow Collector, NetFlow Event Logs, NetFlow on the ASA, NetFlow Security Event Logging, NetFlow v9, NetFlow v9 packet, Sharkfest, Wireshark



[...] Original post: NetFlow Security Event Logging with the Cisco ASA – NetFlow … [...]
[...] got what I was hoping to be a great packet capture from a Cisco ASA device exporting NetFlow v9. Oh, but you know how it goes in IT sometimes…it’s seldom a simple [...]
[...] of the NetFlow v9 coming from a Cisco ASA device. I have a small capture I used in one of my prior blogs on this topic, but the packet capture is too short. If possible, we need a 5-10 minute capture so that our [...]
[...] you want to try this with your ASA hardware, here is a page to help you find the necessary enable ASA NetFlow commands . Michael Patterson Scrutinizer Product Manager Follow Me on Twitter Share and [...]
The configuration is the same on the 5580 as well as all models of ASA including the 5510, 5520, 5540, and 5550 if ASA 8.2.x code installed. As mentioned earlier in the blog netflow is not supported on the latter ASA models with 8.0.x installed.
Scrutinizer v7.0 has been released. It now supports NSEL from the Cisco ASA firewalls. very cool! call us if you need help setting it up.
[...] (NetFlow Security Event Logs) for Cisco ASA [...]
[...] Template refresh records can only be sent based on time intervals, not based on number of data records. (Learn how to configure your ASA template intervals) [...]
[...] spent the rest of the afternoon installing and configuring Scrutinizer 7.0, and setting up NetFlow on the ASA. We then created a custom report that would tell us of any YouTube [...]
[...] can find help on configuring the ASA to send NetFlow here. Michael Patterson Scrutinizer Product Manager Follow Me on Twitter Share and [...]
I posted a video on reporting on the ASA: http://www.plixer.com/blog/netflow/cisco-asa-and-netflow-reporting-video/#more-6020
[...] report can be very interesting as you see data often left out in some reporting tools. Read about some limitations when Scrutinizer reports on NetFlow from the ASA at the bottom of this [...]
[...] When Cisco launched the release of ASA software v8.2, there was a LOT of excitement. Finally, Cisco had included NetFlow support for another key device in everyone’s network. Naturally, everyone ran around looking for the latest configs to enable NetFlow for the ASA. [...]
We have been getting a few calls with questions on the uniqueness of the NetFlows exported by the Cisco ASA. Check out this PDF:
http://www.plixer.com/files/netflow-on-the-asa-11-18-09.pdf
[...] A few months ago Nathan invited us to take a deeper look at NSEL. NSEL is the NetFlow exported from an ASA Firewall. He showed us how to enable and configure ASA for NetFlow. [...]