<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Advanced NetFlow Traffic Analysis</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2013</dc:rights>
<dc:date>2013-06-09T11:21:06-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.38" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>Securing Remote Networks Against Cyber Threats: part 1</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-1.html</link>
<guid isPermaLink="false">51112@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>Managed Security Service Providers (MSSP) are depending on NetFlow and IPFIX as one of the top 3 enablers for improving network threat detection for onsite as well as remote sites.&nbsp; The <a title="Distributed NetFlow" href="http://www.plixer.com/Scrutinizer-Netflow-Sflow/distributed-flow-collectors.html">distributed NetFlow collection</a> nature of this technology allows IT security teams to gain threat insight into remote areas without actually visiting each location.&nbsp;<br /><!-- pagebreak --><br /> Most firewalls today including those from Barracuda, Cisco ASA, Palo Alto Networks, SonicWALL and others provide NetFlow or IPFIX exports which with the right flow analytics solution, allow for several types of additional threat detection methods.</p>
<p><strong>Why Companies Turn to MSSPs</strong></p>
<p>With 50% of Internet thefts occurring at companies with less than 2500 employees and the cost of hiring a security expert increasing, many organizations are turning to MSSPs in hopes of gaining access to a team of security experts. In turn, MSSPs provide their customers with &nbsp;services in areas such as virus blocking, IDS, VPN and firewall maintenance. Monthly fees generally include a block of hours for system changes, modifications and upgrades. &nbsp;When they aren&rsquo;t working on specific customer issues, they collaborate with other experts to identify the latest threats and the best security countermeasures. &nbsp;Because these experts can&rsquo;t wait for the next software update to fight the latest cyber battle, security teams often turn to flow technologies to monitor for the latest malware.</p>
<p>&ldquo;IPS (or deep packet inspection) is our #1 security defense; <strong>Netflow is a very close #2</strong>&nbsp; &ndash; Gavin Reid, Manager of Cisco CSIRT.</p>
<p><strong>Threat Detection with NetFlow</strong></p>
<p>Traditionally, NetFlow and IPFIX have been used by MSSPs to perform Network Behavior Analysis by running dozens of algorithms against the flows collected. Examples include:</p>
<ul>
<li><strong>Breach Attempts</strong>: Looks for many small flows from one source to one destination. This can indicate things such as a brute force password attack. A typical scenario would be a dictionary attack on an SSH server.</li>
<li><strong>DDoS</strong>: Identifies a Distributed Denial of Service attack such as those that can be launched by a BOTNET.</li>
<li><strong>DNS Violation</strong>: Alerts when a host initiates an excessive number of DNS queries. This can help to identify hosts that may be infected with a mailer worm or other issues that require an inordinate number DNS lookups.</li>
<li><strong>FIN Scan</strong>: The FIN scan&rsquo;s &ldquo;stealth&rdquo; frames are unusual because they are sent to a device without first going through the normal TCP handshaking routine.</li>
<li><strong>ICMP Destination Unreachable</strong>: This is a message that comes back from the router to the requesting host stating that it doesn&rsquo;t have a route to the destination network of the target host.</li>
</ul>
<ul>
<li><strong>ICMP Port Unreachable</strong>: This is a message that comes back from the destination server stating that it will not open communication on the specified port requested by the host.</li>
<li><strong>Nefarious Activity Violation:</strong> Looks for hosts communicating with many hosts with a low number of flows. An example would be a port 80 scan of an entire subnet.</li>
<li><strong>NULL Scan</strong>: The null scan turns off all TCP flags in an attempt to open a connection with the target host. Sometimes it consists of flows where the source port is 0 with various destination ports.</li>
<li><strong>RST/ACK</strong>: RST/ACK packets are connection denials that come back from destinations to the originating hosts. It can be caused by network scanning.</li>
<li><strong>SYN scan/flood</strong>: SYN packets are sent out in an attempt to make a network connection with a target host. It can be caused by network scanning.</li>
<li><strong>Unfinished Flows:</strong> Identifies hosts that have a high percentage of unfinished flows. This indicates scanning, Malware or poorly configured applications on a host.</li>
<li><strong>XMAS Tree scan</strong>: The Xmas tree scan sends a TCP frame to a remote device with the URG, PUSH, and FIN flags set. This is called a Xmas tree scan because of the alternating bits turned on and off in the flags byte (00101001), much like the lights of a Christmas tree.</li>
</ul>
<p>The above algorithms are an excellent step toward the automation of detecting malware that could be trying to penetrate and compromise hosts on the network.&nbsp; Notice that these algorithms focus on network behavior analysis as deep packet inspection to match packets to signatures isn&rsquo;t generally possible with NetFlow.&nbsp; Much like a flu virus, malware can use a polymorphic technique which means it can constantly vary its structure and content in order to avoid detection.&nbsp; Solutions which perform deep packet inspection in an attempt to pattern match through the use of constantly updated signatures can easily be evaded by this dynamic technique. Even with all the above, more needs to be done to detect the latest forms of malware and this means thinking outside the proverbial threat detection box.<br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/Dmitri-Alperovitch.jpg" alt="Dmitri-Alperovitch.jpg" width="112" height="147" /><br /><br /><em>&ldquo;I am convinced that every company in every conceivable industry with significant size and valuable intellectual property and trade secrets has been compromised (or will be shortly), with the great majority of the victims rarely discovering the intrusion or its impact. In fact, I divide the entire set of Fortune Global 2,000 firms into two categories: those that know they&rsquo;ve been compromised and those that don&rsquo;t yet know.&rdquo;</em><a href="http://www.mcafee.com/us/resources/white-papers/wp-operation-shady-rat.pdf">Dmitri Alperovitch, former VP of Threat Research, McAfee</a>&reg;<br /><br />Read Part 2 on <a title="NetFlow Reporting" href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-2.html">IP host reputation</a>.</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/threat%20detection%20cyber%20threats" rel="tag">threat detection cyber threats</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/threat detection" title="threat detection" rel="tag">threat detection</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow ipfix" title="netflow ipfix" rel="tag">netflow ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/packet inspection" title="packet inspection" rel="tag">packet inspection</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/behavior analysis" title="behavior analysis" rel="tag">behavior analysis</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/unfinished flows" title="unfinished flows" rel="tag">unfinished flows</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network" title="network" rel="tag">network</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/threat detection cyber threats" title="threat detection cyber threats" rel="tag">threat detection cyber threats</a><br>
<ul>
<b>Follow me:</b><br>

</ul>
<b>Related Entries</b>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-1.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-1.html#comments" title="Comment on: Securing Remote Networks Against Cyber Threats: part 1">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-1.html&title=Securing%20Remote%20Networks%20Against%20Cyber%20Threats%3A%20part%201">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/06/securing-remote-networks-against-cyber-threats-part-1.html" title="Securing Remote Networks Against Cyber Threats: part 1">Securing Remote Networks Against Cyber Threats: part 1</a></p>
<br/>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>

<p><map name="google_ad_map_130609112106">
<area shape="rect" href="http://imageads.googleadservices.com/pagead/imgclick/130609112106?pos=0" coords="1,2,367,28"/>
<area shape="rect" href="http://services.google.com/feedback/abg" coords="384,10,453,23"/></map>
<img usemap="#google_ad_map_130609112106" border="0" src="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&client=ca-pub-8317963745003590&channel=0771188340Call with FONcall™0771188340Connecting...Connected!Error: could not place callbug?&output=png&cuid=130609112106&amp;url=http%3A%2F%2Fblog.tmcnet.com%2Fadvanced-netflow-traffic-analysis%2F2013%2F06%2Fsecuring-remote-networks-against-cyber-threats-part-1.html"/></p>]]></description>
<dc:subject>distributed netflow</dc:subject>
<dc:subject>threat detection cyber threats</dc:subject>

<dc:subject>threat detection cyber threats</dc:subject>
<dc:subject>threat detection</dc:subject>
<dc:subject>netflow ipfix</dc:subject>
<dc:subject>packet inspection</dc:subject>
<dc:subject>behavior analysis</dc:subject>
<dc:subject>unfinished flows</dc:subject>
<dc:subject>network</dc:subject>

<pubDate>Sun, 09 Jun 2013 11:21:06 -0500</pubDate>
<dc:date>2013-06-09T11:21:06-05:00</dc:date>

</item>

 

<item>
<title>Router Overhead When Enabling NetFlow</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html</link>
<guid isPermaLink="false">50976@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>Are you concerned about the router overhead when enabling NetFlow?&nbsp; You should be if the router already has a busy CPU.&nbsp; Make sure you trend the CPU utilization on a busy router before you try enabling NetFlow or IPFIX.&nbsp; In most cases enabling these network traffic monitoring exports won&rsquo;t impact performance however, they could however on an already over worked appliance.&nbsp;</p>
<p><!-- pagebreak --></p>
<p>In most vendor implementations, flow technology is implemented in software. This results in only a small performance hit in well-written flow programs. In earlier versions of NetFlow (e.g. NetFlow v1), a busy router could be brought to its knees by enabling NetFlow.&nbsp; Enabling NetFlow on the Cisco Catalyst 4500, 6500, 7600, 10000 and 12000 routers can result in the following CPU increase:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="238" valign="top">
<p># of Active Flow Cache Entries</p>
</td>
<td width="202" valign="top">
<p>Additional CPU Utilization</p>
</td>
</tr>
<tr>
<td width="238" valign="top">
<p>10000</p>
</td>
<td width="202" valign="top">
<p>&lt;4%</p>
</td>
</tr>
<tr>
<td width="238" valign="top">
<p>45000</p>
</td>
<td width="202" valign="top">
<p>&lt;12%</p>
</td>
</tr>
<tr>
<td width="238" valign="top">
<p>65000</p>
</td>
<td width="202" valign="top">
<p>&lt;16%</p>
</td>
</tr>
</tbody>
</table>
<p><strong>CAUTION</strong>: enabling conventional software implementations of NetFlow on very busy routers manufactured by most vendors can in some cases cause unacceptable performance issues.&nbsp; In these cases, reducing the flow tuple or implementing flow sampling are options to consider.&nbsp;</p>
<p>Cisco Systems, Enterasys, Extreme Networks and <a href="http://www.tmcnet.com/tmcnet/snapshots/snapshots.aspx?Company=Dell">Dell</a> Sonicwall develop firewalls, routers and switches that support NetFlow and IPFIX in hardware with no impact to the CPU.&nbsp; SonicWALL exports IPFIX with over a dozen different templates and claims less than a 1% impact on CPU utilization. Other vendors like Enterasys have implemented unsampled NetFlow capable ASICs that are capable of exporting line rate flow exports. &nbsp;With flow volumes exceeding 500,000 flows per second, the performance problem often moves from the exporter to the collector as no single flow collection appliance on the market today can handle this flow rate and distributed NetFlow solutions can&rsquo;t always help when all the flows are coming from one exporter.</p>
<p><a title="Distributed NetFlow" href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/high-volume-netflow-collector-enterprise-traffic-analysis.html">Distributed NetFlow collectors</a> allow administrators to break up the collection of flows into groups with each collector receiving from a set of routers.&nbsp; Because the configuration of hundreds of routers is often involved, a <a title="forwarding NetFlow" href="http://www.plixer.com/Products/flow-replicator.html">NetFlow replicator</a> (aka NetFlow duplicator) is often implemented.&nbsp; The Flow Replicator allows administrators to configure the routers to send flows to a single appliance.&nbsp; The Flow Replicator then splits up the flows to different collectors.&nbsp; This configuration allows administrators to balance the collection loads.&nbsp;</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/netflow-replicator.png" alt="netflow-replicator.png" width="539" height="261" /><br />Collection vendors like to tout their collection rates in the multiple million flows per second however, the architecture to support this flow rate is solely dependent on a multitude of individual collectors each limited to 100K-200K flows per second.&nbsp; To reduce the volume, flow sampling or <a title="Packet Samples" href="http://datatracker.ietf.org/wg/psamp/charter/">PSAMP</a> is considered.&nbsp; Shortening the size of the <a title="learn about the flow tuple" href="http://www.plixer.com/blog/sflow/how-to-avoid-ipfix-or-netflow-sampling-vs-sflow/">flow tuple</a> can also lead to less flows exported.&nbsp; The problem with many hardware implementations of NetFlow and IPFIX is that modifications to the tuple are not possible. Cisco and Plixer are the only vendors I know off that support this practice.&nbsp;</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed%20NetFlow%20collectors" rel="tag">distributed NetFlow collectors</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed%20NetFlow%20solutions" rel="tag">distributed NetFlow solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow%20duplicator" rel="tag">netflow duplicator</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow%20replicator" rel="tag">netflow replicator</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network%20traffic%20monitoring" rel="tag">network traffic monitoring</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/enabling netflow" title="enabling netflow" rel="tag">enabling netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow ipfix" title="netflow ipfix" rel="tag">netflow ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed netflow" title="distributed netflow" rel="tag">distributed netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/overhead enabling" title="overhead enabling" rel="tag">overhead enabling</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/router overhead" title="router overhead" rel="tag">router overhead</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed NetFlow solutions" title="distributed NetFlow solutions" rel="tag">distributed NetFlow solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed NetFlow collectors" title="distributed NetFlow collectors" rel="tag">distributed NetFlow collectors</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network traffic monitoring" title="network traffic monitoring" rel="tag">network traffic monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow replicator" title="netflow replicator" rel="tag">netflow replicator</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow duplicator" title="netflow duplicator" rel="tag">netflow duplicator</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html" title="Building a NetFlow Cache: Exporting IPFIX">Building a NetFlow Cache: Exporting IPFIX</a> - <i>Mar 12, 2013</i><br></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html" title="Amazon EC2 Monitoring: Network Performance">Amazon EC2 Monitoring: Network Performance</a> - <i>Jan 25, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/01/cisco-performance-monitoring-with-scrutinizer-thumb-75xauto-12311.jpg" alt="cisco-performance-monitoring-with-scrutinizer.jpg"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html" title="Nimsoft Service Desk Pricing: Distributed NetFlow Solutions">Nimsoft Service Desk Pricing: Distributed NetFlow Solutions</a> - <i>Sep 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/09/nimsoft-service-desk-thumb-75xauto-11774.png" alt="nimsoft service desk"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html" title="Ingress NetFlow or Egress NetFlow part 2">Ingress NetFlow or Egress NetFlow part 2</a> - <i>Jun 22, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/06/inboundUsingEgress-thumb-75xauto-11475.png" alt="Inbound Using Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/04/how-to-roll-out-byod-security-best-network-management.html" title="How to roll out BYOD Security: Best Network Management">How to roll out BYOD Security: Best Network Management</a> - <i>Apr 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/04/patrick_sweeney_sonicwall-thumb-75xauto-11183.jpg" alt="Patrick Sweeney SonicWALL"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/dropped-netflow-flow-sequence-numbers.html" title="Dropped NetFlow : Flow Sequence Numbers">Dropped NetFlow : Flow Sequence Numbers</a> - <i>Jan 29, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/01/droppedFlowsSpecific-thumb-75xauto-10721.png" alt="dropped Flows Specific"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html#comments" title="Comment on: Router Overhead When Enabling NetFlow">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html&title=Router%20Overhead%20When%20Enabling%20NetFlow">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html" title="Router Overhead When Enabling NetFlow">Router Overhead When Enabling NetFlow</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>distributed NetFlow collectors</dc:subject>
<dc:subject>distributed NetFlow solutions</dc:subject>
<dc:subject>netflow duplicator</dc:subject>
<dc:subject>netflow replicator</dc:subject>
<dc:subject>network traffic monitoring</dc:subject>

