<?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: Changing SNMP Community Strings</title>
	<atom:link href="http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/</link>
	<description>technology, networking and IP telephony</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:06:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ryan Kruger</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-5346</link>
		<dc:creator>Ryan Kruger</dc:creator>
		<pubDate>Wed, 02 Nov 2011 12:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-5346</guid>
		<description>Hi Mike,

We are currently running Nortekl 8600s 5.1 with VRFs implemented. I have a few questions in regards to the SNMP configurations in regards to VRFs. I was hoping you might have an idea or two.

I am wanting to configure different SNMP communities for the different VRFs.

1st I have noticed, I can not view the existing snmp community names, they&#039;re all &quot;asterixes&quot; out.  How can I view the current snmp communities ?

2nd Is it possible to assign different SNMP communities for different VRFs.

The thing is : I can only see what SNMP config. for the whole 8600, and not for the different VRFs. 

I have gone over various Nortel docs, but they really only refer to SNMPv3. 

Any advice would be most welcome.

Thank you

Kind Regards

Ryan</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>We are currently running Nortekl 8600s 5.1 with VRFs implemented. I have a few questions in regards to the SNMP configurations in regards to VRFs. I was hoping you might have an idea or two.</p>
<p>I am wanting to configure different SNMP communities for the different VRFs.</p>
<p>1st I have noticed, I can not view the existing snmp community names, they&#8217;re all &#8220;asterixes&#8221; out.  How can I view the current snmp communities ?</p>
<p>2nd Is it possible to assign different SNMP communities for different VRFs.</p>
<p>The thing is : I can only see what SNMP config. for the whole 8600, and not for the different VRFs. </p>
<p>I have gone over various Nortel docs, but they really only refer to SNMPv3. </p>
<p>Any advice would be most welcome.</p>
<p>Thank you</p>
<p>Kind Regards</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nvinh</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-2136</link>
		<dc:creator>Nvinh</dc:creator>
		<pubDate>Sat, 29 May 2010 10:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-2136</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1415&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1415&quot; rel=&quot;nofollow&quot;&gt;IanNorm&lt;/a&gt; :&lt;/strong&gt;
          I know Brett as well – I worked at Nortel for 10 years working on management solutions for MSS (aka Passport) 6K, 7K, 15K switches. If anyone ever needs any help with MDM give me a shout! So, yes, I’ve been using CLImanager extensively for many years – batch files, CLI*Script files,  Java plugins, etc. If anyone needs any help with CLImanager let me know.
         &lt;/blockquote&gt;

Hi IanNorm,
Could you please share me some script or document of CLIManager?
I would like to catch the result from a command but I don&#039;t know how to do that.

my mail: ngocvinh1906@yahoo.com

Thanks and regards,
Nvinh</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1415"><p>
<strong><a href="#comment-1415" rel="nofollow">IanNorm</a> :</strong><br />
          I know Brett as well – I worked at Nortel for 10 years working on management solutions for MSS (aka Passport) 6K, 7K, 15K switches. If anyone ever needs any help with MDM give me a shout! So, yes, I’ve been using CLImanager extensively for many years – batch files, CLI*Script files,  Java plugins, etc. If anyone needs any help with CLImanager let me know.
         </p></blockquote>
<p>Hi IanNorm,<br />
Could you please share me some script or document of CLIManager?<br />
I would like to catch the result from a command but I don&#8217;t know how to do that.</p>
<p>my mail: <a href="mailto:ngocvinh1906@yahoo.com">ngocvinh1906@yahoo.com</a></p>
<p>Thanks and regards,<br />
Nvinh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nvinh</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-2124</link>
		<dc:creator>Nvinh</dc:creator>
		<pubDate>Thu, 27 May 2010 05:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-2124</guid>
		<description>Hi Michel/IanNorm

I&#039;m using CLImanager and trying to write a script to login to UNIX machine. I&#039;ve input the username/passwd via script but not lucky.

cmd (&quot;telnet 10.10.10.10&quot;);

waitfor(&quot;login: &quot;)
send(&quot;test&quot;); 
waitfor(&quot;Password: &quot;)
send(&quot;test&quot;); 

