 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: network problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/network-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/network-problem/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Troy Tate</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/network-problem/#comment-61837</link>
		<dc:creator>Troy Tate</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:13:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-61837</guid>
		<description><![CDATA[The webserver could be dropping pings during times of high utilization due to a misconfigured NIC or switch port setting. Be sure to hard-set the speed and duplex on both the server and the switch. You might be surprised with how many problems this can fix. Autonegotiate should be disabled on all server NICs and switch ports.

In the IT trenches? So am I -  read my &lt;a href=&quot;http://itknowledgeexchange.techtarget.com/it-trenches&quot;&gt;IT-Trenches blog&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>The webserver could be dropping pings during times of high utilization due to a misconfigured NIC or switch port setting. Be sure to hard-set the speed and duplex on both the server and the switch. You might be surprised with how many problems this can fix. Autonegotiate should be disabled on all server NICs and switch ports.</p>
<p>In the IT trenches? So am I &#8211;  read my <a href="http://itknowledgeexchange.techtarget.com/it-trenches">IT-Trenches blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nb0x</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/network-problem/#comment-61798</link>
		<dc:creator>nb0x</dc:creator>
		<pubDate>Fri, 03 Apr 2009 00:14:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-61798</guid>
		<description><![CDATA[You can rule out the the web server since you are seeing missed ping packets, an overloaded web server will generally respond to pings even under high load. The increased ping times are indicative of an overloaded link.

To verify this pretty quickly you can use an snmp based monitoring tool like stg grapher for example. See link;

http://www.wtcs.org/informant/free_snmp_tools.htm

I would suggest you monitor the ethernet interface of the 2800 (the interface connected to your local switch). If the utilization rate of this interface is greater than the bandwidth of the circuit then this will confirm root cause. To point stg to the router you will need the local address of the router (def gw address), the snmp community string and the OIDs associated with the bits/second in and bits/second out of the interface.

The correct OIDs (I think) are;
locIfipInOctets 1.3.6.1.4.1.9.2.2.1.1.44
locIfipOutOctets 1.3.6.1.4.1.9.2.2.1.1.45

You will need the snmp index of the interface too which is appended to the OIDs above (if the ifindex is say 3 then you would use 1.3.6.1.4.1.9.2.2.1.1.44.3 for InOctets) An Octet is a byte by the way so multiply by 8 to convert to bits.

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>You can rule out the the web server since you are seeing missed ping packets, an overloaded web server will generally respond to pings even under high load. The increased ping times are indicative of an overloaded link.</p>
<p>To verify this pretty quickly you can use an snmp based monitoring tool like stg grapher for example. See link;</p>
<p><a href="http://www.wtcs.org/informant/free_snmp_tools.htm" rel="nofollow">http://www.wtcs.org/informant/free_snmp_tools.htm</a></p>
<p>I would suggest you monitor the ethernet interface of the 2800 (the interface connected to your local switch). If the utilization rate of this interface is greater than the bandwidth of the circuit then this will confirm root cause. To point stg to the router you will need the local address of the router (def gw address), the snmp community string and the OIDs associated with the bits/second in and bits/second out of the interface.</p>
<p>The correct OIDs (I think) are;<br />
locIfipInOctets 1.3.6.1.4.1.9.2.2.1.1.44<br />
locIfipOutOctets 1.3.6.1.4.1.9.2.2.1.1.45</p>
<p>You will need the snmp index of the interface too which is appended to the OIDs above (if the ifindex is say 3 then you would use 1.3.6.1.4.1.9.2.2.1.1.44.3 for InOctets) An Octet is a byte by the way so multiply by 8 to convert to bits.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/network-problem/#comment-61756</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:31:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-61756</guid>
		<description><![CDATA[I agree with Labnuke99.  It looks like an overloaded link.

There are programs that will help you monitor your network, and determine which hosts are generating more traffic than expected.  &lt;a href=&quot;http://www.objectplanet.com/probe/&quot;&gt;Network Probe&lt;/a&gt; is one of them.]]></description>
		<content:encoded><![CDATA[<p>I agree with Labnuke99.  It looks like an overloaded link.</p>
<p>There are programs that will help you monitor your network, and determine which hosts are generating more traffic than expected.  <a href="http://www.objectplanet.com/probe/">Network Probe</a> is one of them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.013 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 06:30:44 -->