<dc:subject>distributed NetFlow solutions</dc:subject>
<dc:subject>distributed NetFlow collectors</dc:subject>
<dc:subject>network traffic monitoring</dc:subject>
<dc:subject>netflow replicator</dc:subject>
<dc:subject>netflow duplicator</dc:subject>
<dc:subject>enabling netflow</dc:subject>
<dc:subject>netflow ipfix</dc:subject>
<dc:subject>distributed netflow</dc:subject>
<dc:subject>overhead enabling</dc:subject>
<dc:subject>router overhead</dc:subject>
<dc:subject>netflow</dc:subject>

<pubDate>Wed, 01 May 2013 14:59:34 -0500</pubDate>
<dc:date>2013-05-01T14:59:34-05:00</dc:date>

</item>

<item>
<title>Cisco Wireless Controller NetFlow Configuration </title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html</link>
<guid isPermaLink="false">50919@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>Two months ago we started playing with the Cisco Wireless Controller NetFlow configuration and got it to export flows with NBAR support.&nbsp; Pretty cool stuff. We were given a Cisco 2500 series to play with and once we had flows going to our NetFlow analyzer, it became clear why this hardware is part of the Cisco AVC family of NetFlow capable solutions.&nbsp;<br /><!-- pagebreak --><br /><!-- pagebreak --></p>
<p><!-- pagebreak --><!-- pagebreak --><br />Here&rsquo;s a break down on some of features as well as the hardware required for AVC support on the wireless controllers:</p>
<ul>
<li>AVC works on traffic from Cisco APs in &ldquo;Local Mode&rdquo;, FlexConnect central switching and OEAP traffic.</li>
<li>AVC is based on port, destination and heuristics which allows reliable packet classification with deep visibility.</li>
<li>AVC looks into the initial setup of the client flow (first 10-20 packets) so loading on the controller system is minimal.</li>
<li>Available for all current generation Cisco controllers supporting v7.4 - Cisco 2504, 5508, WiSM2, Flex 7500 and 8500</li>
</ul>
<p>Application Visibility and Control</p>
<p><a title="Cisco AVC NetFlow Support" href="http://www.cisco.com/en/US/prod/routers/application_visibility_control.html">Cisco Application Visibility and Control</a> (AVC) solution is a suite of services that provides application-level classification, monitoring, and traffic control to improve application performance.&nbsp; It is available within the following hardware families:</p>
<ul>
<li>Cisco Integrated Services Routers Generation 2 (ISR G2)</li>
<li>Cisco ASR 1000 Series Aggregation Service Routers (ASR 1000s)</li>
<li>Cisco Wireless LAN Controllers</li>
</ul>
<p>The Cisco AVC Solution helps you:</p>
<ul>
<li>Identify and classify over 1,000 applications by leveraging NBAR</li>
<li>Monitor next generation flow statistics such as response time, latency, jitter, and other application performance metrics</li>
<li>Export NetFlow version 9 or IP information export (IPFIX)</li>
<li>Set different QoS priorities based on application</li>
<li>Dynamically choose network paths based on performance</li>
</ul>
<p>Cisco Wireless Controller NetFlow Configuration</p>
<p>The Cisco wireless controller NetFlow configuration is shown below.</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/cisco-wireless-controller-netflow-configuration.png" alt="Cisco Wireless Controller NetFlow configuration" width="1094" height="614" />&nbsp;</p>
<p>A few minutes after our NetFlow analyzer started receiving the flows, I saved some reports and created a custom Cisco Wireless Controller NetFlow dashboard:</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/cisco-wireless-controller-netflow.png" alt="Cisco Wireless Controller NetFlow" width="1408" height="968" /></p>
<p>As one of my co-workers pointed out in his post on&nbsp;<a title="Cisco wireless NetFlow" href="http://www.plixer.com/blog/flexible-netflow/cisco-wireless-netflow-support/">Cisco wireless NetFlow support</a> these reports are a bit unique and won&rsquo;t work with just any ol&rsquo;&nbsp;<a title="Best NetFlow Collectors" href="http://www.netflowcollector.com">NetFlow collector</a>.&nbsp; We had to create special provisions in our NetFlow reporting interface. This hardware exports 2 templates.&nbsp; One is the NBAR option template, the 2<sup>nd</sup> is the actual flows which contain the following elements: </p>
<ul>
<li>Client Source MAC : Key Field</li>
<li>Client Source IP : Key Field</li>
<li>SSID Name : Key Field</li>
<li>Application ID</li>
<li>Direction</li>
<li>Byte Count</li>
<li>Packet Count</li>
<li>In DSCP</li>
<li>Out DSCP</li>
<li>Last AP MAC</li>
</ul>
<p>Notice anything missing?&nbsp;</p>
<p>Register for the webcasts offered on:</p>
<ul>
<li><a href="http://ctt.marketwire.com/?release=1006073&id=2847475&type=1&url=https%3a%2f%2fwww1.gotomeeting.com%2fregister%2f991078369">Thursday April 25, 10AM Eastern Time</a></li>
<li><a href="http://ctt.marketwire.com/?release=1006073&id=2847478&type=1&url=https%3a%2f%2fwww1.gotomeeting.com%2fregister%2f970537945">Thursday April 25, 4PM Eastern Time</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco%20application%20visibility%20and%20control" rel="tag">Cisco application visibility and control</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco%20Wireless%20Controller%20NetFlow%20Configuration" rel="tag">Cisco Wireless Controller NetFlow Configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco%20wireless%20netflow%20support" rel="tag">Cisco wireless netflow support</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20analyzer" rel="tag">Netflow analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20collector" rel="tag">Netflow collector</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20reporting" rel="tag">Netflow reporting</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/cisco wireless" title="cisco wireless" rel="tag">cisco wireless</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/wireless controller" title="wireless controller" rel="tag">wireless controller</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/controller netflow" title="controller netflow" rel="tag">controller netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow configuration" title="netflow configuration" rel="tag">netflow configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow analyzer" title="netflow analyzer" rel="tag">netflow analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/cisco" title="cisco" rel="tag">cisco</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco Wireless Controller NetFlow Configuration" title="Cisco Wireless Controller NetFlow Configuration" rel="tag">Cisco Wireless Controller NetFlow Configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco application visibility and control" title="Cisco application visibility and control" rel="tag">Cisco application visibility and control</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow analyzer" title="Netflow analyzer" rel="tag">Netflow analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow collector" title="Netflow collector" rel="tag">Netflow collector</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow reporting" title="Netflow reporting" rel="tag">Netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco wireless netflow support" title="Cisco wireless netflow support" rel="tag">Cisco wireless netflow support</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html" title="Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0">Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0</a> - <i>Nov 25, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/11/paloAltoNetworksFirewallEventsByHost-thumb-75xauto-11983.png" alt="Palo Alto Networks Firewall Events By Host"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html" title="Nimsoft Service Desk Pricing: Distributed NetFlow Solutions">Nimsoft Service Desk Pricing: Distributed NetFlow Solutions</a> - <i>Sep 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/09/nimsoft-service-desk-thumb-75xauto-11774.png" alt="nimsoft service desk"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html" title="Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR">Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR</a> - <i>Jul 12, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/07/performance-Monitoring-Cisco-Medianet-thumb-75xauto-11557.png" alt="performance Monitoring Cisco Medianet"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html#comments" title="Comment on: Cisco Wireless Controller NetFlow Configuration ">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html&title=Cisco%20Wireless%20Controller%20NetFlow%20Configuration%20">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html" title="Cisco Wireless Controller NetFlow Configuration ">Cisco Wireless Controller NetFlow Configuration </a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>cisco wireless controller netflow</dc:subject>
<dc:subject>Cisco application visibility and control</dc:subject>
<dc:subject>Cisco Wireless Controller NetFlow Configuration</dc:subject>
<dc:subject>Cisco wireless netflow support</dc:subject>
<dc:subject>Netflow analyzer</dc:subject>
<dc:subject>Netflow collector</dc:subject>
<dc:subject>Netflow reporting</dc:subject>

<dc:subject>Cisco Wireless Controller NetFlow Configuration</dc:subject>
<dc:subject>Cisco application visibility and control</dc:subject>
<dc:subject>Netflow analyzer</dc:subject>
<dc:subject>Netflow collector</dc:subject>
<dc:subject>Netflow reporting</dc:subject>
<dc:subject>Cisco wireless netflow support</dc:subject>
<dc:subject>cisco wireless</dc:subject>
<dc:subject>wireless controller</dc:subject>
<dc:subject>controller netflow</dc:subject>
<dc:subject>netflow configuration</dc:subject>
<dc:subject>netflow analyzer</dc:subject>
<dc:subject>cisco</dc:subject>

<pubDate>Mon, 15 Apr 2013 05:39:00 -0500</pubDate>
<dc:date>2013-04-15T05:39:00-05:00</dc:date>

</item>

<item>
<title>Building a NetFlow Cache: Exporting IPFIX</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html</link>
<guid isPermaLink="false">50824@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[Most engineers implementing NetFlow or IPFIX know how to get started.&nbsp; Where they sometimes stumble is in the area of a properly structured export with well thought out relationships between the templates. Today I want to provide an good example.<br /><br />This&nbsp; post on building a NetFlow Cache and exporting IPFIX is pretty deep. For this reason, my prior post on <a title="NetFlow and IPFIX" href="http://www.plixer.com/blog/cisco-netflow/exporting-netflow-or-ipfix/">Exporting NetFlow or IPFIX</a>&nbsp;&nbsp; really should be reviewed first.&nbsp; A flow cache entry in a router or switch is built using the first packet between two hosts and the cache table is maintained for all active connections (i.e. flows).&nbsp;&nbsp; When a packet comes into the device, its tuple is compared to existing entries in the cache table.&nbsp; A match of the key fields triggers a flow entry update where packet, byte counts and perhaps other fields are incremented and updated. Packets that don&rsquo;t match a flow entry are compared to policy (e.g. firewall or ACL rules) and are ultimately dropped or used to create new cache entries.&nbsp; Flow entries are exported to a flow collector periodically based on timers (I.e. Active Timeout) or flow behaviors. <br /><!-- pagebreak -->When talking with a vendor about building out a flow cache, it is very important that we first establish what we want to export.&nbsp; For most vendor implementations, this decision is easy and they copy NetFlow v5. Some software developers however, want to take their flow export to another level and provide the very best in Network Traffic Monitoring metrics. To do this, a list of all the details that need to be exported should be created. <br />
<ul>
<li>All of the data available in NetFlow v5</li>
<li>VoIP details on caller ID, Codec, Jitter and packet loss</li>
<li>Cloud service details on round trip time, URLs and deep packet inspection details that identify tricky applications like Skype, Webex and BitTorrent.</li>
<li>Interface names and speeds to avoid the reporting tools dependency on SNMP</li>
<li>Syslog and trap message details</li>
</ul>
The next step is to layout the IPFIX elements needed for each template.&nbsp; We have to use IPFIX because in all likelihood your company name isn&rsquo;t Cisco and even if it is, the list includes elements that will end up being variable length fields such as URL and syslog details.&nbsp; These are, for all practical reasons, difficult to export using NetFlow v9.&nbsp; Let&rsquo;s get started on IPFIX template creation and take the list above one item at a time.&nbsp; Each element name is preceded by an IANA or a dot separated vendor specific IE.<br /><br />Be sure to take notice that <a title="IPFIX Standard on Elements" href="http://www.iana.org/assignments/ipfix/ipfix.xml">IANA defined IEs</a> are always the preference over vendor specific IEs.&nbsp; The vendor specific IEs are followed by the vendor Private Enterprise Number (PEN) (e.g. .32473). <br />
<ul>
<li>A) Template: All of the data available in NetFlow v5/v9. This template is easy to define because all of the information necessary has been defined by IANA:</li>
</ul>
<ol>
<ul>
<li>1 octetDeltaCount</li>
<li>2 packetDeltaCount</li>
<li>4 protocolIdentifier</li>
<li>5 ipClassOfService</li>
<li>6 tcpControlBits</li>
<ul>
<li>Sent as 0 for non TCP traffic</li>
</ul>
<li>7 sourceTransportPort</li>
<li>8 sourceIPv4Address</li>
<li>9 sourceIPv4PrefixLength</li>
<li>10 ingressInterface</li>
<li>11 destinationTransportPort</li>
<li>12 destinationIPv4Address</li>
<li>13 destinationIPv4PrefixLength</li>
<li>14 egressInterface</li>
<li>15 ipNextHopIPv4Address</li>
<li>16 bgpSourceAsNumber</li>
<li>17 bgpDestinationAsNumber</li>
<li>21 flowEndSysUpTime</li>
<li>22 flowStartSysUpTime</li>
<li>95 Application ID</li>
<ul>
<li>This element causes another template below</li>
</ul>
<li>148 Flow ID</li>
<ul>
<li>This element is used to link to other templates</li>
</ul>
</ul>
</ol>The above template is used for all protocols not sent by a more specific template.&nbsp; See below.<br />
<ul>
<li>B) Template: VoIP details on caller ID, Codec, Jitter and packet loss.&nbsp; These elements are exported using a new template that contains meta data related to the flows exported above for the UDP real-time protocol (RTP).&nbsp; It contains the following IDs:</li>
</ul>
<ol>
<ul>
<li>148 Flow ID</li>
<ul>
<li>Links to the flow in A)</li>
</ul>
<li>400.32473 Caller ID</li>
<li>401.32473 Codec</li>
<li>402.32473 Jitter</li>
<li>403.32473 Packet Loss</li>
</ul>
</ol>
<ul>
<li>C) Template: Cloud service details on round trip time, URLs and deep packet inspection details that identify tricky applications like <a href="http://www.tmcnet.com/tmcnet/snapshots/snapshots.aspx?Company=Skype">Skype</a> and BitTorrent.&nbsp; These elements are exported using a meta data template similar to the one created in b).&nbsp; In this case however, the template is only used for TCP traffic and includes the following IDs:</li>
</ul>
<ol>
<ul>
<li>148 Flow ID</li>
<ul>
<li>Links to the flow in a)</li>
</ul>
<li>501.32473 Round Trip Time</li>
<li>503.32473 URL</li>
</ul>
</ol>
<ul>
<li>D) Template: Interface names and speeds to avoid the reporting tools dependency on SNMP:<br />
<ul>
<li>10 ingressInterface</li>
<li>82 interfaceName</li>
<li>83 interfaceDescription</li>
<li>82.32473 ifSpeed</li>
</ul>
</li>
</ul>
IMPORTANT: Always check with IANA for the IE before creating one with the company PEN! This helps guarantee wider acceptance from collectors built by different vendors and improves cross vendor reporting.
<ul>
<li>E) Template: Syslog and trap message details:<br />
<ul>
<li>322 observationTimeSeconds</li>
<li>700.32473 Facility</li>
<li>701.32473 Severity</li>
<li>8 sourceIPv4Address</li>
<li>10 ingressInterface</li>
<li>12 destinationIPv4Address</li>
<li>704.32473 Message</li>
</ul>
</li>
</ul>
<ul>
<li>F) Template: Application Name - This template provides the correlation between the application ID and the actual name of the application.&nbsp; There is an effort underway to standardize this export which would allow consistency across vendors.</li>
</ul>
<ol>
<ul>
<li>95 Application ID</li>
<ul>
<li>Links to the flow in a)</li>
</ul>
<li>96 Application Name</li>
</ul>
</ol>With the templates above defined, it is time to find an IPFIX software solution that will export the data from your appliance. There are plenty of open source projects on the Internet that can do this.&nbsp; One favorite is IPFIXify which also takes care of the template refresh (e.g. every 1-5 minutes) that has to be reported periodically.&nbsp; IPFIXify also exports the RFC 5610 details.&nbsp; To learn more about the above process, consider purchasing my book on NetFlow and IPFIX titled <a title="book on NetFlow" href="http://www.plixer.com/Scrutinizer-Netflow-Sflow/book-on-netflow-and-ipfix.html">Unleashing the Power of NetFlow and IPFIX</a>.<br /><br />]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/book%20on%20NetFlow%20and%20IPFIX" rel="tag">book on NetFlow and IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Building%20a%20NetFlow%20Cache" rel="tag">Building a NetFlow Cache</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Exporting%20IPFIX" rel="tag">Exporting IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20and%20IPFIX" rel="tag">NetFlow and IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20Traffic%20Monitoring" rel="tag">Network Traffic Monitoring</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow ipfix" title="netflow ipfix" rel="tag">netflow ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/jitter packet" title="jitter packet" rel="tag">jitter packet</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/vendor specific" title="vendor specific" rel="tag">vendor specific</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/codec jitter" title="codec jitter" rel="tag">codec jitter</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/exported using" title="exported using" rel="tag">exported using</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/template" title="template" rel="tag">template</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/book on NetFlow and IPFIX" title="book on NetFlow and IPFIX" rel="tag">book on NetFlow and IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network Traffic Monitoring" title="Network Traffic Monitoring" rel="tag">Network Traffic Monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Building a NetFlow Cache" title="Building a NetFlow Cache" rel="tag">Building a NetFlow Cache</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Exporting IPFIX" title="Exporting IPFIX" rel="tag">Exporting IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow and IPFIX" title="NetFlow and IPFIX" rel="tag">NetFlow and IPFIX</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html" title="Router Overhead When Enabling NetFlow">Router Overhead When Enabling NetFlow</a> - <i>May 01, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/netflow-replicator-thumb-75xauto-12622.png" alt="netflow-replicator.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html" title="Amazon EC2 Monitoring: Network Performance">Amazon EC2 Monitoring: Network Performance</a> - <i>Jan 25, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/01/cisco-performance-monitoring-with-scrutinizer-thumb-75xauto-12311.jpg" alt="cisco-performance-monitoring-with-scrutinizer.jpg"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html" title="Ingress NetFlow or Egress NetFlow part 2">Ingress NetFlow or Egress NetFlow part 2</a> - <i>Jun 22, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/06/inboundUsingEgress-thumb-75xauto-11475.png" alt="Inbound Using Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/04/how-to-roll-out-byod-security-best-network-management.html" title="How to roll out BYOD Security: Best Network Management">How to roll out BYOD Security: Best Network Management</a> - <i>Apr 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/04/patrick_sweeney_sonicwall-thumb-75xauto-11183.jpg" alt="Patrick Sweeney SonicWALL"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/dropped-netflow-flow-sequence-numbers.html" title="Dropped NetFlow : Flow Sequence Numbers">Dropped NetFlow : Flow Sequence Numbers</a> - <i>Jan 29, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/01/droppedFlowsSpecific-thumb-75xauto-10721.png" alt="dropped Flows Specific"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html#comments" title="Comment on: Building a NetFlow Cache: Exporting IPFIX">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html&title=Building%20a%20NetFlow%20Cache%3A%20Exporting%20IPFIX">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html" title="Building a NetFlow Cache: Exporting IPFIX">Building a NetFlow Cache: Exporting IPFIX</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Network traffic monitoring </dc:subject>
<dc:subject>ipfix</dc:subject>
<dc:subject>book on NetFlow and IPFIX</dc:subject>
<dc:subject>Building a NetFlow Cache</dc:subject>
<dc:subject>Exporting IPFIX</dc:subject>
<dc:subject>NetFlow and IPFIX</dc:subject>
<dc:subject>Network Traffic Monitoring</dc:subject>

