<?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>SifIzm &#187; snmp</title>
	<atom:link href="http://www.sifizm.com/tag/snmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sifizm.com</link>
	<description>knowledge is power</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:09:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Learning Perl with SNMP Part I</title>
		<link>http://www.sifizm.com/2009/03/31/learning-perl-with-snmp-part-i/</link>
		<comments>http://www.sifizm.com/2009/03/31/learning-perl-with-snmp-part-i/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:13:10 +0000</pubDate>
		<dc:creator>Sif Baksh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.sifizm.com/?p=71</guid>
		<description><![CDATA[Ok my first stab at it was great (snmp.pl) #!/usr/bin/perl $SNMP_GET_CMD = &#8220;snmpget -v1 -c public -Ovq&#8221;; $SNMP_TARGET = &#8220;1.1.1.2&#8243;; chomp($model = `${SNMP_GET_CMD} ${SNMP_TARGET} 1.3.6.1.2.1.1.3.0`); chomp($serial = `${SNMP_GET_CMD} ${SNMP_TARGET} 1.3.6.1.2.1.1.4.0`); $model =~ s/\&#8221;//g;      # Ditch the quotes. $serial =~ s/\&#8221;//g; print &#60;&#60;END; APC UPS                         ${SNMP_TARGET} Model: ${model}         Serial No: ${serial} END The output: APC UPS                         [...]]]></description>
		<wfw:commentRss>http://www.sifizm.com/2009/03/31/learning-perl-with-snmp-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SNMPget or SNMPwalk witha vendor MIB file</title>
		<link>http://www.sifizm.com/2009/02/19/using-snmpget-or-snmpwalk-and-a-vendor-mib-file/</link>
		<comments>http://www.sifizm.com/2009/02/19/using-snmpget-or-snmpwalk-and-a-vendor-mib-file/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:36:09 +0000</pubDate>
		<dc:creator>Sif Baksh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmpget]]></category>
		<category><![CDATA[snmpwalk]]></category>

		<guid isPermaLink="false">http://www.sifizm.com/?p=66</guid>
		<description><![CDATA[First, copy your .mib file into the directory where your script is located. Then use snmpget in the following format: snmpget [address] -c [community string] -v 1 -m [mib name] [object to scan] Then use snmpwalk in the following format: snmpwalk [address] -c [community string] -v 1 -m [mib name] [object to scan]]]></description>
		<wfw:commentRss>http://www.sifizm.com/2009/02/19/using-snmpget-or-snmpwalk-and-a-vendor-mib-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

