<?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: SNMPv3 Tutorial</title>
	<atom:link href="http://blog.ine.com/2008/07/19/snmpv3-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/</link>
	<description>Helping you become a Cisco Certified Internetwork Expert</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Skye Greif</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-208546</link>
		<dc:creator>Skye Greif</dc:creator>
		<pubDate>Sun, 06 Feb 2011 04:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-208546</guid>
		<description>Exceptional tutorial! It saved me a hell of a lot of time. Honestly, thank you.</description>
		<content:encoded><![CDATA[<p>Exceptional tutorial! It saved me a hell of a lot of time. Honestly, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-150258</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 21 Oct 2010 08:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-150258</guid>
		<description>Thanks a lot for this post. It was very helpful for me. I read a lot of docs but I didn&#039;t understand ow to configure SNMPv3. Here I found all that I need to accomplish my task.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post. It was very helpful for me. I read a lot of docs but I didn&#8217;t understand ow to configure SNMPv3. Here I found all that I need to accomplish my task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sovanvichet</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-76461</link>
		<dc:creator>sovanvichet</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-76461</guid>
		<description>Dear all

 &quot;About snmp-server view RESTRICTED ifEntry.*.3 included, how to determine
that S0/0 has an index of 3 instead of 1 or 2. Let’s say there are 3 interfaces
such as f0/0, s0/0, g0/0. How to know the index of each interface?&quot;

show snmp mib if if detail
will told you what the index of the interface</description>
		<content:encoded><![CDATA[<p>Dear all</p>
<p> &#8220;About snmp-server view RESTRICTED ifEntry.*.3 included, how to determine<br />
that S0/0 has an index of 3 instead of 1 or 2. Let’s say there are 3 interfaces<br />
such as f0/0, s0/0, g0/0. How to know the index of each interface?&#8221;</p>
<p>show snmp mib if if detail<br />
will told you what the index of the interface</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-68886</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 03 Oct 2009 07:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-68886</guid>
		<description>1. snmp-server ifindex persist is not a part of SNMPv3. That is IOS enhancement for ifIndex persistence.

2. It depends on ifIndex assignment. ifIndex and interface name (ifName) can be found in ifTable.
If the ifIndex persistence is enabled, I guess there exists a text file to show the mapping between ifIndex and ifName or ifDesc.</description>
		<content:encoded><![CDATA[<p>1. snmp-server ifindex persist is not a part of SNMPv3. That is IOS enhancement for ifIndex persistence.</p>
<p>2. It depends on ifIndex assignment. ifIndex and interface name (ifName) can be found in ifTable.<br />
If the ifIndex persistence is enabled, I guess there exists a text file to show the mapping between ifIndex and ifName or ifDesc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Indo</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-62168</link>
		<dc:creator>Frans Indo</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-62168</guid>
		<description>Dear Petr and friends,

I am a little bit confusing.

1. Why we must use snmp-server ifindex persist? Must we use this command
when SNMP v3 is required to use?

2. About snmp-server view RESTRICTED ifEntry.*.3 included, how to determine
that S0/0 has an index of 3 instead of 1 or 2. Let&#039;s say there are 3 interfaces
such as f0/0, s0/0, g0/0. How to know the index of each interface?

Thanks and looking forward to your kindly advice.

Cheers.</description>
		<content:encoded><![CDATA[<p>Dear Petr and friends,</p>
<p>I am a little bit confusing.</p>
<p>1. Why we must use snmp-server ifindex persist? Must we use this command<br />
when SNMP v3 is required to use?</p>
<p>2. About snmp-server view RESTRICTED ifEntry.*.3 included, how to determine<br />
that S0/0 has an index of 3 instead of 1 or 2. Let&#8217;s say there are 3 interfaces<br />
such as f0/0, s0/0, g0/0. How to know the index of each interface?</p>
<p>Thanks and looking forward to your kindly advice.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karsten</title>
		<link>http://blog.ine.com/2008/07/19/snmpv3-tutorial/#comment-4884</link>
		<dc:creator>Karsten</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ine.com/?p=200#comment-4884</guid>
		<description>A very good introduction. But you should mention, that newer IOS-Versions also support a stronger encryption than the old DES.</description>
		<content:encoded><![CDATA[<p>A very good introduction. But you should mention, that newer IOS-Versions also support a stronger encryption than the old DES.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