<dc:subject>book on NetFlow and IPFIX</dc:subject>
<dc:subject>Network Traffic Monitoring</dc:subject>
<dc:subject>Building a NetFlow Cache</dc:subject>
<dc:subject>Exporting IPFIX</dc:subject>
<dc:subject>NetFlow and IPFIX</dc:subject>
<dc:subject>netflow ipfix</dc:subject>
<dc:subject>jitter packet</dc:subject>
<dc:subject>vendor specific</dc:subject>
<dc:subject>codec jitter</dc:subject>
<dc:subject>exported using</dc:subject>
<dc:subject>template</dc:subject>

<pubDate>Tue, 12 Mar 2013 16:28:49 -0500</pubDate>
<dc:date>2013-03-12T16:28:49-05:00</dc:date>

</item>

<item>
<title>Amazon EC2 Monitoring: Network Performance</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html</link>
<guid isPermaLink="false">50613@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>We recently did a cost analysis where we considered outsourcing to Amazon&rsquo;s EC2 (<a href="http://aws.amazon.com/ec2/" target="_blank">Elastic Computing Cloud</a>) service and the topic of network performance monitoring among other issues came up.&nbsp; We considered the amount of bandwidth we would use as well as how we would monitor the quality of service our customers were gaining through our use of EC2 and the final decision was that Amazon EC2 was not of us.<br /><!-- pagebreak --></p>
<p><!-- pagebreak --><!-- pagebreak --><br /><br />Amazon EC2 services allow companies to create a server hosted by Amazon and manipulate it pretty much as if it were your own.&nbsp; Once configured, the server can either sit on the internet for remote access or a VPN can be setup to allow the Amazon hosted server to sit on your internal network.&nbsp; It is a great concept.&nbsp; To monitor network performance to and from the hosted server, we planned on installing the <a href="http://www.plixer.com/Scrutinizer-Netflow-Sflow/nbox.html" target="_blank">nProbe</a> to monitor TCP connection times to all of our customers. This would allow us to trend metrics on round trip times (RTT) and gain metrics on the Cisco IP SLA monitors used to verify acceptable connection times.&nbsp;</p>
<p>The nProbe, similar to Cisco&rsquo;s performance monitoring Flexible NetFlow technology for medianets, watches TCP handshakes to provide metrics on RTT.&nbsp; Understandably this technology is not ideal for long lived TCP connections as a 2nd TCP hand shake doesn&rsquo;t occur during a long lived connection.&nbsp; In our implementation however, nearly all connections are short lived hence a technology leveraging TCP handshakes to calculate a RTT works fine if not ideal because the RTT measured is of the actual end user connection and not a synthetic transaction like when using IP SLA monitors.&nbsp; There is a great white paper on <a href="http://www.plixer.com/Whitepapers/measuring-latency-using-netflow.html" target="_blank">calculating latency with NetFlow and TCP flags</a>.</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/cisco-performance-monitoring-with-scrutinizer.jpg" alt="cisco-performance-monitoring-with-scrutinizer.jpg" width="550" height="303" /></p>
<p>Imagine leveraging a cloud service like <a href="http://www.tmcnet.com/tmcnet/snapshots/snapshots.aspx?Company=salesforce.com">salesforce.com</a> and being able to gain metrics on every TCP connection.&nbsp; You would be able to gain insight on which remote offices, subnets and individuals within those groups are seeing the worse connection times.&nbsp; Being a network traffic monitoring company, we have grown accustom to always having this type of insight at our finger tips.&nbsp; The more we looked at the Amazon EC2 service offering the more attractive it became until we started crunching the numbers.</p>
<p>Because we maintain a network traffic baseline of current traffic patterns, we were able to calculate the Amazon EC2 costs times our expected bandwidth use for an entire year.&nbsp; The final figures were in favor of us buying a bigger server and having it hosted at our local service provider.&nbsp; We learned that although Amazon&rsquo;s Elastic Computing Cloud is an attractive offering for many applications, it was not ideal&nbsp; for our specific use.&nbsp; The bandwidth our server would use made the switch to Amazon EC2 cost prohibitive.&nbsp;</p>
We will certainly consider this service in the future and you can bet when we do, the use of Cisco Performance Monitoring and or the nProbe will be part of the solution.&nbsp; Learn more by watching the Network <a href="http://www.plixer.com/Webcasts/webcast-request-form-cisco-performance-monitoring-metrics-meets-plixer-s-scrutinizer.html" target="_blank">Performance Monitoring webcast</a>.]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/amazon%20ec2%20monitoring" rel="tag">amazon ec2 monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/flexible%20netflow" rel="tag">flexible netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network%20performance%20monitoring" rel="tag">network performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network%20traffic%20monitoring" rel="tag">network traffic monitoring</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/performance monitoring" title="performance monitoring" rel="tag">performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network performance" title="network performance" rel="tag">network performance</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/connection times" title="connection times" rel="tag">connection times</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/cloud service" title="cloud service" rel="tag">cloud service</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network traffic" title="network traffic" rel="tag">network traffic</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/amazon" title="amazon" rel="tag">amazon</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network performance monitoring" title="network performance monitoring" rel="tag">network performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/flexible netflow" title="flexible netflow" rel="tag">flexible netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network traffic monitoring" title="network traffic monitoring" rel="tag">network traffic monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/amazon ec2 monitoring" title="amazon ec2 monitoring" rel="tag">amazon ec2 monitoring</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html" title="Router Overhead When Enabling NetFlow">Router Overhead When Enabling NetFlow</a> - <i>May 01, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/netflow-replicator-thumb-75xauto-12622.png" alt="netflow-replicator.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html" title="Building a NetFlow Cache: Exporting IPFIX">Building a NetFlow Cache: Exporting IPFIX</a> - <i>Mar 12, 2013</i><br></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html" title="NetFlow Training Schedule for 2012">NetFlow Training Schedule for 2012</a> - <i>Aug 11, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/08/netflow-training-thumb-75xauto-11621.jpg" alt="netflow training"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html" title="Ingress NetFlow or Egress NetFlow part 2">Ingress NetFlow or Egress NetFlow part 2</a> - <i>Jun 22, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/06/inboundUsingEgress-thumb-75xauto-11475.png" alt="Inbound Using Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/04/how-to-roll-out-byod-security-best-network-management.html" title="How to roll out BYOD Security: Best Network Management">How to roll out BYOD Security: Best Network Management</a> - <i>Apr 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/04/patrick_sweeney_sonicwall-thumb-75xauto-11183.jpg" alt="Patrick Sweeney SonicWALL"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/monitoring-byod-traffic-with-netflow.html" title="Monitoring BYOD traffic with NetFlow">Monitoring BYOD traffic with NetFlow</a> - <i>Mar 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/mIAM-OSes_02-thumb-75xauto-11206.png" alt="mIAM-OSes_02.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/02/monitoring-video-performance-with-netflow.html" title="Monitoring Video Performance with NetFlow">Monitoring Video Performance with NetFlow</a> - <i>Feb 19, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/02/latencyOnNbarApps2-thumb-75xauto-10897.png" alt="latency On Nbar Applications"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/02/end-to-end-visibility-network-flow-path.html" title="End to End Visibility : Network Flow Path">End to End Visibility : Network Flow Path</a> - <i>Feb 06, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/02/medianet-Performance-Monitoring-thumb-75xauto-10822.png" alt="Medianet Performance Monitoring"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/dropped-netflow-flow-sequence-numbers.html" title="Dropped NetFlow : Flow Sequence Numbers">Dropped NetFlow : Flow Sequence Numbers</a> - <i>Jan 29, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/01/droppedFlowsSpecific-thumb-75xauto-10721.png" alt="dropped Flows Specific"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html#comments" title="Comment on: Amazon EC2 Monitoring: Network Performance">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html&title=Amazon%20EC2%20Monitoring%3A%20Network%20Performance">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html" title="Amazon EC2 Monitoring: Network Performance">Amazon EC2 Monitoring: Network Performance</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Network traffic monitoring </dc:subject>
<dc:subject>flexible netflow</dc:subject>
<dc:subject>network performance monitoring</dc:subject>
<dc:subject>amazon ec2 monitoring</dc:subject>
<dc:subject>flexible netflow</dc:subject>
<dc:subject>network performance monitoring</dc:subject>
<dc:subject>network traffic monitoring</dc:subject>

<dc:subject>network performance monitoring</dc:subject>
<dc:subject>flexible netflow</dc:subject>
<dc:subject>network traffic monitoring</dc:subject>
<dc:subject>amazon ec2 monitoring</dc:subject>
<dc:subject>performance monitoring</dc:subject>
<dc:subject>network performance</dc:subject>
<dc:subject>connection times</dc:subject>
<dc:subject>cloud service</dc:subject>
<dc:subject>network traffic</dc:subject>
<dc:subject>amazon</dc:subject>

<pubDate>Fri, 25 Jan 2013 22:20:55 -0500</pubDate>
<dc:date>2013-01-25T22:20:55-05:00</dc:date>

</item>

