<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Snmp on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/snmp/</link>
    <description>Recent content in Snmp on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 19 Aug 2009 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/snmp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Temperature Data from a 6500 via SNMP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2009/08/getting-temperature-data-from-a-6500-via-snmp/</link>
      <pubDate>Wed, 19 Aug 2009 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2009/08/getting-temperature-data-from-a-6500-via-snmp/</guid>
      <description>&lt;p&gt;I apologize to my adoring fans (both of you) for the lack of posting.  I&amp;rsquo;m in the middle of moving, buying a new house, selling my current house, getting a mortgage, etc.  I&amp;rsquo;ve up until 11:30 nearly every night filling out forms and going through red tape.  Don&amp;rsquo;t get me started on getting money from a 401k!  Anyway&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;I got in this morning, and a coworker was telling me that the data center&amp;rsquo;s HVAC was crippled due to an oil leak, and it was 90F in there.  D&amp;rsquo;oh!  It wasn&amp;rsquo;t quite that high, but it was warm.  Luckily, all of our network gear is on the end of the rows with AC, so we&amp;rsquo;re safe, but it got me thinking about monitoring temperature of our 6500s via SNMP.  I&amp;rsquo;ve done it via Cacti, but I never really looked how to do it manually.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is That a Bandwidth Graph or a Polygraph?</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/12/is-that-a-bandwidth-graph-or-a-polygraph/</link>
      <pubDate>Tue, 23 Dec 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/12/is-that-a-bandwidth-graph-or-a-polygraph/</guid>
      <description>&lt;p&gt;I thought I&amp;rsquo;d throw an easy one out before taking off for the holiday.  Merry Christmas, Hannukah, Kwanzaa, Saturnia, etc., to all.&lt;/p&gt;&#xA;&lt;p&gt;A few years ago, I was looking through some Cacti graphs of gigabit trunks between 6500s and noticed an abrupt change in traffic.  The graphs were nice and smooth at around 135Mpbs until, seemingly randomly, they just started going wild.  It seriously looked like a lie detector from the movies; I saw spikes up to 140Mbps in one sample and 2Mpbs the next sample for days and days.  I looked around to see if anything weird was going on somewhere on the network, but I didn&amp;rsquo;t find anything.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free and Awesome Network Tools</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/11/free-and-awesome-network-tools/</link>
      <pubDate>Sun, 18 Nov 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/11/free-and-awesome-network-tools/</guid>
      <description>&lt;p&gt;We all have limited budgets these days. Long gone are the days of unlimited resources and uncontrollable expansion of the network, so it&amp;rsquo;s important that any network dude or dudette pay attention to the open-source world. Below is a list of stuff I use at the office and at home to monitor, trend, and alert the network. All this stuff is free and runs on Linux to save even more cash.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monitoring the CSM with SNMP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/10/49/</link>
      <pubDate>Wed, 24 Oct 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/10/49/</guid>
      <description>&lt;p&gt;I had an &lt;a href=&#34;http://aconaway.com/2007/10/02/getting-started-with-the-cisco-csm/&#34; title=&#34;AConaway -- Getting Started with the Cisco CSM&#34;&gt;article&lt;/a&gt; a few weeks ago about the Cisco CSM, which is a load-balancer module for the 6500 series switches. This thing is a pretty good device, but monitoring the connections to each VIP and RIP is not very straightforward. If you have an SNMP monitoring system like &lt;a href=&#34;http://cacti.net/&#34; title=&#34;Cacti -- Home Page&#34;&gt;Cacti&lt;/a&gt; or &lt;a href=&#34;http://oss.oetiker.ch/mrtg/&#34; title=&#34;MRTG -- Home Page&#34;&gt;MRTG&lt;/a&gt;, you need to know the OID to monitor, but it doesn&amp;rsquo;t work like anything else in the world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SNMP v3 is Easy!</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2007/09/snmp-v3-is-easy/</link>
      <pubDate>Sun, 16 Sep 2007 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2007/09/snmp-v3-is-easy/</guid>
      <description>&lt;p&gt;I finally got around to looking into [tag]SNMP[/tag] v3 and was shocked at how easy it actually is. When I first looked up info on it so many moons ago, I saw table after tables of views and privilege levels and thought I would have to put in a billion hours getting it customized. I settled down and went through some Google results and found a &lt;a href=&#34;http://taosecurity.blogspot.com/2006/08/snmp-v3-on-cisco-switch.html&#34; title=&#34;Taosecurity -- SNP v3 on Cisco Switch&#34;&gt;blog post by&lt;/a&gt; &lt;a href=&#34;http://taosecurity.blogspot.com/2006/08/snmp-v3-on-cisco-switch.html&#34; title=&#34;Taosecurity -- SNP v3 on Cisco Switch&#34;&gt;Richard Bejtlich&lt;/a&gt; that shows the simplest of configurations. Works like a champ!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
