<?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: SNMP v3 on Redhat Linux</title>
	<atom:link href="http://www.linickx.com/archives/246/snmp-v3-on-redhat-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com/archives/246/snmp-v3-on-redhat-linux</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:44:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anil</title>
		<link>http://www.linickx.com/archives/246/snmp-v3-on-redhat-linux/comment-page-1#comment-11071</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/246/snmp-v3-on-redhat-linux/#comment-11071</guid>
		<description>Hi Nick 

i used your above example but it failed stating authentication error.. I later found out that u have missed -l flag in your snmpwalk example.. the corrected version is down below :

snmpwalk -u username -l authPriv -a MD5 -A yourpass -x DES -X yourkey IPAddress OID value 

Cheers,
Anil</description>
		<content:encoded><![CDATA[<p>Hi Nick </p>
<p>i used your above example but it failed stating authentication error.. I later found out that u have missed -l flag in your snmpwalk example.. the corrected version is down below :</p>
<p>snmpwalk -u username -l authPriv -a MD5 -A yourpass -x DES -X yourkey IPAddress OID value </p>
<p>Cheers,<br />
Anil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omair</title>
		<link>http://www.linickx.com/archives/246/snmp-v3-on-redhat-linux/comment-page-1#comment-10515</link>
		<dc:creator>Omair</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/246/snmp-v3-on-redhat-linux/#comment-10515</guid>
		<description>Generally you would not require the -x and -X options for a snmpwalk.
All you do is 
snmpwalk -v 3 -a md5 -A PASSWORD -l authNoPriv -u MYUSERNAME IP.ADD.RE.SS</description>
		<content:encoded><![CDATA[<p>Generally you would not require the -x and -X options for a snmpwalk.<br />
All you do is<br />
snmpwalk -v 3 -a md5 -A PASSWORD -l authNoPriv -u MYUSERNAME IP.ADD.RE.SS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