<item>
<title>Enterasys Dragon: Intrusion Prevention System Log Analysis</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/enterasys-dragon-intrusion-prevention-system-log-analysis.html</link>
<guid isPermaLink="false">50436@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[Network threat detection solutions generally share some common attributes with routers, switches, firewalls and even servers.&nbsp; The one I want to focus on today is logging and specifically those from the Dragon Intrusion Prevention System.&nbsp; If we can get the machine messages, in this case syslogs, from all systems into a somewhat similar format and in one location, we can then correlate the data and look for events across systems even if they perform very different functions on the network. In the end, this will improve network visibility and security event awareness.<br /><br /><!-- pagebreak -->Most <a title="Dragon Intrusion Protection System" href="http://www.enterasys.com/products/advanced-security-apps/dragon-intrusion-detection-protection.aspx">Intrusion Prevention Systems</a> (IPS) export some type of machine log which contains all kinds of details related to the threats detected or that match certain criteria.&nbsp; Some IPS appliances are a bit more verbose and export details about every connection - kind of like NetFlow or IPFIX.&nbsp; For example the export from the Dragon IPS includes the details shown in the following figure: <br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/intrusion-prevention-system-log.png" alt="intrusion-prevention-system-log.png" width="591" height="240" /><br /><br />Notice in the above that several fields are similar to that exported by <a title="NetFlow Switch" href="http://www.enterasys.com/company/literature/k-ds.pdf">NetFlow capable switches</a>.<br /><br /> 
<ul>
<li>dragonEventDateTime</li>
<li>sourceIPv4Address</li>
<li>destinationIPv4Address&nbsp; </li>
<li>sourceTransportPort</li>
<li>destinationTransportPort</li>
<li>protocolIdentifier</li>
</ul>
The other fields that are enterprise specific to the IPS log export include:<br /> 
<ul>
<li>dragonSensorName</li>
<li>dragonEventName</li>
<li>dragonEventDirection</li>
<li>dragonEventFlagsField</li>
<li>dragonEventHeader</li>
<li>dragonEventData</li>
</ul>
<br />By leveraging <a title="log to IPFIX gateway" href="http://www.plixer.com/blog/security/ipfix-collector-syslogs-exported-as-ipfix/">IPFIXify</a>, we can start exporting logs with IPFIX which supports a format similar to NetFlow.&nbsp; We can then trend the events that occurred over time. Compare this to a top applications report using NetFlow, sFlow or IPFIX:<br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/intrusion-prevention-system-log-analysis.png" alt="intrusion prevention system log analysis" width="749" height="537" /><br /><br />By drilling in on one of the above Dragon &ldquo;Event Names&rdquo; or changing the report type, we can then view a report that looks very similar to another typical NetFlow trend. This is a great way to improve Dragon log reporting.<br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/intrusion-prevention-system-log-monitoring.png" alt="intrusion prevention system log monitoring" width="748" height="532" />&nbsp;<br /><br />Collecting and warehousing all of the logs generated by network gear in a standard format ensure greater <a title="Network Security" href="http://blogs.enterasys.com/visibility-and-security/">visibility and security</a> across the enterprise because it means we point and search in one place.&nbsp; <br /><br /><br /><br />]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Dragon%20log%20reporting" rel="tag">Dragon log reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/exporting%20logs%20with%20IPFIX" rel="tag">exporting logs with IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Log%20Analysis" rel="tag">Log Analysis</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20capable" rel="tag">Netflow capable</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20threat%20detection%20solutions" rel="tag">Network threat detection solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/switches" rel="tag">switches</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/intrusion prevention" title="intrusion prevention" rel="tag">intrusion prevention</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/prevention system" title="prevention system" rel="tag">prevention system</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/dragon intrusion" title="dragon intrusion" rel="tag">dragon intrusion</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/visibility security" title="visibility security" rel="tag">visibility security</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/dragon" title="dragon" rel="tag">dragon</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network threat detection solutions" title="Network threat detection solutions" rel="tag">Network threat detection solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/exporting logs with IPFIX" title="exporting logs with IPFIX" rel="tag">exporting logs with IPFIX</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Log Analysis" title="Log Analysis" rel="tag">Log Analysis</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Dragon log reporting" title="Dragon log reporting" rel="tag">Dragon log reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow capable" title="Netflow capable" rel="tag">Netflow capable</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/switches" title="switches" rel="tag">switches</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/enterasys-dragon-intrusion-prevention-system-log-analysis.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/enterasys-dragon-intrusion-prevention-system-log-analysis.html#comments" title="Comment on: Enterasys Dragon: Intrusion Prevention System Log Analysis">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/enterasys-dragon-intrusion-prevention-system-log-analysis.html&title=Enterasys%20Dragon%3A%20Intrusion%20Prevention%20System%20Log%20Analysis">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/enterasys-dragon-intrusion-prevention-system-log-analysis.html" title="Enterasys Dragon: Intrusion Prevention System Log Analysis">Enterasys Dragon: Intrusion Prevention System Log Analysis</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Dragon log reporting</dc:subject>
<dc:subject>exporting logs with IPFIX</dc:subject>
<dc:subject>Log Analysis</dc:subject>
<dc:subject>Netflow capable</dc:subject>
<dc:subject>Network threat detection solutions</dc:subject>
<dc:subject>switches</dc:subject>

<dc:subject>Network threat detection solutions</dc:subject>
<dc:subject>exporting logs with IPFIX</dc:subject>
<dc:subject>Log Analysis</dc:subject>
<dc:subject>Dragon log reporting</dc:subject>
<dc:subject>Netflow capable</dc:subject>
<dc:subject>switches</dc:subject>
<dc:subject>intrusion prevention</dc:subject>
<dc:subject>prevention system</dc:subject>
<dc:subject>dragon intrusion</dc:subject>
<dc:subject>visibility security</dc:subject>
<dc:subject>netflow</dc:subject>
<dc:subject>dragon</dc:subject>

<pubDate>Thu, 13 Dec 2012 21:37:08 -0500</pubDate>
<dc:date>2012-12-13T21:37:08-05:00</dc:date>

</item>

<item>
<title>Next Generation Firewalls with Application Performance Monitoring In Mind</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html</link>
<guid isPermaLink="false">50377@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>When choosing a next generation firewall, consumers are fortunate in that these appliances have an array of functions to choose from.&nbsp; Although the primary goal is a solution that will help the business protect the company&rsquo;s crown jewels from Internet bots and other types of network threats, other features such as Application Performance Monitoring are a growing concern.&nbsp;</p>
<!-- pagebreak -->
<p><strong>First is Security</strong></p>
<p>With the constant introduction of new types of malware that is often capable of modifying its own communication behaviors, the firewall is without a doubt an organizations premier security layer against most types of threats.&nbsp; What capabilities make up a next generation firewall and why is it the most important <a title="Network Security Expands with Flows" href="http://en.community.dell.com/dell-blogs/dellsolves/b/weblog/archive/2012/11/29/network-security-expands-with-flows-look-beyond-signatures.aspx">network security</a> layer maintained by just about every company connected to the cloud?</p>
<p>Years ago we only needed passwords and anti-virus software to protect ourselves from malware. With the introduction of the Internet came great freedoms and insight but, it also forced us to heighten our awareness.&nbsp; Network threats now come in many forms as well as motivations.&nbsp; Key loggers want the passwords to the sites you visit on-line (E.g. banks accounts) and Advanced Persistent Threats (APT) want your company&rsquo;s intellectual property (E.g. customer lists, engineering designs).&nbsp; To provide deeper protection against these types of insidious threats, many Next-Generation Firewalls (NGF) include features previously only found in Intrusion Prevention Systems (IPS).&nbsp; These <a href="http://www.forbes.com/sites/dell/2012/07/17/next-generation-firewalls-what-makes-them-next-gen/">next generation firewalls</a> can include features such as:</p>
<ul>
<li>Deep Packet Inspection (DPI): were analysis on connections can even inspect SSL encrypted sessions for the deepest level of protection. DPI can also re-encrypt SSL traffic to allow security services to be applied to all traffic</li>
<li>Intrusion Protection System (IPS): helps prevent a comprehensive array of network and application layer threats by scanning packet payloads for exploits targeting critical internal systems</li>
<li>Content Filtering: blocks multiple categories of objectionable web content</li>
<li>Signature Scanning: watches every packet and scans for bit patterns or flow behaviors that match constantly updated signatures.</li>
<li>Application Intelligence: real-time insight and control of traffic which has been broken down by applications or even users or content.&nbsp; The prioritization of traffic headed for the Internet is critical to most businesses leveraging important bottom-line cloud services</li>
</ul>
<p><strong>Second is Application Performance Monitoring</strong></p>
<p>I have found that the last point above is where next-generation firewalls start to separate themselves from the other players in the market.&nbsp; Features such as WAN acceleration and application prioritization are built-in features of the next generation firewalls that make it onto the short list of possible vendors. What then separates the men from the boys? Answer: The amount of support extended to Application Performance Monitoring (APM) seems like a natural feature that most of them would add yet, only one next generation firewall vendor actually delivers on application performance monitoring metrics and it is exported in the form of IPFIX.</p>
<p>IPFIX is the proposed standard for NetFlow and the technology that most firewall vendors are migrating to.&nbsp; Although nearly all enterprise class firewalls today support either <a title="NetFlow Reporting" href="http://www.plixer.com/blog/netflow/sonicwall-netflow-reporting-ipfix-support/">NetFlow or IPFIX</a>, not all of them export details on layer 7 applications, usernames, URLs, jitter and packet loss.&nbsp; Although some firewalls provide details such as &ldquo;flow denied&rdquo;, finding out exactly which ACL or specific policy blocked the flow can be cumbersome.&nbsp; The SonicWALL has clear advantages.</p>
<p>The ability to perform DPI and recognize layer 7 applications such as Salesforce.com, Webex or BitTorrent is just the beginning.&nbsp; How do we know if a cloud service such as VoIP is experiencing priority if the firewall doesn&rsquo;t export details such as jitter or packet loss?</p>
<img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/next-generation-firewalls-apm.png" alt="next generation firewalls apm" width="575" height="383" />&nbsp;
<p>Above the SonicWALL Next-Generation Firewall not only provides details on packet loss and latency (I.e. jitter) it even provides caller ID.&nbsp; When a user calls the help desk complaining about voice quality to a remote office, you can bet they won&rsquo;t know the IP address they were trying to reach but, they will be ready to recite the telephone number they had called.&nbsp; A firewall vendor claiming WAN optimization capabilities without <a title="Network Performance" href="http://o-www.sonicwall.com/us/en/products/Scrutinizer.html">Application Traffic Analytics</a> isn&rsquo;t ready to claim support for Application Performance Monitoring.&nbsp; SonicWALL is a clear leader in this area.&nbsp;</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Advanced%20persistent%20threats" rel="tag">Advanced persistent threats</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Application%20performance%20monitoring" rel="tag">Application performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Intrusion%20Protection%20Systems" rel="tag">Intrusion Protection Systems</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Key%20loggers" rel="tag">Key loggers</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20threats" rel="tag">Network threats</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Next%20generation%20firewall" rel="tag">Next generation firewall</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/performance monitoring" title="performance monitoring" rel="tag">performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/application performance" title="application performance" rel="tag">application performance</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/generation firewalls" title="generation firewalls" rel="tag">generation firewalls</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/generation firewall" title="generation firewall" rel="tag">generation firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network threats" title="network threats" rel="tag">network threats</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/application" title="application" rel="tag">application</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Next generation firewall" title="Next generation firewall" rel="tag">Next generation firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Application performance monitoring" title="Application performance monitoring" rel="tag">Application performance monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network threats" title="Network threats" rel="tag">Network threats</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Advanced persistent threats" title="Advanced persistent threats" rel="tag">Advanced persistent threats</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Key loggers" title="Key loggers" rel="tag">Key loggers</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Intrusion Protection Systems" title="Intrusion Protection Systems" rel="tag">Intrusion Protection Systems</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html" title="Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0">Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0</a> - <i>Nov 25, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/11/paloAltoNetworksFirewallEventsByHost-thumb-75xauto-11983.png" alt="Palo Alto Networks Firewall Events By Host"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html#comments" title="Comment on: Next Generation Firewalls with Application Performance Monitoring In Mind">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html&title=Next%20Generation%20Firewalls%20with%20Application%20Performance%20Monitoring%20In%20Mind">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html" title="Next Generation Firewalls with Application Performance Monitoring In Mind">Next Generation Firewalls with Application Performance Monitoring In Mind</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>application performance monitoring</dc:subject>
<dc:subject>next generation firewalls</dc:subject>
<dc:subject>Advanced persistent threats</dc:subject>
<dc:subject>Application performance monitoring</dc:subject>
<dc:subject>Intrusion Protection Systems</dc:subject>
<dc:subject>Key loggers</dc:subject>
<dc:subject>Network threats</dc:subject>
<dc:subject>Next generation firewall</dc:subject>

<dc:subject>Next generation firewall</dc:subject>
<dc:subject>Application performance monitoring</dc:subject>
<dc:subject>Network threats</dc:subject>
<dc:subject>Advanced persistent threats</dc:subject>
<dc:subject>Key loggers</dc:subject>
<dc:subject>Intrusion Protection Systems</dc:subject>
<dc:subject>performance monitoring</dc:subject>
<dc:subject>application performance</dc:subject>
<dc:subject>generation firewalls</dc:subject>
<dc:subject>generation firewall</dc:subject>
<dc:subject>network threats</dc:subject>
<dc:subject>application</dc:subject>

<pubDate>Sat, 01 Dec 2012 10:55:17 -0500</pubDate>
<dc:date>2012-12-01T10:55:17-05:00</dc:date>

</item>