The CLImanager hangs at the login prompt and does nothing.
Please let me know who can I use this way to connect to my machine.

Thanks and Regards,
Nvinh</description>
		<content:encoded><![CDATA[<p>Hi Michel/IanNorm</p>
<p>I&#8217;m using CLImanager and trying to write a script to login to UNIX machine. I&#8217;ve input the username/passwd via script but not lucky.</p>
<p>cmd (&#8220;telnet 10.10.10.10&#8243;);</p>
<p>waitfor(&#8220;login: &#8220;)<br />
send(&#8220;test&#8221;);<br />
waitfor(&#8220;Password: &#8220;)<br />
send(&#8220;test&#8221;); </p>
<p>The CLImanager hangs at the login prompt and does nothing.<br />
Please let me know who can I use this way to connect to my machine.</p>
<p>Thanks and Regards,<br />
Nvinh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gbenga</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1417</link>
		<dc:creator>Gbenga</dc:creator>
		<pubDate>Thu, 05 Nov 2009 23:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1417</guid>
		<description>Thank you so much for all the input.. CLImanager definitely dummies it up..I tested okay with telnet however I seem to be running into issues with ssh enabled switches. It logins okay but then I am not at the proper prompt.. when I attempt to type anything it comes back with &quot; invalid timeout value&quot; error.</description>
		<content:encoded><![CDATA[<p>Thank you so much for all the input.. CLImanager definitely dummies it up..I tested okay with telnet however I seem to be running into issues with ssh enabled switches. It logins okay but then I am not at the proper prompt.. when I attempt to type anything it comes back with &#8221; invalid timeout value&#8221; error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanNorm</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1415</link>
		<dc:creator>IanNorm</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1415</guid>
		<description>I know Brett as well - I worked at Nortel for 10 years working on management solutions for MSS (aka Passport) 6K, 7K, 15K switches. If anyone ever needs any help with MDM give me a shout! So, yes, I&#039;ve been using CLImanager extensively for many years - batch files, CLI*Script files,  Java plugins, etc. If anyone needs any help with CLImanager let me know.</description>
		<content:encoded><![CDATA[<p>I know Brett as well &#8211; I worked at Nortel for 10 years working on management solutions for MSS (aka Passport) 6K, 7K, 15K switches. If anyone ever needs any help with MDM give me a shout! So, yes, I&#8217;ve been using CLImanager extensively for many years &#8211; batch files, CLI*Script files,  Java plugins, etc. If anyone needs any help with CLImanager let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael McNamara</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1403</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1403</guid>
		<description>Hi IanNorm,

You&#039;ve stumbled onto a gem with CLImanager. When we had Nortel Passport 6480/7480 ATM switches we used CLImanager to help manage them. I haven&#039;t used CLImanager recently but it could certainly accomplished the task (I&#039;m not sure how many switches it could configure at once). I&#039;ve personally just become accustom to writing Expect scripts on a CentOS Linux server. For anyone that&#039;s not familiar with Except, then CLImanager might be a nice alternative. You actually don&#039;t need to even script anything. CLImanager will literally login to multiple switches at one time, you issue a single command and it will pass that command on to every switch that you are logged into, pretty neat stuff. I know the author of CLImanager, Brett Sinclair, and he&#039;s a very sharp fellow.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi IanNorm,</p>
<p>You&#8217;ve stumbled onto a gem with CLImanager. When we had Nortel Passport 6480/7480 ATM switches we used CLImanager to help manage them. I haven&#8217;t used CLImanager recently but it could certainly accomplished the task (I&#8217;m not sure how many switches it could configure at once). I&#8217;ve personally just become accustom to writing Expect scripts on a CentOS Linux server. For anyone that&#8217;s not familiar with Except, then CLImanager might be a nice alternative. You actually don&#8217;t need to even script anything. CLImanager will literally login to multiple switches at one time, you issue a single command and it will pass that command on to every switch that you are logged into, pretty neat stuff. I know the author of CLImanager, Brett Sinclair, and he&#8217;s a very sharp fellow.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanNorm</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1401</link>
		<dc:creator>IanNorm</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1401</guid>
		<description>Have you used CLImanager (freebie from Nortel - https://app23.nortelnetworks.com/climanager/)? It is easy to connect to multiple devices and issue the commands to all connected devices. Or put the commands in a script and run it against a list of devices.

Let me know if you need any more info.

Ian</description>
		<content:encoded><![CDATA[<p>Have you used CLImanager (freebie from Nortel &#8211; <a href="https://app23.nortelnetworks.com/climanager/" rel="nofollow">https://app23.nortelnetworks.com/climanager/</a>)? It is easy to connect to multiple devices and issue the commands to all connected devices. Or put the commands in a script and run it against a list of devices.</p>
<p>Let me know if you need any more info.</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael McNamara</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1387</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Wed, 28 Oct 2009 03:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1387</guid>
		<description>Let me dig up a sample Expect script and post it here...

Here&#039;s an Expect script that will configure the Daylight Saving Time on the Nortel 460,470,2500,4500,5500,5600 switches. You can easily adopt this script to reset the SNMP community strings as oppose to reconfiguring the date/time.

Expect Script: &lt;a href=&quot;http://www.michaelfmcnamara.com/files/scripts/set-nortel-timezone.exp.txt&quot; rel=&quot;nofollow&quot;&gt;set-nortel-timezone.exp.txt&lt;/a&gt;

Bash Script that calls Expect script: &lt;a href=&quot;http://www.michaelfmcnamara.com/files/scripts/set-nortel-timezone.sh.txt&quot; rel=&quot;nofollow&quot;&gt;set-nortel-timezone.sh.txt&lt;/a&gt;.

You can read more about it in this post; &lt;a href=&quot;http://blog.michaelfmcnamara.com/2008/07/expect-script-daylight-saving-time/&quot; rel=&quot;nofollow&quot;&gt;http://blog.michaelfmcnamara.com/2008/07/expect-script-daylight-saving-time&lt;/a&gt;.

Cheers!</description>
		<content:encoded><![CDATA[<p>Let me dig up a sample Expect script and post it here&#8230;</p>
<p>Here&#8217;s an Expect script that will configure the Daylight Saving Time on the Nortel 460,470,2500,4500,5500,5600 switches. You can easily adopt this script to reset the SNMP community strings as oppose to reconfiguring the date/time.</p>
<p>Expect Script: <a href="http://www.michaelfmcnamara.com/files/scripts/set-nortel-timezone.exp.txt" rel="nofollow">set-nortel-timezone.exp.txt</a></p>
<p>Bash Script that calls Expect script: <a href="http://www.michaelfmcnamara.com/files/scripts/set-nortel-timezone.sh.txt" rel="nofollow">set-nortel-timezone.sh.txt</a>.</p>
<p>You can read more about it in this post; <a href="http://blog.michaelfmcnamara.com/2008/07/expect-script-daylight-saving-time/" rel="nofollow">http://blog.michaelfmcnamara.com/2008/07/expect-script-daylight-saving-time</a>.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gbenga</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1383</link>
		<dc:creator>Gbenga</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1383</guid>
		<description>Hi Michael, 
Thank you for your response. I am not familiar with Linux but I can always figure it out... It&#039;s the least I can do. I will be glad to have the examples you talk about using Expect. I presume this will work with ssh too because all these devices have telnet disabled.

Regards,</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
Thank you for your response. I am not familiar with Linux but I can always figure it out&#8230; It&#8217;s the least I can do. I will be glad to have the examples you talk about using Expect. I presume this will work with ssh too because all these devices have telnet disabled.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael McNamara</title>
		<link>http://blog.michaelfmcnamara.com/2009/10/changing-snmp-community-strings/#comment-1380</link>
		<dc:creator>Michael McNamara</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfmcnamara.com/?p=1055#comment-1380</guid>
		<description>Hi Gbenga,

I&#039;ve written a few Expect scripts that essentially telnet into the switches and then issue the appropriate CLI commands.

If you are familiar with Linux I could provide you a few examples.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Gbenga,</p>
<p>I&#8217;ve written a few Expect scripts that essentially telnet into the switches and then issue the appropriate CLI commands.</p>
<p>If you are familiar with Linux I could provide you a few examples.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: blog.michaelfmcnamara.com @ 2012-02-08 17:29:35 by W3 Total Cache -->
