<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Cisconet's Weblog</title>
	<atom:link href="http://cisconet.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisconet.wordpress.com</link>
	<description>"The recipe for perpetual ignorance is: be satisfied with your opinions and content with your knowledge."     --  Elbert Hubbard</description>
	<lastBuildDate>Sat, 06 Oct 2007 06:28:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Question and Answer by Abhinay</title>
		<link>http://cisconet.wordpress.com/about/#comment-16</link>
		<dc:creator>Abhinay</dc:creator>
		<pubDate>Sat, 06 Oct 2007 06:28:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-16</guid>
		<description>hI CISCO NET THANKS OF ALL I GOT PRIVIOUS SOLUTION I&#039;M SO VERY HAPPY.....

tHANK A LOT</description>
		<content:encoded><![CDATA[<p>hI CISCO NET THANKS OF ALL I GOT PRIVIOUS SOLUTION I&#8217;M SO VERY HAPPY&#8230;..</p>
<p>tHANK A LOT</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by Abhinay</title>
		<link>http://cisconet.wordpress.com/about/#comment-15</link>
		<dc:creator>Abhinay</dc:creator>
		<pubDate>Sat, 06 Oct 2007 06:27:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-15</guid>
		<description>Hi friends,

    I have some problem of linux so any bady plz help regarding to Linux.....

PROBLEM:-

- Booting is direct from DHCP ( MAC) address.
-i WANT DATA THIS IS VERY IMP.

I check it.:-
HDD DETECTION, BOOT SECQANCE

PLEASE HELP ME MY FRIEND....THIS IS VERY URGENT....</description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p>    I have some problem of linux so any bady plz help regarding to Linux&#8230;..</p>
<p>PROBLEM:-</p>
<p>- Booting is direct from DHCP ( MAC) address.<br />
-i WANT DATA THIS IS VERY IMP.</p>
<p>I check it.:-<br />
HDD DETECTION, BOOT SECQANCE</p>
<p>PLEASE HELP ME MY FRIEND&#8230;.THIS IS VERY URGENT&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by Shekhar</title>
		<link>http://cisconet.wordpress.com/about/#comment-14</link>
		<dc:creator>Shekhar</dc:creator>
		<pubDate>Fri, 28 Sep 2007 13:27:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-14</guid>
		<description>Redistribution of RIP into OSPF</description>
		<content:encoded><![CDATA[<p>Redistribution of RIP into OSPF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by Abhinay</title>
		<link>http://cisconet.wordpress.com/about/#comment-13</link>
		<dc:creator>Abhinay</dc:creator>
		<pubDate>Thu, 27 Sep 2007 06:01:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-13</guid>
		<description>Hi friend,

   Please can you give me some information about conversition about the RIP v.2 to OSPF.</description>
		<content:encoded><![CDATA[<p>Hi friend,</p>
<p>   Please can you give me some information about conversition about the RIP v.2 to OSPF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by cisconet</title>
		<link>http://cisconet.wordpress.com/about/#comment-11</link>
		<dc:creator>cisconet</dc:creator>
		<pubDate>Fri, 14 Sep 2007 13:29:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-11</guid>
		<description>&lt;em&gt;I get the error &quot;The print processor is unknown&quot; when installing a printer.&lt;/em&gt;

 A. There are 2 causes for this.


&lt;strong&gt;Solution to Problem I&lt;/strong&gt;


 1. The default print processor winprint.dll is missing from the directory
 %systemroot%\system32\Spool\Prtprocs\W32x86
 2.The Winprint key in the registry is missing or corrupt

If the winprint.dll is not found you should expand 
Winprint.dl_ from your Windows NT installation CD using the 
EXPAND command


expand -r :\i386\winprint.dl_ %systemroot%\system32\spool\
prtprocs\w32x86


&lt;strong&gt;Solution to Problem II&lt;/strong&gt;



If the file is there then you need to check the registry

1. Start the registry editor (regedit.exe)

2. Move to 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Control\Print\Environments\Windows NT x86\Print Processors
 3.If the winprint key exists goto step 4. If it does not exist from the Edit menu,    
select New -Key, and enter a name of winprint
 4. Under winprint check for a value called Driver. If this does not exist from the 
edit menu, select New - String Value and enter a name of Driver.

5. Driver should have a value of winprint.dll. If it does not, double click on driver and 
set to winprint.dll. Click OK
 6. Close the registry editor
 7. You should now restart the computer</description>
		<content:encoded><![CDATA[<p><em>I get the error &#8220;The print processor is unknown&#8221; when installing a printer.</em></p>
<p> A. There are 2 causes for this.</p>
<p><strong>Solution to Problem I</strong></p>
<p> 1. The default print processor winprint.dll is missing from the directory<br />
 %systemroot%\system32\Spool\Prtprocs\W32&#215;86<br />
 2.The Winprint key in the registry is missing or corrupt</p>
<p>If the winprint.dll is not found you should expand<br />
Winprint.dl_ from your Windows NT installation CD using the<br />
EXPAND command</p>
<p>expand -r :\i386\winprint.dl_ %systemroot%\system32\spool\<br />
prtprocs\w32&#215;86</p>
<p><strong>Solution to Problem II</strong></p>
<p>If the file is there then you need to check the registry</p>
<p>1. Start the registry editor (regedit.exe)</p>
<p>2. Move to<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\<br />
Control\Print\Environments\Windows NT x86\Print Processors<br />
 3.If the winprint key exists goto step 4. If it does not exist from the Edit menu,<br />
select New -Key, and enter a name of winprint<br />
 4. Under winprint check for a value called Driver. If this does not exist from the<br />
edit menu, select New &#8211; String Value and enter a name of Driver.</p>
<p>5. Driver should have a value of winprint.dll. If it does not, double click on driver and<br />
set to winprint.dll. Click OK<br />
 6. Close the registry editor<br />
 7. You should now restart the computer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by Abhinay</title>
		<link>http://cisconet.wordpress.com/about/#comment-10</link>
		<dc:creator>Abhinay</dc:creator>
		<pubDate>Fri, 14 Sep 2007 11:05:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-10</guid>
		<description>“Print Processor Is Unknown” this is error on my system when i try to connect the printer…please give me solution…</description>
		<content:encoded><![CDATA[<p>“Print Processor Is Unknown” this is error on my system when i try to connect the printer…please give me solution…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by cisconet</title>
		<link>http://cisconet.wordpress.com/about/#comment-8</link>
		<dc:creator>cisconet</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:34:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-8</guid>
		<description>Check this book at google http://books.google.com/books?id=n8o2C1sC7dYC&amp;pg=PA147&amp;lpg=PA147&amp;dq=%22at+commands%22+cisco&amp;source=web&amp;ots=Mk7gzyTq9t&amp;sig=2LX2-WIf6Jm4Ab2pDuHy7FPqimI</description>
		<content:encoded><![CDATA[<p>Check this book at google <a href="http://books.google.com/books?id=n8o2C1sC7dYC&amp;pg=PA147&amp;lpg=PA147&amp;dq=%22at+commands%22+cisco&amp;source=web&amp;ots=Mk7gzyTq9t&amp;sig=2LX2-WIf6Jm4Ab2pDuHy7FPqimI" rel="nofollow">http://books.google.com/books?id=n8o2C1sC7dYC&amp;pg=PA147&amp;lpg=PA147&amp;dq=%22at+commands%22+cisco&amp;source=web&amp;ots=Mk7gzyTq9t&amp;sig=2LX2-WIf6Jm4Ab2pDuHy7FPqimI</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Need for open networking training programme! by cisconet</title>
		<link>http://cisconet.wordpress.com/2007/08/29/hello-world/#comment-7</link>
		<dc:creator>cisconet</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:29:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description>Hi guru thats preety simple use an access-list on router to restrict access of traffic 
originating from vlan2 going to vlan1. Simply drop packets matching Vlan2 targeted 
for vlan2</description>
		<content:encoded><![CDATA[<p>Hi guru thats preety simple use an access-list on router to restrict access of traffic<br />
originating from vlan2 going to vlan1. Simply drop packets matching Vlan2 targeted<br />
for vlan2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Question and Answer by cisconet</title>
		<link>http://cisconet.wordpress.com/about/#comment-6</link>
		<dc:creator>cisconet</dc:creator>
		<pubDate>Thu, 30 Aug 2007 11:26:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-6</guid>
		<description>Hi Abhinay,

First no sir!

k

and its very simple google for AT commands available on cisco routers you can check the status of routers with AT commands</description>
		<content:encoded><![CDATA[<p>Hi Abhinay,</p>
<p>First no sir!</p>
<p>k</p>
<p>and its very simple google for AT commands available on cisco routers you can check the status of routers with AT commands</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Need for open networking training programme! by Abhinay</title>
		<link>http://cisconet.wordpress.com/2007/08/29/hello-world/#comment-4</link>
		<dc:creator>Abhinay</dc:creator>
		<pubDate>Thu, 30 Aug 2007 09:47:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-4</guid>
		<description>
Actually there are only 2 vlans in the 3750 cisco switch
and I want that vlan1 can comunicate with vlan2 ,
but vlan2 can not communicate with vlan1.

</description>
		<content:encoded><![CDATA[<p>Actually there are only 2 vlans in the 3750 cisco switch<br />
and I want that vlan1 can comunicate with vlan2 ,<br />
but vlan2 can not communicate with vlan1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
