<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cisco Networking Answers &#187; netflow</title>
	<atom:link href="http://cisco-network.com/tag/netflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisco-network.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 20:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Network Monitoring Tools</title>
		<link>http://cisco-network.com/hands-on/network-monitoring-tools/</link>
		<comments>http://cisco-network.com/hands-on/network-monitoring-tools/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 11:23:45 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[network monitoring]]></category>

		<guid isPermaLink="false">http://cisco-network.com/?p=24</guid>
		<description><![CDATA[What are your daily duties as the network administrator? You have to keep your network up and running. You have to answer calls which may relate to situations like “X location is down” or “Y location is slow”. You should monitor your network as described below to fulfill the tasks. You should monitor your network [...]]]></description>
			<content:encoded><![CDATA[<p>What are your daily duties as the network administrator? You have to keep your network up and running. You have to answer calls which may relate to situations like “X location is down” or “Y location is slow”. You should monitor your network as described below to fulfill the tasks.</p>
<ul>
<li>You should monitor your network and take actions with respect to situations like device and line failures.</li>
<li>You should analyze line utilizations, errors on the line and be sure about network performance.</li>
<li>You should be aware of who talks with whom? How much bandwidth is needed for every single application?</li>
<li>And sometimes, you need to see exact data flow over the network. </li>
</ul>
<p>If you have all these information ready, then people will think twice before they point finger at you. How can you achieve this?<br />
We need a layered approach to understand network monitoring. I am not talking about network layers, but network monitoring layers. We have to involve deeply to monitoring layers before decide about network monitoring software needs. A simple summary could be like below.</p>
<ul>
<li>Preconditions of network monitoring.</li>
<li>Up/Down monitoring </li>
<li>Performance Monitoring / SNMP monitoring</li>
<li>Who talks with whom? / Netflow monitoring</li>
<li>Data capture / Data sniffing</li>
</ul>
<p><img src="http://cisco-network.com/wp-content/uploads/2008/07/network-monitoring-tools-300x112.jpg" alt="network monitoring tools" title="network monitoring tools" width="300" height="112" class="alignnone size-medium wp-image-157" /><br />
<strong>Preconditions of Network Monitoring</strong><br />
Network documentation is essential to monitor a network. Trying to set up network monitoring tools before going through the documentation is complete waste of time. You will see everything green on the screen, but this maybe due to one of the redundant lines that are down. You will sit staring without knowing what is happening. Always remember, documentation comes first and everything follows.<br />
Suggested monitoring tools: Powerpoint/Visio, NetViz</p>
<p><strong>Up/Down monitoring</strong><br />
You have a map in which you can see some red and green lights glowing. Green means up and red means down. It is simple yet powerful. You will immediately come to know that there is some problem if the red light glows.<br />
This is based on ping. Almost every IP devices support echo/echo reply. So, you can monitor all IP devices in your network by using ping. You go one step further by monitoring one application at a time present on a device instead of whole device. All network applications utilize TCP/UDP ports. You can monitor the applications by trying to access with telnet to its TCP/UDP ports. The port being open suggests that the application is running</p>
<p>Suggested monitoring tools: WhatsupGold, nmap</p>
<p><strong>Performance monitoring / SNMP monitoring</strong><br />
The lines are up, the devices are up, but life is not perfect. People complain about performance of data lines. Are they saturated? Do we have package losses on the lines? Are routers running out of memory? We need SNMP to monitor heart beat of the network.</p>
<p>Suggested monitoring tools: MRTG, Solarwinds Orion, PRTG</p>
<p><strong>Who talks with whom? / Netflow monitoring</strong><br />
You realized that the line is full. Someone / some applications make increase traffic load enormously. Who are they? Is it necessary traffic? In Cisco devices, by using “ip accounting” command we can get an idea of current traffic sources and destinations. Nevertheless, to analyze and to optimize the traffic we need flow monitoring. We need to know source and destination IP addresses and TCP/UDP ports and  number of packages/bytes.<br />
Everyone blames the network speed until you publish the network usage report that clearly shows only 15% of the traffic is ERP traffic and rest comes Internet access.<br />
You should know that flow monitoring tools requires more server resources, since they collect enormous amount of data.</p>
<p>Suggested monitoring tools: Fluke Netflow monitor, Paasler </p>
<p><strong>Data capture / RMON &#8211; Sniffer tools</strong><br />
Sometimes you need to observe the exact data flow on the line and not just information about it. Just have a look at this sample scenario. After you find out that the web service causes inappropriately high network traffic, the owner of the application just can say “No, we are not pushing this much of data to network. We just respond Yes or No in this web service and it is just 100 bytes”. Therefore, you should sniff the data flow on the line. Maybe, you will find that web service responds yes or no (100 bytes) and with the definition of web service (6 kilobytes). </p>
<p>Suggested monitoring tools: Wireshark</p>
<p>You can have a look at <a href="http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html">Network Monitoring Tools</a> in Stanford University web site for a great list of network monitoring tools. You can find another tidy list at <a href="http://www.topology.org/comms/netmon.html"> Network Traffic Monitoring </a> in Alan Kennington&#8217;s  topology.org. </p>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/hands-on/network-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Standalone or stackable Cisco switches do not support NetFlow</title>
		<link>http://cisco-network.com/hands-on/standalone-or-stackable-cisco-switches-do-not-support-netflow/</link>
		<comments>http://cisco-network.com/hands-on/standalone-or-stackable-cisco-switches-do-not-support-netflow/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 09:00:19 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Do You Know?]]></category>
		<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[catalyst 6500]]></category>
		<category><![CDATA[cisco switch]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[network monitoring]]></category>

		<guid isPermaLink="false">http://cisco-network.com/hands-on/standalone-or-stackable-switches-do-not-support-netflow/</guid>
		<description><![CDATA[NetFlow is a must have technology suitable for mid size to enterprise companies. Nowadays, it has become an IEEE standard as IPFIX (Internet Protocol Flow Information eXport). We will be able to find NetFlow technology support on any brand in the market soon. However, which devices of Cisco itself supports NetFlow technology? All routers including [...]]]></description>
			<content:encoded><![CDATA[<p>NetFlow is a must have technology suitable for mid size to enterprise companies. Nowadays, it has become an IEEE standard as IPFIX (Internet Protocol Flow Information eXport). We will be able to find NetFlow technology support on any brand in the market soon. However, which devices of Cisco itself supports NetFlow technology?</p>
<p>All routers including the oldest (e.g. Cisco 2500 series) and smallest (e.g. Cisco 800 series) support NetFlow. Some functions does not exist in older IOS versions.<br />
Catalyst 6500 series switches support NetFlow. Catalyst 4500 series switches support NetFlow with Supervisor IV/V + WS-F4531 Catalyst 4500 NetFlow Services Card.</p>
<p>Standalone or stackable switches do not support NetFlow. This means <strong>Catalyst 4948, Catalyst 3750 or Catalyst 3560 series switches do not support NetFlow</strong>. You can see the necessary commands on config mode, but they are not effective. It is not about IOS version or feature set. You need a modular switch for NetFlow.</p>
<p>Unfortunately, the answer of &#8220;What Cisco switches support netflow?&#8221; is only the modular switches.</p>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/hands-on/standalone-or-stackable-cisco-switches-do-not-support-netflow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