<item>
<title>Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html</link>
<guid isPermaLink="false">50343@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[Palo Alto Networks is showing further commitment to <a title="Palo Alto NetFlow Reporting" href="http://media.paloaltonetworks.com/documents/plixer.pdf">NetFlow Reporting</a> by including a Firewall Event element in <a title="Palo Alto Pan OS 5.0" href="http://media.paloaltonetworks.com/documents/whats-new-pan-os-5.0.pdf">PAN-OS 5.0</a>.&nbsp; This new field will provide a few new advantages to Firewall Administrators.&nbsp; These improvements to their NetFlow export can be seen in multiple ways:<br /><!-- pagebreak -->The ability to trend flows Deleted, Created or Denied for example allows administrators to gain visibility into historical baselines on how the Next Generation Firewall traditionally treats traffic headed for the internet. <br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/paloAltoNetworksFirewallEventspng.png" alt="Palo Alto Networks Firewall Events" width="623" height="297" /><br /><br />If an abnormal spike or drop occurs in the above trend, administrators can drill in to find out what machines were involved and which applications were being used at the time.&nbsp; This data can also be bundled together with multiple firewalls to gain a more enterprise view of the corporate Internet behavior. <br /><br />Administrators can use the above report to set thresholds on volumes of unacceptable 'denied' events.&nbsp; If a host causes connections in a way that violates a threshold, unacceptable rates of denied violations can trigger events which lead to notifications.&nbsp; <br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/paloAltoNetworksFirewallEventsByHost.png" alt="Palo Alto Networks Firewall Events By Host" width="620" height="358" />&nbsp;<br />Administrators can also use the NetFlow Reporting solution to filter for a specific host which might be having trouble communicating through the Next Generation Firewall.&nbsp; They can then run a Palo Alto Networks 'Events' report to find out what specifically is in the end systems traffic that is causing a "Flow Denied" event to occur. <br /><br /><a title="Palo Alto NetFlow Configuration" href="http://www.plixer.com/blog/netflow-reporting-2/how-to-configure-palo-alto-networks-netflow/">Configuring a Palo Alto Networks Firewall to export NetFlow</a> is straight forward process and the value gained is considerable.&nbsp; Industry leading NetFlow features include:<br />
<ul>
<li>Application Awareness: They use Deep Packet Inspection (DPI) to identify and separate applications that share ports such as TCP 80.</li>
<li>Username: If users have to authenticate with Active Director or LDAP, the firewall can tie the username to the flows.&nbsp; This eases trouble shooting efforts during times of forensic analysis.</li>
<li>Network Address Translation: This can be a big time saver when trying to find out what an IP address was internally before it was NAT'ed by the firewall.</li>
<li>Firewall Event: The newest edition to their export provides the values outlined above.</li>
<li>Syslog Correlation with NetFlow: The message log exported by the firewall can be formatted into IPFIX and correlated with the NetFlow data to ensure speedy identification of potential attacks</li>
</ul>
Vendors recognize that Flow technology is a primary feature necessary to be a contender in the Next Generation Firewall space.&nbsp; Clearly Palo Alto Networks understands which features matter most and has moved quickly to service the needs of their customer base and has partnered with Plixer to bring them to market. <br /><br />The combined <a title="Palo Alto NetFlow Partner" href="http://researchcenter.paloaltonetworks.com/2012/02/a-warm-welcome/">Plixer and Palo Alto</a> solution also includes:<br />
<ul>
<li>Host reputation monitoring</li>
<li>Enterprise application usage and performance monitoring</li>
<li>Mitigation of evolving threats</li>
<li>Audit trails of all internal and external traffic</li>
<li>The very best in network performance reporting</li>
</ul>
With thousands of customers, Scrutinizer plays a key role across global 2000 enterprises and governments.&nbsp; Scrutinizer can detect zero-day types of malware including APT attacks.<br /><br /><br />]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Firewall%20Event" rel="tag">Firewall Event</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20reporting" rel="tag">Netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Next%20Generation%20Firewall" rel="tag">Next Generation Firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo%20Alto%20NetFlow%20Partner" rel="tag">Palo Alto NetFlow Partner</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo%20Alto%20Networks" rel="tag">Palo Alto Networks</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo%20Alto%20Pan%20OS%205.0" rel="tag">Palo Alto Pan OS 5.0</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/firewall event" title="firewall event" rel="tag">firewall event</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/generation firewall" title="generation firewall" rel="tag">generation firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow reporting" title="netflow reporting" rel="tag">netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow export" title="netflow export" rel="tag">netflow export</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/firewall" title="firewall" rel="tag">firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Firewall Event" title="Firewall Event" rel="tag">Firewall Event</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow reporting" title="Netflow reporting" rel="tag">Netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo Alto Networks" title="Palo Alto Networks" rel="tag">Palo Alto Networks</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Next Generation Firewall" title="Next Generation Firewall" rel="tag">Next Generation Firewall</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo Alto NetFlow Partner" title="Palo Alto NetFlow Partner" rel="tag">Palo Alto NetFlow Partner</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Palo Alto Pan OS 5.0" title="Palo Alto Pan OS 5.0" rel="tag">Palo Alto Pan OS 5.0</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html" title="Cisco Wireless Controller NetFlow Configuration ">Cisco Wireless Controller NetFlow Configuration </a> - <i>Apr 15, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/cisco-wireless-controller-netflow-thumb-75xauto-12579.png" alt="Cisco Wireless Controller NetFlow"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/12/next-generation-firewalls-with-application-performance-monitoring-in-mind.html" title="Next Generation Firewalls with Application Performance Monitoring In Mind">Next Generation Firewalls with Application Performance Monitoring In Mind</a> - <i>Dec 01, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/12/next-generation-firewalls-apm-thumb-75xauto-12016.png" alt="next generation firewalls apm"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html" title="Nimsoft Service Desk Pricing: Distributed NetFlow Solutions">Nimsoft Service Desk Pricing: Distributed NetFlow Solutions</a> - <i>Sep 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/09/nimsoft-service-desk-thumb-75xauto-11774.png" alt="nimsoft service desk"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html#comments" title="Comment on: Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html&title=Palo%20Alto%20Networks%20NetFlow%20Export%20includes%20Firewall%20Event%20Field%20in%20PAN-OS%205.0">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html" title="Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0">Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Firewall Event</dc:subject>
<dc:subject>Netflow reporting</dc:subject>
<dc:subject>Next Generation Firewall</dc:subject>
<dc:subject>Palo Alto Networks</dc:subject>
<dc:subject>firewall event</dc:subject>
<dc:subject>Firewall Event</dc:subject>
<dc:subject>Netflow reporting</dc:subject>
<dc:subject>Next Generation Firewall</dc:subject>
<dc:subject>Palo Alto NetFlow Partner</dc:subject>
<dc:subject>Palo Alto Networks</dc:subject>
<dc:subject>Palo Alto Pan OS 5.0</dc:subject>

<dc:subject>Firewall Event</dc:subject>
<dc:subject>Netflow reporting</dc:subject>
<dc:subject>Palo Alto Networks</dc:subject>
<dc:subject>Next Generation Firewall</dc:subject>
<dc:subject>Palo Alto NetFlow Partner</dc:subject>
<dc:subject>Palo Alto Pan OS 5.0</dc:subject>
<dc:subject>firewall event</dc:subject>
<dc:subject>generation firewall</dc:subject>
<dc:subject>netflow reporting</dc:subject>
<dc:subject>netflow export</dc:subject>
<dc:subject>firewall</dc:subject>
<dc:subject>netflow</dc:subject>

<pubDate>Sun, 25 Nov 2012 10:31:43 -0500</pubDate>
<dc:date>2012-11-25T10:31:43-05:00</dc:date>

</item>

<item>
<title>IPFIX Vendors should implement RFC 5610</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html</link>
<guid isPermaLink="false">50286@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>This is a call to all the great companies to date that have implemented IPFIX.&nbsp; It is clear that IPFIX is the next generation protocol for to be included with most network monitoring solutions and for this reason, I'd like this companies and those considering IPFIX to include support for <a title="Read RFC 5610" href="http://tools.ietf.org/html/rfc5610">RFC 5610</a> or some similar sort of technology.&nbsp; Without support for this RFC, deciphering new elements is nearly impossible.&nbsp; The situation IPFIX collector vendors are facing is similar to trying to look decipher traps or browse OIDs without a MIB file.&nbsp;</p>
<!-- pagebreak -->Below is a template being received from a device where the IPFIX collector does not know how to interpret a field.&nbsp; Notice the 2nd column below '13745_33071' :
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/IpfixVendorFollowedByElementIDs.png" alt="IPFIX Vendor Followed By Element IDs" width="387" height="428" /></p>
You can see above that the data in this field did not get translated to the proper format.&nbsp; Support for RFC 5610 allows vendors to export details pertaining the element IDs contained within the templates.&nbsp; If exported by each IPFIX vendor, the collector could read in the RFC 5610 template and know how to display the contents held within each vendor specific element.&nbsp;&nbsp; BTW: those numbers in the column header stand for:     
<ul>
<li>&nbsp;13745 = plixer</li>
<li>&nbsp;33071 = unique element ID</li>
</ul>
<p>Notice that the value above shows up as a square.&nbsp; This is because our  IPFIX collector didn't know how to decode this data which resulted in  our front end trying to display the binary information.&nbsp; Without a RFC  5610 template, we have to tell another developer how to decode the value  which allows the front end to display it like this:</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/IpfixVendorFollowedByElementIDTranslated.png" alt="IPFIX Vendor Followed By Element ID Translated" width="391" height="429" /></p>
Notice the new column above 'object_id' (i.e. 13745_33071).&nbsp; This is the ID of the object being polled.&nbsp; Without RFC 5610 support we are stuck in a situation like we are with SNMP.&nbsp; We have to find and compile the SNMP MIB before we can understand the OID that is in the SNMP trap.&nbsp; Folks, we are repeating a not so good portion of history if we don't start implementing RFC 5610.&nbsp;&nbsp; Right now we have to call the vendor, support doesn't know what we are talking about, they call us back, they set a meeting time with the product manager.&nbsp; The product manager doesn't know what we are talking about.&nbsp; The product manager reaches out to the developer who creates a file which is shared with us.&nbsp; This file tells us how to hard code into our collector how to interpret the vendor specific elements.&nbsp; It's tiring and unnecessary.
<p>I really don't want to see the efforts of Boschi, Trammell, Hitachi Europe, Mark, Fraunhofer IFAM, Zseby and Fraunhofer FOKUS go in vain. Please contact us if your company would like to consider implementing RFC 5610.&nbsp; We have experience with the release of <a title="Learn about IPFIXify" href="http://www.plixer.com/Products/ipfixify.html">IPFIXify</a> which is a gateway for translating syslogs, event logs and SNMP traps to IPFIX.&nbsp;</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Element%20ID" rel="tag">Element ID</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/IPFIX%20collector" rel="tag">IPFIX collector</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20monitoring" rel="tag">Network monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/RFC%205610" rel="tag">RFC 5610</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/product manager" title="product manager" rel="tag">product manager</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ipfix collector" title="ipfix collector" rel="tag">ipfix collector</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/vendor specific" title="vendor specific" rel="tag">vendor specific</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ipfix" title="ipfix" rel="tag">ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/support" title="support" rel="tag">support</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/collector" title="collector" rel="tag">collector</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/IPFIX collector" title="IPFIX collector" rel="tag">IPFIX collector</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/RFC 5610" title="RFC 5610" rel="tag">RFC 5610</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Element ID" title="Element ID" rel="tag">Element ID</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network monitoring" title="Network monitoring" rel="tag">Network monitoring</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html" title="Ingress NetFlow or Egress NetFlow part 2">Ingress NetFlow or Egress NetFlow part 2</a> - <i>Jun 22, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/06/inboundUsingEgress-thumb-75xauto-11475.png" alt="Inbound Using Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/05/ingress-netflow-or-egress-netflow-part-1.html" title="Ingress NetFlow or Egress NetFlow part 1">Ingress NetFlow or Egress NetFlow part 1</a> - <i>May 31, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/netflowMeteringIngressAndEgress-thumb-75xauto-11328.png" alt="netflow Metering Ingress And Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/monitoring-byod-traffic-with-netflow.html" title="Monitoring BYOD traffic with NetFlow">Monitoring BYOD traffic with NetFlow</a> - <i>Mar 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/mIAM-OSes_02-thumb-75xauto-11206.png" alt="mIAM-OSes_02.png"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html#comments" title="Comment on: IPFIX Vendors should implement RFC 5610">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html&title=IPFIX%20Vendors%20should%20implement%20RFC%205610">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html" title="IPFIX Vendors should implement RFC 5610">IPFIX Vendors should implement RFC 5610</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>RFC 5610</dc:subject>
<dc:subject>Element ID</dc:subject>
<dc:subject>IPFIX collector</dc:subject>
<dc:subject>Network monitoring</dc:subject>
<dc:subject>RFC 5610</dc:subject>

<dc:subject>IPFIX collector</dc:subject>
<dc:subject>RFC 5610</dc:subject>
<dc:subject>Element ID</dc:subject>
<dc:subject>Network monitoring</dc:subject>
<dc:subject>product manager</dc:subject>
<dc:subject>ipfix collector</dc:subject>
<dc:subject>vendor specific</dc:subject>
<dc:subject>ipfix</dc:subject>
<dc:subject>support</dc:subject>
<dc:subject>collector</dc:subject>

<pubDate>Wed, 07 Nov 2012 22:08:14 -0500</pubDate>
<dc:date>2012-11-07T22:08:14-05:00</dc:date>

</item>

