Identify more than just the ingress and egress packet throughput on your ASA Firewall

Posted in ASA, NetFlow, Scrutinizer on October 15th, 2009 by scottr
identify-more-than-just-the-ingress-and-egress-packet-throughput-on-your-asa-firewall

NSEL (NetFlow Security Event Logging) is the type of NetFlow exported from an ASA Firewall. The purpose of NSEL is to track firewall events via NetFlow and to have a summary of all conversations associated with that event type.

The three most popular event types that trigger a NetFlow record are:

                                            * flow-create
                                            * flow-denied
                                            * flow-teardown

Read more »

Tags: , , , , , , , , , , , , , ,

What is NSEL? A Deeper Look – Part 1

Posted in NetFlow, NetFlow Analyzer, Network Traffic Analysis on September 18th, 2009 by nathanh
what-is-nsel-a-deeper-look-part-1

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.

However, once NetFlow collectors got their hands on those ASA NetFlow records, we all saw some really strange results.

A couple of months ago, we had asked our customers to help us in finding some answers. With the assistance of Wireshark, we collected a plethora of data to make sense of this puzzle.
After diligent study, we finally had some answers…

Read more »

Tags: , , , , , ,

Plixer releases Scrutinizer v7 NetFlow, sFlow Analyzer

Posted in IT News, NetFlow, NetFlow Analyzer, Network Traffic Analysis, Network Traffic Monitor, Scrutinizer, sFlow on August 25th, 2009 by Jo-G
plixer-releases-scrutinizer-v7-netflow-sflow-analyzer

Scrutinizer v7 for NetFlow and sFlow analysis has been released. This new version of our network traffic analysis solution is 100% free. Plixer’s new model is to build a business around the modules:

Read more »

Tags: , , , , , , , , , , , , ,

Setting up Cisco NetFlow security event logging for Cisco ASA

Posted in NetFlow, NetFlow Analyzer on June 2nd, 2009 by mike@plixer.com
setting-up-cisco-netflow-security-event-logging-for-cisco-asa

I’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.

ciscoasawiresharkMaybe 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.

ciscoAsa

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.

 asaTemplates

 

 asaTrend


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.  :)

Michael Patterson
Scrutinizer Product Manager
Follow Me on Twitter
Tags: , , , , , , , , , , , , , ,