<item>
<title>Log Management Solutons</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/10/log-management-solutions.html</link>
<guid isPermaLink="false">50128@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[Here is some good news for the log management software industry: appliance vendors exporting machine messages (e.g. syslog, SNMP Traps, Event Logs, NetFlow, etc.) can now export everything in one common format using IPFIX.&nbsp; This technology has been around for years and allows vendors to export machine messages in a structured format. Unlike traditional logs which are unstructured, IPFIX messages are much easier to save to a database and query.&nbsp; Experienced system admins know that the problem they face when trying to manage logs or analyze logs is often the sheer volume.&nbsp; Most log analyzer tools start to choke under a massive volume.&nbsp; IPFIX is a technology break through that solves scalability issues for most consumers.&nbsp; Cisco ASA syslog reporting can be improved by exporting the messages as IPFIX as shown below:<br /><!-- pagebreak --><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/cisco-asa-syslog-reporting.png" alt="cisco asa syslog reporting" width="641" height="444" /><br /><br />Log collection and processing companies understand that collecting massive amounts of messages is the easy part. Pouring and sifting through the data to perform investigative routines or some type of <a title="Analyze logs" href="http://www.plixer.com/Scrutinizer-Netflow-Sflow/scrutinizer.html">security log analysis</a> can bring many log reporting systems to their knees. Often times the primary reason extreme processing power is needed to compile the results is due to the unstructured nature of the messages piles.&nbsp; <br /><br />When I was a kid and my mom asked me to fold 3 loads of laundry that had been piled onto the couch, I often sorted it first into categories so that things like matching &lsquo;white&rsquo; socks became an easier task. Well, if you apply this logic to log management, it makes sense to put all messages into some type of similar log structure.&nbsp; By using something like <a title="Proposed IPFIX Standard" href="http://datatracker.ietf.org/wg/ipfix/charter/">IPFIX</a> to format and export the messages, the logs can be queried easier which ultimately results in much faster processing times for applications such as Splunk and Scrutinizer.<br /><br />IPFIX has benefits over other message types (syslogs, SNMP Traps, event logs, etc.) because it breaks up the messages into well-defined elements. For example, if we are breaking apart <a title="Wikipedia on Syslogs" href="http://en.wikipedia.org/wiki/Syslog">syslogs</a>, facility and severity would be two different elements.&nbsp; Also, inside a syslog is the actual message which is typically a variable length text string.&nbsp; In that text string, the order of the contents can differ greatly between vendors not to mention lack of delimitation to determine how the different portions of the message should be separated. Basically, this portion of the message is the wild west where vendors export anything they want.&nbsp; This unstructured format is what can lead to error prone slow queries.&nbsp; Some <a title="Splunk Problems" href="http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues">Splunk issues</a> are caused by this. <br /><br />IPFIX still allows vendors to export anything they want but, they have to do it neatly, orderly and specify the format and contents of the data by putting it into elements.&nbsp; Many elements are standardized in fact, there are hundreds of them.&nbsp; IPFIX exporting Vendors look for standard elements before they start specifying unique ones.&nbsp; This is what we mean by structured data.&nbsp; A structured data query looks for something like all messages that include an IP address of 10.1.1.5.&nbsp; With IPFIX, there is only one element across all vendors that carries this field.&nbsp; With syslogs, traps and event logs, the query has to go looking for the IP address in each message.&nbsp; This leads to slow queries and missed messages. In accurate and slow reports is not what you want. <br /><br />If you don&rsquo;t have the luxury of being able to take advantage of IPFIX, you have a couple of options:<br />
<ul>
<li><a title="Log management solutions" href="http://www.plixer.com/Products/ipfixify.html">IPFIXify</a> - is a free utility that allows hardware vendors and end consumers to export anything they want via IPFIX.&nbsp; For example, it can be installed on <a href="http://www.tmcnet.com/tmcnet/snapshots/snapshots.aspx?Company=Microsoft">Microsoft</a> servers to export event logs or it can be run as a service on any 64 bit OS and using a configuration file, it will export all machine logs as IPFIX.</li>
<li><a title="Log Management" href="http://www.plixer.com/Products/flow-replicator.html">Flow Replicator</a> &ndash; is an appliance which acts as a gateway for machine messages.&nbsp; For example, it rips apart syslogs and event logs and sends them off in structured format inside IPFIX datagrams to a collector like Scrutinizer for further processing.</li>
</ul>
<br />Below is a diagram outlining a typical configuration.<br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/Multiple_IPFIXify_Agents_sending_IPFIX.PNG" alt="Multiple_IPFIXify_Agents_sending_IPFIX.PNG" width="800" height="307" /><br /><br />Cisco Systems and SonicWALL were some of the first vendors to take advantage of IPFIX for the above purpose.&nbsp; Make sure you keep your ears open for this emerging technology.&nbsp; <br /><br /><br /><br /><br />]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/analyze%20logs" rel="tag">analyze logs</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/log%20analyzer" rel="tag">log analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Log%20management" rel="tag">Log management</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/log%20management%20solutions" rel="tag">log management solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/log%20reporting%20systems" rel="tag">log reporting systems</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/manage%20logs" rel="tag">manage logs</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/security%20log%20analysis" rel="tag">security log analysis</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/splunk%20issues" rel="tag">splunk issues</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/vendors export" title="vendors export" rel="tag">vendors export</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/export anything" title="export anything" rel="tag">export anything</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/machine messages" title="machine messages" rel="tag">machine messages</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/traps event" title="traps event" rel="tag">traps event</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/advantage ipfix" title="advantage ipfix" rel="tag">advantage ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ipfix" title="ipfix" rel="tag">ipfix</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Log management" title="Log management" rel="tag">Log management</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ log management solutions" title=" log management solutions" rel="tag"> log management solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ manage logs" title=" manage logs" rel="tag"> manage logs</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ analyze logs" title=" analyze logs" rel="tag"> analyze logs</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ log analyzer" title=" log analyzer" rel="tag"> log analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ security log analysis" title=" security log analysis" rel="tag"> security log analysis</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ log reporting systems" title=" log reporting systems" rel="tag"> log reporting systems</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ splunk issues" title=" splunk issues" rel="tag"> splunk issues</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/10/log-management-solutions.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/10/log-management-solutions.html#comments" title="Comment on: Log Management Solutons">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/10/log-management-solutions.html&title=Log%20Management%20Solutons">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/10/log-management-solutions.html" title="Log Management Solutons">Log Management Solutons</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>analyze logs</dc:subject>
<dc:subject>log management solutions</dc:subject>
<dc:subject>log reporting systems</dc:subject>
<dc:subject>security log analysis</dc:subject>
<dc:subject>splunk issues</dc:subject>
<dc:subject>analyze logs</dc:subject>
<dc:subject>log analyzer</dc:subject>
<dc:subject>Log management</dc:subject>
<dc:subject>log management solutions</dc:subject>
<dc:subject>log reporting systems</dc:subject>
<dc:subject>manage logs</dc:subject>
<dc:subject>security log analysis</dc:subject>
<dc:subject>splunk issues</dc:subject>

<dc:subject>Log management</dc:subject>
<dc:subject> log management solutions</dc:subject>
<dc:subject> manage logs</dc:subject>
<dc:subject> analyze logs</dc:subject>
<dc:subject> log analyzer</dc:subject>
<dc:subject> security log analysis</dc:subject>
<dc:subject> log reporting systems</dc:subject>
<dc:subject> splunk issues</dc:subject>
<dc:subject>vendors export</dc:subject>
<dc:subject>export anything</dc:subject>
<dc:subject>machine messages</dc:subject>
<dc:subject>traps event</dc:subject>
<dc:subject>advantage ipfix</dc:subject>
<dc:subject>ipfix</dc:subject>

<pubDate>Sun, 14 Oct 2012 22:03:39 -0500</pubDate>
<dc:date>2012-10-14T22:03:39-05:00</dc:date>

</item>

<item>
<title>Nimsoft Service Desk Pricing: Distributed NetFlow Solutions</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html</link>
<guid isPermaLink="false">49968@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>The Nimsoft Service Desk claims that it will allow you to coordinate and accelerate incident response and proactive IT management.&nbsp; This of course will in turn increase user satisfaction, reduce costs, and help meet business objectives.&nbsp; In many cases when vendors like <a href="http://www.nimsoft.com">Nimsoft</a> (owned by Computer Associates) try to provide the all-encompassing solution, they sometimes turn to best of breed vendors like <a href="http://www.plixer.com">Plixer</a><a href="http://www.plixer.com"></a> to provide highly specialized solutions to address specific areas of IT. &nbsp;In this case: NetFlow and IPFIX.&nbsp;</p>
<p><!-- pagebreak --></p>
<p>In the past, the Nimsoft support team in sales relied on <a title="Nimsoft NetFlow" href="http://www.plixer.com/Press-Releases/scrutinizer-integrates-with-nimbus-from-nimsoft.html">Scrutinizer</a> to provide the NetFlow reporting capability in <a title="Nimsoft NimBus NetFlow" href="http://www.plixer.com/blog/netflow/nimsoft-chooses-scrutinizer-netflow-analyzer/">NimBus</a>.</p>
<p><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/nimsoft-service-desk.png" alt="nimsoft service desk" width="468" height="331" />&nbsp;</p>
<p>Scrutinizer NetFlow Analyzer helped address one of the Nimsoft problems when it came to NetFlow analysis.&nbsp; Apparently the NetQoS solution which is also owned by Computer Associates was too expensive at the time for some customers. &nbsp;Zenoss, Spiceworks and Uptime Devices also leverage Scrutinizer for NetFlow collection.</p>
<p>One of the many keys to large scale NetFlow Deployments today is in distributed NetFlow solutions.&nbsp; Plixer aims to aid partners and OEM vendors once again by releasing an enhanced <a title="Distributed NetFlow Solution" href="http://www.youtube.com/watch?v=M8fWKPBrV7w">distributed NetFlow</a>, sFlow and IPFIX architecture. With each Scrutinizer collector receiving over 100K flows per second, Plixer aims to exceed 3 million flows per second.</p>
<p>Nimsoft customers can contact Plixer with technical questions on the integration between the two products.</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed%20NetFlow%20solutions" rel="tag">distributed NetFlow solutions</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow%20reporting" rel="tag">netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Nimsoft%20problems" rel="tag">Nimsoft problems</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft%20service%20desk" rel="tag">nimsoft service desk</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft%20service%20desk%20pricing" rel="tag">nimsoft service desk pricing</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft%20support" rel="tag">nimsoft support</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed netflow" title="distributed netflow" rel="tag">distributed netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/computer associates" title="computer associates" rel="tag">computer associates</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft service" title="nimsoft service" rel="tag">nimsoft service</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/owned computer" title="owned computer" rel="tag">owned computer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/scrutinizer netflow" title="scrutinizer netflow" rel="tag">scrutinizer netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft service desk" title="nimsoft service desk" rel="tag">nimsoft service desk</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft service desk pricing" title="nimsoft service desk pricing" rel="tag">nimsoft service desk pricing</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/nimsoft support" title="nimsoft support" rel="tag">nimsoft support</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow reporting" title="netflow reporting" rel="tag">netflow reporting</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Nimsoft problems" title="Nimsoft problems" rel="tag">Nimsoft problems</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/distributed NetFlow solutions" title="distributed NetFlow solutions" rel="tag">distributed NetFlow solutions</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html" title="Router Overhead When Enabling NetFlow">Router Overhead When Enabling NetFlow</a> - <i>May 01, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/netflow-replicator-thumb-75xauto-12622.png" alt="netflow-replicator.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html" title="Cisco Wireless Controller NetFlow Configuration ">Cisco Wireless Controller NetFlow Configuration </a> - <i>Apr 15, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/cisco-wireless-controller-netflow-thumb-75xauto-12579.png" alt="Cisco Wireless Controller NetFlow"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/palo-alto-networks-netflow-export-includes-firewall-event-field-in-pan-os-50.html" title="Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0">Palo Alto Networks NetFlow Export includes Firewall Event Field in PAN-OS 5.0</a> - <i>Nov 25, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/11/paloAltoNetworksFirewallEventsByHost-thumb-75xauto-11983.png" alt="Palo Alto Networks Firewall Events By Host"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html#comments" title="Comment on: Nimsoft Service Desk Pricing: Distributed NetFlow Solutions">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html&title=Nimsoft%20Service%20Desk%20Pricing%3A%20Distributed%20NetFlow%20Solutions">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/nimsoft-service-desk-pricing-distributed-netflow-solutions.html" title="Nimsoft Service Desk Pricing: Distributed NetFlow Solutions">Nimsoft Service Desk Pricing: Distributed NetFlow Solutions</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Nimsoft Service Desk</dc:subject>
<dc:subject>distributed NetFlow solutions</dc:subject>
<dc:subject>netflow reporting</dc:subject>
<dc:subject>Nimsoft problems</dc:subject>
<dc:subject>nimsoft service desk</dc:subject>
<dc:subject>nimsoft service desk pricing</dc:subject>
<dc:subject>nimsoft support</dc:subject>

<dc:subject>nimsoft service desk</dc:subject>
<dc:subject>nimsoft service desk pricing</dc:subject>
<dc:subject>nimsoft support</dc:subject>
<dc:subject>netflow reporting</dc:subject>
<dc:subject>Nimsoft problems</dc:subject>
<dc:subject>distributed NetFlow solutions</dc:subject>
<dc:subject>distributed netflow</dc:subject>
<dc:subject>computer associates</dc:subject>
<dc:subject>nimsoft service</dc:subject>
<dc:subject>owned computer</dc:subject>
<dc:subject>scrutinizer netflow</dc:subject>
<dc:subject>netflow</dc:subject>

<pubDate>Mon, 24 Sep 2012 10:11:34 -0500</pubDate>
<dc:date>2012-09-24T10:11:34-05:00</dc:date>

</item>

<item>
<title>NetFlow Training Seminar: NetFlow University</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/lancope-netflow-seminar-netflow-university.html</link>
<guid isPermaLink="false">49872@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>Are you looking to attend a <a title="NetFlow Seminar Course" href="http://www.plixer.com/About/advanced-netflow-training-sign-up-today.html">NetFlow training seminar</a> or a NetFlow University? &nbsp;There are two companies offering these types of courses and both offer Cisco CPE credits toward Cisco Certification.</p>
<p><!-- pagebreak --><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/netflow-university.png" alt="netflow-university.png" width="442" height="269" /></p>
<p>The first course is an <a href="http://www.plixer.com/About/advanced-netflow-training-sign-up-today.html">Advanced NetFlow Training</a> course offered by Plixer.&nbsp; The Agenda is as follows:</p>
<ul>
<li>Troubleshooting the network with NetFlow
<ul>
<li>Optimizing BYOD & cloud services</li>
<li>NetFlow Sizing (<a title="NetFlow Storage and Bandwidth Calculator" href="http://www.plixer.com/Scrutinizer-Netflow-Sflow/netflow-bandwidth-calculator.html">NetFlow Calculator</a>)</li>
<li>Finding specific traffic by leveraging filters</li>
<li>Leveraging identity aware flow data</li>
<li>Network Access Translation</li>
<li>Cisco ASA, Catalyst Switches, ISRs and other hardware vendors</li>
</ul>
</li>
<li>Internal network <a title="Network Threat Detection" href="http://blogs.enterasys.com/threat-detection-with-netflow/">threat detection with NetFlow</a> &nbsp;&nbsp;
<ul>
<li>Tuning behavior algorithms (e.g. DDos, Excessive SYNs, etc.)</li>
<li>Creating custom monitors</li>
<li>Hunting through the data, finding a breach, where did it come from?</li>
<li>Tracking all lateral movements of a threat</li>
<li>IP host reputation monitoring</li>
<li>Event correlation and setting notifications</li>
</ul>
</li>
<li>NetFlow replication
<ul>
<li>Scaling NetFlow collection</li>
<li>Distributed collection</li>
<li>Flow deduplication and stitching</li>
</ul>
</li>
<li>Configure Flexible NetFlow</li>
<li>Generate traffic within the lab</li>
<li>View resulting NetFlow reports and alerts</li>
<li>Leveraging new NetFlow and IPFIX technologies
<ul>
<li>NBAR2</li>
<li>Performance Monitoring (Medianet)</li>
<li>Performance Routing</li>
<li>Performance Agent</li>
<li>Smart Logging Telemetry</li>
<li>Cisco TrustSec</li>
</ul>
</li>
<li>Q&A</li>
</ul>
The Plixer class is not a sales pitch.&nbsp; It covers what is possible with NetFlow as well as where the technology is going &ldquo;The Future of NetFlow&rdquo;.&nbsp;
<p>The second course &ldquo;<a title="Lancope NetFlow Training" href="http://www.plixer.com/blog/netflow-training/lancope-university-of-netflow-vs-advanced-netflow-training-from-plixer/">University of NetFlow</a>&rdquo; is offered by Lancope and is an introductory course on how to configure NetFlow.&nbsp; It covers the basics:</p>
<ul>
<li>Gain end-to-end visibility into all application and network traffic across physical and virtual networks</li>
<li>Gain real-time overview of network usage, network performance and host integrity</li>
<li>Identify what is actually happening on your network (when and by whom)</li>
<li>Pinpoint zero-day and unknown threats that bypass perimeter security</li>
<li>Demonstrate Faster Incident Resolution & detailed Forensic data</li>
<li>Demonstrate Compliance</li>
<li>Regain network visibility lost through MPLS migrations</li>
<li>Pro-actively monitor for threats impacting network performance and application availability</li>
<li>Profile hosts to specify allowed service usage and alarm on disallowed usage or out of profile conditions</li>
<li>Gain a better understanding of the impact of new application and service deployments</li>
</ul>
<p>Source: <a href="http://www.lancope.com/news-events/university-of-netflow/">Lancope.com</a>&nbsp;</p>
<p>Both are hands on courses from successful companies.&nbsp;&nbsp; If you have any questions, <a title="NetFlow Training Instructors" href="http://www.plixer.com/contact-plixer-international.html">reach to our instructors</a>, as they have experience with both courses. Learn more about <a title="Stealthwatch Vs Scrutinizer" href="http://www.plixer.com/blog/lancope-2/lancope-stealthwatch-vs-plixer-scrutinizer/">Lancope Competitors.</a></p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Lancope%20NetFlow%20Seminar" rel="tag">Lancope NetFlow Seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20Calculator" rel="tag">NetFlow Calculator</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20Training%20Seminar" rel="tag">NetFlow Training Seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20University" rel="tag">NetFlow University</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Threat%20detection%20with%20NetFlow" rel="tag">Threat detection with NetFlow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/University%20of%20NetFlow" rel="tag">University of NetFlow</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow training" title="netflow training" rel="tag">netflow training</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow university" title="netflow university" rel="tag">netflow university</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/sales pitch" title="sales pitch" rel="tag">sales pitch</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/training seminar" title="training seminar" rel="tag">training seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network performance" title="network performance" rel="tag">network performance</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow University" title="NetFlow University" rel="tag">NetFlow University</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Lancope NetFlow Seminar" title="Lancope NetFlow Seminar" rel="tag">Lancope NetFlow Seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/University of NetFlow" title="University of NetFlow" rel="tag">University of NetFlow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow Training" title="NetFlow Training" rel="tag">NetFlow Training</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow Calculator" title="NetFlow Calculator" rel="tag">NetFlow Calculator</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Threat detection with NetFlow" title="Threat detection with NetFlow" rel="tag">Threat detection with NetFlow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/lancope competitors" title="lancope competitors" rel="tag">lancope competitors</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/netflow-behavior-analysis-systems-limited-impact.html" title="NetFlow Behavior Analysis Systems : Limited Impact">NetFlow Behavior Analysis Systems : Limited Impact</a> - <i>Jan 13, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/01/netFlowNetworkBehaviorAnalysis-thumb-75xauto-10376.png" alt="netFlowNetworkBehaviorAnalysis.png"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/lancope-netflow-seminar-netflow-university.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/lancope-netflow-seminar-netflow-university.html#comments" title="Comment on: NetFlow Training Seminar: NetFlow University">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/lancope-netflow-seminar-netflow-university.html&title=NetFlow%20Training%20Seminar%3A%20NetFlow%20University">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/09/lancope-netflow-seminar-netflow-university.html" title="NetFlow Training Seminar: NetFlow University">NetFlow Training Seminar: NetFlow University</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Lancope NetFlow Seminar</dc:subject>
<dc:subject>NetFlow Calculator</dc:subject>
<dc:subject>NetFlow Training Seminar</dc:subject>
<dc:subject>NetFlow University</dc:subject>
<dc:subject>Threat detection with NetFlow</dc:subject>
<dc:subject>University of NetFlow</dc:subject>

<dc:subject>NetFlow University</dc:subject>
<dc:subject>Lancope NetFlow Seminar</dc:subject>
<dc:subject>University of NetFlow</dc:subject>
<dc:subject>NetFlow Training</dc:subject>
<dc:subject>NetFlow Calculator</dc:subject>
<dc:subject>Threat detection with NetFlow</dc:subject>
<dc:subject>lancope competitors</dc:subject>
<dc:subject>netflow training</dc:subject>
<dc:subject>netflow university</dc:subject>
<dc:subject>sales pitch</dc:subject>
<dc:subject>training seminar</dc:subject>
<dc:subject>network performance</dc:subject>
<dc:subject>netflow</dc:subject>

<pubDate>Tue, 04 Sep 2012 10:37:08 -0500</pubDate>
<dc:date>2012-09-04T10:37:08-05:00</dc:date>

</item>

<item>
<title>NetFlow Training Schedule for 2012</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html</link>
<guid isPermaLink="false">49766@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p>The 2012 <a title="Training on NetFlow and IPFIX" href="http://www.plixer.com/About/advanced-netflow-training-sign-up-today.html">NetFlow Training</a> Schedule has been posted and the agenda looks to provide a thorough overview on what is possible with NetFlow and IPFIX technologies. Some NetFlow seminars are really a sales pitch to push the vendor solution.&nbsp; This NetFlow training course focuses on the latest Cisco Flexible NetFlow exports as well as the industry trend toward IPFIX.&nbsp;&nbsp;</p>
<p><!-- pagebreak --><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/netflow-training.jpg" alt="netflow training" width="442" height="269" /></p>
<p>&nbsp;</p>
<p>This course is not limited to Cisco and includes <a title="NetFlow Training on VMware and SonicWALL" href="http://en.community.dell.com/dell-blogs/dellsolves/b/weblog/archive/2012/08/02/dell-netflow-sflow-and-ipfix-support.aspx">VMware NetFlow training</a> as well as flows exported from Palo Alto, SonicWALL and other firewalls.</p>
<p><strong>The agenda covers:</strong></p>
<p><strong>8:30 - 9:00 am Registration and Breakfast</strong> <strong>9:00 - 10:15 am</strong> <strong>Welcome and Introductions</strong></p>
<ul>
<li>Introduction to Cisco NetFlow,      IPFIX & sFlow</li>
<li>What devices support NetFlow      and IPFIX</li>
<li>Methods of collection and      distribution</li>
</ul>
<p><strong>10:15 - 10:30 am Break / Networking</strong> <strong>10:30 - 11:45 am</strong> <strong>NetFlow Impact on the Network/Devices</strong></p>
<ul>
<li>Troubleshooting the network      with NetFlow       
<ul>
<li>Optimizing       BYOD & cloud services</li>
<li>Finding       specific traffic by leveraging filters</li>
<li>Leveraging       identity aware flow data</li>
<li>Network       Access Translation</li>
<li>Cisco       ASA, Catalyst Switches, ISRs and other hardware vendors</li>
</ul>
</li>
<li>Internal network threat      detection with NetFlow       
<ul>
<li>Tuning       behavior algorithms (e.g. DDos, Excessive SYNs, etc.)</li>
<li>Creating       custom monitors</li>
<li>Hunting       through the data, finding a breach, where did it come from?</li>
<li>Tracking       all lateral movements of a threat</li>
<li>IP       host reputation monitoring</li>
<li>Event       correlation and setting notifications</li>
</ul>
</li>
<li>NetFlow replication       
<ul>
<li>Scaling       NetFlow collection</li>
<li>Distributed       collection</li>
<li>Flow       deduplication and stitching</li>
</ul>
</li>
</ul>
<p><strong>11:45 - 1:00 pm Lunch</strong></p>
<ul>
<li>Lunch provided by Plixer      International</li>
</ul>
<p><strong>1:00 - 4:30 pm Hands-on NetFlow Lab</strong></p>
<ul>
<li>Configure Flexible NetFlow</li>
<li>Generate traffic within the lab</li>
<li>View resulting NetFlow reports      and alerts</li>
<li>Leveraging new NetFlow and      IPFIX technologies       
<ul>
<li>NBAR2</li>
<li>Performance       Monitoring (Medianet)</li>
<li>Performance       Routing</li>
<li>Performance       Agent</li>
<li>Smart       Logging Telemetry</li>
<li>Cisco       TrustSec</li>
</ul>
</li>
<li>Q&A</li>
</ul>
<p><strong>2:00 - 2:15 pm Break / Networking</strong> <strong>4:30 pm Dismissal</strong></p>
<p>This NetFlow class is offered in the following Cities:</p>
<ul>
<li>Washington DC</li>
<li>Houston, TX</li>
<li>Los Angeles, CA</li>
<li>Pittsburgh, PA</li>
<li>Seattle, WA</li>
<li>Tampa, FL</li>
<li>San Jose, CA</li>
<li>Salt Lake, UT</li>
<li>Cincinnati, OH</li>
<li>Dallas, TX</li>
<li>Edison, NJ</li>
<li>Detroit, MI</li>
<li>Raleigh, NC</li>
</ul>
<p>Come learn from the experts in NetFlow as this cause is taught by <a title="Learn about Tom Pore" href="http://forums.plixer.com/viewtopic.php?f=20&t=1302">Tom Pore</a>, Adam Powers (formerly of Lancope) and <a title="Learn about Michael Patterson" href="http://forums.plixer.com/viewtopic.php?f=20&t=1296">Michael Patterson</a>.</p>
<p>This class covers some of the basics of NetFlow right up to the latest and greatest in Flexible NetFlow and IPFIX.</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Flexible%20netflow" rel="tag">Flexible netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Ipfix" rel="tag">Ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20class" rel="tag">Netflow class</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20seminar" rel="tag">Netflow seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow%20training" rel="tag">Netflow training</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow ipfix" title="netflow ipfix" rel="tag">netflow ipfix</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow training" title="netflow training" rel="tag">netflow training</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/flexible netflow" title="flexible netflow" rel="tag">flexible netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/break networking" title="break networking" rel="tag">break networking</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/training schedule" title="training schedule" rel="tag">training schedule</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/netflow" title="netflow" rel="tag">netflow</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow training" title="Netflow training" rel="tag">Netflow training</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow seminar" title="Netflow seminar" rel="tag">Netflow seminar</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Netflow class" title="Netflow class" rel="tag">Netflow class</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Flexible netflow" title="Flexible netflow" rel="tag">Flexible netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Ipfix" title="Ipfix" rel="tag">Ipfix</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html" title="Amazon EC2 Monitoring: Network Performance">Amazon EC2 Monitoring: Network Performance</a> - <i>Jan 25, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/01/cisco-performance-monitoring-with-scrutinizer-thumb-75xauto-12311.jpg" alt="cisco-performance-monitoring-with-scrutinizer.jpg"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/monitoring-byod-traffic-with-netflow.html" title="Monitoring BYOD traffic with NetFlow">Monitoring BYOD traffic with NetFlow</a> - <i>Mar 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/mIAM-OSes_02-thumb-75xauto-11206.png" alt="mIAM-OSes_02.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/02/monitoring-video-performance-with-netflow.html" title="Monitoring Video Performance with NetFlow">Monitoring Video Performance with NetFlow</a> - <i>Feb 19, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/02/latencyOnNbarApps2-thumb-75xauto-10897.png" alt="latency On Nbar Applications"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/02/end-to-end-visibility-network-flow-path.html" title="End to End Visibility : Network Flow Path">End to End Visibility : Network Flow Path</a> - <i>Feb 06, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/02/medianet-Performance-Monitoring-thumb-75xauto-10822.png" alt="Medianet Performance Monitoring"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html#comments" title="Comment on: NetFlow Training Schedule for 2012">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html&title=NetFlow%20Training%20Schedule%20for%202012">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/08/netflow-training-schedule-for-2012.html" title="NetFlow Training Schedule for 2012">NetFlow Training Schedule for 2012</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>NetFlow Training</dc:subject>
<dc:subject>Flexible netflow</dc:subject>
<dc:subject>Ipfix</dc:subject>
<dc:subject>Netflow class</dc:subject>
<dc:subject>Netflow seminar</dc:subject>
<dc:subject>Netflow training</dc:subject>

<dc:subject>Netflow training</dc:subject>
<dc:subject>Netflow seminar</dc:subject>
<dc:subject>Netflow class</dc:subject>
<dc:subject>Flexible netflow</dc:subject>
<dc:subject>Ipfix</dc:subject>
<dc:subject>netflow ipfix</dc:subject>
<dc:subject>netflow training</dc:subject>
<dc:subject>flexible netflow</dc:subject>
<dc:subject>break networking</dc:subject>
<dc:subject>training schedule</dc:subject>
<dc:subject>netflow</dc:subject>

<pubDate>Sat, 11 Aug 2012 12:07:28 -0500</pubDate>
<dc:date>2012-08-11T12:07:28-05:00</dc:date>

</item>

<item>
<title>Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html</link>
<guid isPermaLink="false">49660@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[Here is a sort of generalized FnF &ndash; <a title="Configure Flexible NetFlow" href="http://www.youtube.com/watch?v=g4x8rLB-OMQ">Flexible NetFlow configuration</a> where I created a TCP class that includes all TCP traffic. I don't normally recommend this as typically I would identify the business applications that I want to track with performance monitor and create classes for monitoring each. If all TCP latency is desired, this should work fine. Also, this FnF configuration is based on IOS 15.2(2)T and includes Cisco NBAR configuration details as well. If an earlier IOS is being used, ignore the error when creating the flow records. Reports should still work well if of course you have the best NetFlow reporting solution. <br /><br /><!-- pagebreak --><br />!define&nbsp; standard FnF record<br />flow record nbar-mon<br />match ipv4 tos<br />match ipv4 protocol<br />match ipv4 source address<br />match ipv4 destination address<br />match transport source-port<br />match transport destination-port<br />match interface input<br />match interface output<br />match flow direction<br />match application name<br />collect datalink dot1q vlan input<br />collect datalink dot1q vlan output<br />collect datalink mac source address input<br />collect datalink mac source address output<br />collect datalink mac destination address input<br />collect datalink mac destination address output<br />collect routing destination as<br />collect routing next-hop address ipv4<br />collect ipv4 dscp<br />collect ipv4 id<br />collect ipv4 source prefix<br />collect ipv4 source mask<br />collect ipv4 destination mask<br />collect transport tcp flags<br />collect counter bytes<br />collect counter packets<br />collect timestamp sys-uptime first<br />collect timestamp sys-uptime last<br />!<br /><br /><br />!define specific record for TCP flows<br />flow record type performance-monitor TCP<br />match ipv4 protocol<br />match ipv4 source address<br />match ipv4 source prefix<br />match ipv4 destination address<br />match ipv4 destination prefix<br />match transport source-port<br />match transport destination-port<br />collect routing forwarding-status<br />collect routing next-hop address ipv4<br />collect ipv4 dscp<br />collect ipv4 ttl<br />collect ipv4 source mask<br />collect ipv4 destination mask<br />collect transport round-trip-time<br />collect transport event packet-loss counter<br />collect interface input<br />collect interface output<br />collect counter bytes<br />collect counter packets<br />collect counter bytes rate<br />collect timestamp interval<br />collect application name<br />collect application media bytes counter<br />collect application media packets rate<br />collect application media event<br />collect monitor event<br />!<br />!Define record for VOIP flows<br />flow record type performance-monitor RTP<br />match ipv4 protocol<br />match ipv4 source address<br />match ipv4 source prefix<br />match ipv4 destination address<br />match ipv4 destination prefix<br />match transport source-port<br />match transport destination-port<br />match transport rtp ssrc<br />collect routing forwarding-status<br />collect routing next-hop address ipv4<br />collect ipv4 dscp<br />collect ipv4 ttl<br />collect ipv4 source mask<br />collect ipv4 destination mask<br />collect transport packets expected counter<br />collect transport packets lost counter<br />collect transport packets lost rate<br />collect transport event packet-loss counter<br />collect transport rtp jitter mean<br />collect transport rtp jitter minimum<br />collect transport rtp jitter maximum<br />collect interface input<br />collect interface output<br />collect counter bytes<br />collect counter packets<br />collect counter bytes rate<br />collect timestamp interval<br />collect application name<br />collect application media bytes counter<br />collect application media bytes rate<br />collect application media packets counter<br />collect application media packets rate<br />collect application media event<br />collect monitor event<br /><br />!define exporter<br />flow exporter export-to-scrutinizer<br />description FNF v9<br />destination x.x.x.x<br />source XXXXXXX !interface<br />transport udp 2055<br />option interface-table<br />option application-table<br /><br />!create VOIP flow monitor <br />flow monitor type performance-monitor RTP<br />description RTP stats<br />record RTP<br />exporter export-to-scrutinizer<br />!<br />!create TCP flow monitor<br />flow monitor type performance-monitor TCP<br />description TCP stats<br />record TCP<br />exporter export-to-scrutinizer<br /><br />&nbsp;<br />!Standard FnF Monitor<br />flow monitor nbar-mon<br />description app traffic analysis<br />exporter export-to-scrutinizer<br />cache timeout active 60<br />record nbar-mon<br /><br />!create access list to filter TCP only<br />access-list 100 permit tcp any any<br /><br />!create class to match voice traffic. "Cisco-Phone" usually means standard RTP voice traffic. Those 3 items should catch all the voice and video.<br />class-map match-any realtime<br />&nbsp; match protocol rtp audio<br />&nbsp; match protocol rtp video<br />&nbsp; match protocol cisco-phone<br /><br />!use TCP ACL to create a class map<br />class-map match-any TCP-class<br />&nbsp; match access-group 100<br /><br />&nbsp;<br />policy-map type performance-monitor RTPMON<br />!Apply monitors to perfotmance monitor Policy-Map<br />class realtime<br />&nbsp;&nbsp; flow monitor RTP<br />&nbsp;&nbsp; monitor parameters<br />&nbsp;&nbsp;&nbsp; interval duration 10<br />&nbsp;&nbsp;&nbsp; flows 100<br />class TCP-class<br />&nbsp;&nbsp; flow monitor TCP<br />&nbsp;&nbsp; monitor parameters<br />&nbsp;&nbsp;&nbsp; flows 1000<br /><br />!Apply ingress/egress monitors to an interface. Egress (output) commented out unless needed.<br />interface XXXXXX<br />service-policy type performance-monitor input RTPMON<br />!service-policy type performance-monitor output RTPMON<br />ip flow monitor nbar-mon input<br />!ip flow monitor nbar-mon output<br />&nbsp;<br />If you are looking for the best flexible NetFlow reporting tool, you will find the leader in NetFlow within the "Medianet 2.2 Deployment Guide".&nbsp; Our <a title="Cisco Performance Monitoring Flexible NetFlow Reporting" href="http://www.cisco.com/web/solutions/medianet/docs/guide_c07-684466_v2.pdf">NetFlow Analyzer</a> can be found on page 7,8,10 & 11.&nbsp; <br /><br /><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/performance-Monitoring-Cisco-Medianet.png" alt="performance Monitoring Cisco Medianet" width="687" height="462" />&nbsp;<br /><br />Our company is a Cisco NetFlow partner for <a title="Cisco Performance Monitoring" href="http://developer.cisco.com/web/mnets/partners">Medianet</a> also known as Performance Monitoring because our system provides flexible filtering and sorting with Customizable Reports on the latest flow exports (e.g. <a title="Plixer - Scrutinizer NetFlow Analyzer and Cisco" href="http://blogs.cisco.com/borderless/performance-monitoring-with-plixer%e2%80%99s-scrutinizer-8-5/">Jitter</a> , latency).&nbsp;&nbsp; Please let me know is you have any questions about the above configuration. <br /><br /><br />]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/best%20NetFlow%20reporting%20solution" rel="tag">best NetFlow reporting solution</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco%20NBAR%20configuration" rel="tag">Cisco NBAR configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco%20NetFlow%20partner" rel="tag">Cisco NetFlow partner</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/flexible%20NetFlow%20configuration" rel="tag">flexible NetFlow configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Jitter" rel="tag">Jitter</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20Analyzer" rel="tag">NetFlow Analyzer</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/performance monitor" title="performance monitor" rel="tag">performance monitor</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/application media" title="application media" rel="tag">application media</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/portmatch transport" title="portmatch transport" rel="tag">portmatch transport</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/destination addressmatch" title="destination addressmatch" rel="tag">destination addressmatch</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/transport source" title="transport source" rel="tag">transport source</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/monitor" title="monitor" rel="tag">monitor</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/best NetFlow reporting solution" title="best NetFlow reporting solution" rel="tag">best NetFlow reporting solution</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/flexible NetFlow configuration" title="flexible NetFlow configuration" rel="tag">flexible NetFlow configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco NBAR configuration" title="Cisco NBAR configuration" rel="tag">Cisco NBAR configuration</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow Analyzer" title="NetFlow Analyzer" rel="tag">NetFlow Analyzer</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Cisco NetFlow partner" title="Cisco NetFlow partner" rel="tag">Cisco NetFlow partner</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Jitter" title="Jitter" rel="tag">Jitter</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/04/cisco-wireless-controller-netflow-configuration.html" title="Cisco Wireless Controller NetFlow Configuration ">Cisco Wireless Controller NetFlow Configuration </a> - <i>Apr 15, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/cisco-wireless-controller-netflow-thumb-75xauto-12579.png" alt="Cisco Wireless Controller NetFlow"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html#comments" title="Comment on: Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html&title=Flexible%20NetFlow%20Configuration%20example%20for%20Performance%20Monitoring%20for%20TCP%2C%20VoIP%20and%20Cisco%20NBAR">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/07/flexible-netflow-configuration-example-for-performance-monitoring-for-tcp-voip-and-cisco-nbar.html" title="Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR">Flexible NetFlow Configuration example for Performance Monitoring for TCP, VoIP and Cisco NBAR</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Medianet performance monitoring </dc:subject>
<dc:subject>best NetFlow reporting solution</dc:subject>
<dc:subject>Cisco NBAR configuration</dc:subject>
<dc:subject>Cisco NetFlow partner</dc:subject>
<dc:subject>flexible NetFlow configuration</dc:subject>
<dc:subject>Jitter</dc:subject>
<dc:subject>NetFlow Analyzer</dc:subject>

<dc:subject>best NetFlow reporting solution</dc:subject>
<dc:subject>flexible NetFlow configuration</dc:subject>
<dc:subject>Cisco NBAR configuration</dc:subject>
<dc:subject>NetFlow Analyzer</dc:subject>
<dc:subject>Cisco NetFlow partner</dc:subject>
<dc:subject>Jitter</dc:subject>
<dc:subject>performance monitor</dc:subject>
<dc:subject>application media</dc:subject>
<dc:subject>portmatch transport</dc:subject>
<dc:subject>destination addressmatch</dc:subject>
<dc:subject>transport source</dc:subject>
<dc:subject>monitor</dc:subject>

<pubDate>Thu, 12 Jul 2012 19:54:14 -0500</pubDate>
<dc:date>2012-07-12T19:54:14-05:00</dc:date>

</item>

<item>
<title>Ingress NetFlow or Egress NetFlow part 2</title>
<link>http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html</link>
<guid isPermaLink="false">49559@http://blog.tmcnet.com/advanced-netflow-traffic-analysis/</guid>
<description><![CDATA[<p><span style="font-size: medium;"><strong>Switching from Ingress to Egress</strong></span></p>
<p>Don't forget to read <a title="Egress Vs. Ingress NetFlow part 1" href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/05/ingress-netflow-or-egress-netflow-part-1.html">Ingress or Egress NetFlow</a> part 1 first. What if you wake up one morning and announce to your network traffic monitoring team that for several reasons, you want to export both ingress and egress NetFlow on a few of the Cisco Routers. What will the network monitoring gurus say?&nbsp; Hmmmm......&nbsp; Probably nothing.&nbsp;</p>
<p><!-- pagebreak -->The IT staff may not really care about your early morning epiphany however the NetFlow analyzer may have decided to display the data differently.&nbsp; Think about this: for months you have been reporting on outbound data using ingress metered NetFlow or IPFIX and now you want to display outbound utilization using egress metered NetFlow. What about the saved history in the database? All of the history is saved as ingress.&nbsp; Now the direction bit is flipped and you want to display outbound utilization using egress flows.&nbsp;</p>
<p>&nbsp;</p>
<img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/images/inboundUsingEgress.png" alt="Inbound Using Egress" width="1144" height="612" />
<p>Fast forward: after a two weeks of collecting egress flows you've decided to run a NetFlow trend on outbound traffic for the last 30 days. This would cross the date line of switching from ingress to egress.&nbsp; What would happened in the front end of the network monitoring and reporting tool? Contact your NetFlow Vendor to find out.</p>
<p>Finally, there are a few different reasons to <a title="reasons to export egress netflow" href="http://www.lovemytool.com/blog/2010/02/ingress-or-egress-netflow-analysis-by-michael-patterson.html">export egress NetFlow</a> and I've heard ideas from several NetFlow experts that their hardware may  end up exporting bidirectional flows in the future as this helps avoid  the ingress Vs. egress discussion. Some flows like SonicWALL IPFIX exports already include bidirectional  flows  where a single flow contains both ingress and egress monitored  traffic. Finally, I don't want to leave anyone out so I should mention that other vendors support egress as well (e.g. Adtran).</p>]]><![CDATA[<p>
Tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Egress%20metered%20netflow" rel="tag">Egress metered netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Ingress%20to%20Egress" rel="tag">Ingress to Egress</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20trend" rel="tag">NetFlow trend</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow%20vendor" rel="tag">NetFlow vendor</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20monitoring" rel="tag">Network monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network%20Traffic%20monitoring" rel="tag">Network Traffic monitoring</a>
Related tags: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/ingress egress" title="ingress egress" rel="tag">ingress egress</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/egress netflow" title="egress netflow" rel="tag">egress netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/outbound utilization" title="outbound utilization" rel="tag">outbound utilization</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/network monitoring" title="network monitoring" rel="tag">network monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/egress flows" title="egress flows" rel="tag">egress flows</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/egress" title="egress" rel="tag">egress</a>
<br>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Ingress to Egress" title="Ingress to Egress" rel="tag">Ingress to Egress</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network Traffic monitoring" title="Network Traffic monitoring" rel="tag">Network Traffic monitoring</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow trend" title="NetFlow trend" rel="tag">NetFlow trend</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/NetFlow vendor" title="NetFlow vendor" rel="tag">NetFlow vendor</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Egress metered netflow" title="Egress metered netflow" rel="tag">Egress metered netflow</a>, <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/tag/Network monitoring" title="Network monitoring" rel="tag">Network monitoring</a><br>
<ul>
<b>Follow me:</b><br>

</ul>

<b>Related Entries</b>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/05/router-overhead-when-enabling-netflow.html" title="Router Overhead When Enabling NetFlow">Router Overhead When Enabling NetFlow</a> - <i>May 01, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/04/netflow-replicator-thumb-75xauto-12622.png" alt="netflow-replicator.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/03/building-a-netflow-cache-exporting-ipfix.html" title="Building a NetFlow Cache: Exporting IPFIX">Building a NetFlow Cache: Exporting IPFIX</a> - <i>Mar 12, 2013</i><br></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2013/01/amazon-ec2-monitoring-network-performance.html" title="Amazon EC2 Monitoring: Network Performance">Amazon EC2 Monitoring: Network Performance</a> - <i>Jan 25, 2013</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2013/01/cisco-performance-monitoring-with-scrutinizer-thumb-75xauto-12311.jpg" alt="cisco-performance-monitoring-with-scrutinizer.jpg"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/11/ipfix-vendors-should-implement-rfc-5610.html" title="IPFIX Vendors should implement RFC 5610">IPFIX Vendors should implement RFC 5610</a> - <i>Nov 07, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/11/IpfixVendorFollowedByElementIDTranslated-thumb-75xauto-11945.png" alt="IPFIX Vendor Followed By Element ID Translated"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/05/ingress-netflow-or-egress-netflow-part-1.html" title="Ingress NetFlow or Egress NetFlow part 1">Ingress NetFlow or Egress NetFlow part 1</a> - <i>May 31, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/netflowMeteringIngressAndEgress-thumb-75xauto-11328.png" alt="netflow Metering Ingress And Egress"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/04/how-to-roll-out-byod-security-best-network-management.html" title="How to roll out BYOD Security: Best Network Management">How to roll out BYOD Security: Best Network Management</a> - <i>Apr 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/04/patrick_sweeney_sonicwall-thumb-75xauto-11183.jpg" alt="Patrick Sweeney SonicWALL"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/monitoring-byod-traffic-with-netflow.html" title="Monitoring BYOD traffic with NetFlow">Monitoring BYOD traffic with NetFlow</a> - <i>Mar 24, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/05/mIAM-OSes_02-thumb-75xauto-11206.png" alt="mIAM-OSes_02.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/03/migrating-to-flexible-netflow-best-practices.html" title="Migrating to Flexible NetFlow : BEST PRACTICES">Migrating to Flexible NetFlow : BEST PRACTICES</a> - <i>Mar 08, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/03/latencyOnNbarApps-thumb-75xauto-10974.png" alt="latencyOnNbarApps.png"></li>

  <li><a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/01/dropped-netflow-flow-sequence-numbers.html" title="Dropped NetFlow : Flow Sequence Numbers">Dropped NetFlow : Flow Sequence Numbers</a> - <i>Jan 29, 2012</i><br><img src="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/assets_c/2012/01/droppedFlowsSpecific-thumb-75xauto-10721.png" alt="dropped Flows Specific"></li>

 <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html#trackback">TrackBacks</a>
 | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html#comments" title="Comment on: Ingress NetFlow or Egress NetFlow part 2">Comments</a> | <a href="http://del.icio.us/post?url=http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html&title=Ingress%20NetFlow%20or%20Egress%20NetFlow%20part%202">Tag with del.icio.us</a> | <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis Home</a> | Permalink: <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/2012/06/ingress-netflow-or-egress-netflow-part-2.html" title="Ingress NetFlow or Egress NetFlow part 2">Ingress NetFlow or Egress NetFlow part 2</a></p>
<!--end-->
Copyright <a href="http://blog.tmcnet.com/advanced-netflow-traffic-analysis/">Advanced NetFlow Traffic Analysis</a>


<p><a href="http://call-center-outsourcing.tmcnet.com"><img src="http://images.tmcnet.com/online-communities/call-center-outsourcing/images/ccs-logo.png" alt="Call Center Outsourcing Community"></a> <a href="http://virtual-contact-center.tmcnet.com/"><img src="http://images.tmcnet.com/online-communities/virtual-contact-center/images/top-logo.png" alt="Virtual Contact Center"></a><br>Sponsored by the <a href="http://call-center-outsourcing.tmcnet.com">Call Center Outsourcing Community</a> & the <a href="http://virtual-contact-center.tmcnet.com/">Virtual Contact Center Outsourcing Community</a></p>]]></description>
<dc:subject>Egress metered netflow</dc:subject>
<dc:subject>Ingress to Egress</dc:subject>
<dc:subject>NetFlow trend</dc:subject>
<dc:subject>NetFlow vendor</dc:subject>
<dc:subject>Network monitoring</dc:subject>
<dc:subject>Network Traffic monitoring</dc:subject>

<dc:subject>Ingress to Egress</dc:subject>
<dc:subject>Network Traffic monitoring</dc:subject>
<dc:subject>NetFlow trend</dc:subject>
<dc:subject>NetFlow vendor</dc:subject>
<dc:subject>Egress metered netflow</dc:subject>
<dc:subject>Network monitoring</dc:subject>
<dc:subject>ingress egress</dc:subject>
<dc:subject>egress netflow</dc:subject>
<dc:subject>outbound utilization</dc:subject>
<dc:subject>network monitoring</dc:subject>
<dc:subject>egress flows</dc:subject>
<dc:subject>egress</dc:subject>

<pubDate>Fri, 22 Jun 2012 11:24:01 -0500</pubDate>
<dc:date>2012-06-22T11:24:01-05:00</dc:date>

</item>

</channel>
</rss>