<?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: Configure Cisco switch telnet login and password</title>
	<atom:link href="http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:14:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: madcow</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-15373</link>
		<dc:creator>madcow</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:09:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15373</guid>
		<description>think that service password encryption should be enabled. (even if its low end security) u do not want save the passwords in clear text. and you probably want to create an access to block off access from the entire world (you only want to connect to it from within your own network) so:&lt;br&gt;&lt;br&gt;!enter configuration mode&lt;br&gt;conf t&lt;br&gt;&lt;br&gt;!enable service password encryption&lt;br&gt;service password encryption&lt;br&gt;&lt;br&gt;!password for privilaged acccess&lt;br&gt;enable password keepout&lt;br&gt;&lt;br&gt;!access list for whatever you netblock is&lt;br&gt;access-list 1 permit 192.168.0.0 0.0.0.255 &lt;br&gt;&lt;br&gt;!enter telnet config mode&lt;br&gt;line vty 0 4&lt;br&gt;password keepout&lt;br&gt;login&lt;br&gt;access-class 1 in</description>
		<content:encoded><![CDATA[<p>think that service password encryption should be enabled. (even if its low end security) u do not want save the passwords in clear text. and you probably want to create an access to block off access from the entire world (you only want to connect to it from within your own network) so:</p>
<p>!enter configuration mode<br />conf t</p>
<p>!enable service password encryption<br />service password encryption</p>
<p>!password for privilaged acccess<br />enable password keepout</p>
<p>!access list for whatever you netblock is<br />access-list 1 permit 192.168.0.0 0.0.0.255 </p>
<p>!enter telnet config mode<br />line vty 0 4<br />password keepout<br />login<br />access-class 1 in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darkman001</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-13474</link>
		<dc:creator>darkman001</dc:creator>
		<pubDate>Mon, 13 Jul 2009 11:06:23 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13474</guid>
		<description>i think a method to configure a telnet r admission ip :&lt;br&gt;&lt;br&gt;1) u need to go to enable mode &lt;br&gt;2)Conf t &lt;br&gt;3)interface vlan 1 &lt;br&gt;4) ip add  10.0.0.0   255.255.255.0 &lt;br&gt;&lt;br&gt;I am new at cisco but i think this si how u do it &lt;br&gt;&lt;br&gt;&lt;br&gt;(sry 4 my writhing but i am Croatian xD )</description>
		<content:encoded><![CDATA[<p>i think a method to configure a telnet r admission ip :</p>
<p>1) u need to go to enable mode <br />2)Conf t <br />3)interface vlan 1 <br />4) ip add  10.0.0.0   255.255.255.0 </p>
<p>I am new at cisco but i think this si how u do it </p>
<p>(sry 4 my writhing but i am Croatian xD )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: o meu</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-13266</link>
		<dc:creator>o meu</dc:creator>
		<pubDate>Tue, 07 Jul 2009 14:40:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13266</guid>
		<description>k treta</description>
		<content:encoded><![CDATA[<p>k treta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramod</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-11985</link>
		<dc:creator>pramod</dc:creator>
		<pubDate>Tue, 02 Jun 2009 05:22:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11985</guid>
		<description>your suggession is right Given by you.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks a lot</description>
		<content:encoded><![CDATA[<p>your suggession is right Given by you.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun VT</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-10936</link>
		<dc:creator>Shaun VT</dc:creator>
		<pubDate>Thu, 30 Apr 2009 14:16:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10936</guid>
		<description>Thanks Helped Alot</description>
		<content:encoded><![CDATA[<p>Thanks Helped Alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-9597</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 19 Mar 2009 09:43:33 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9597</guid>
		<description>how to open a ZP hyperterm?</description>
		<content:encoded><![CDATA[<p>how to open a ZP hyperterm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lessa</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-8789</link>
		<dc:creator>Lessa</dc:creator>
		<pubDate>Mon, 23 Feb 2009 12:54:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8789</guid>
		<description>To first configure a Cisco switch, be it any model #, it first has to be connected in out-of-band management: via console cable. Out-of-band can be taken as out of bandwidth, meaning not online. Not using the Ethernet or internet connections. In-band would be the opposite, meaning using Ethernet or internet connections. In-band = telnetting, SDM, etc.&lt;br&gt;&lt;br&gt;Note: I CANNOT remember how to set the IP to enter to get into telnet.. you have to have an IP, but I cannot remember what the commands are to set it. I believe it might be int vlan (#), and then setting that IP, as vty does not have an IP option. I am unsure. I did try this in Packet Tracer 5.0 and setting the vlan 1 IP did not change any affect when trying to ping or telnet to the switch.&lt;br&gt;&lt;br&gt;1.) Connect console cable&lt;br&gt;2.) Use terminal emulation program to connect to switch or router. HyperTerminal in XP, Putty in XP &amp; Vista, or (I&#039;ve never heard &#039;ZP&#039; before), ZP Hyperterm. I&#039;m sure there are others as well. The default settings should be: Bits Per Second: 9600, Data Bits: 8, Parity: None, Stop Bits: 1, Flow Control: None. If this is not what you have, then correct it to the ones listed previously. Connect&lt;br&gt;3.) Enter Privileged Exec mode via typing enable. The prompt with &quot;&gt;&quot; dictates that it is &quot;user&quot; mode. Exec mode is &quot;#&quot;.&lt;br&gt;4.) Enter configure terminal mode by typing that in after enable (while in exec/privileged mode)or config t for short.&lt;br&gt;5.) Type in line vty 0 15 (meaning virtual telnet 0 - 15, 16 in all. You can set different passwords for different vtys. It is not limited to ONLY 0 15. Meaning ONLY 0-15.)&lt;br&gt;6.) Type &quot;password *password*&quot;, where the asterisks dictate what you want to set your password as.&lt;br&gt;7.) Type &quot;login&quot;, to make sure that someone connecting via telnet will have to enter the password you just set. Otherwise, it&#039;s just free access. Remember &quot;login&quot;.&lt;br&gt;8.) Type end, this will take you back STRAIGHT to privileged exec mode, this way you do not have to keep typing &quot;exit&quot;.&lt;br&gt;9.) Type &quot;wr&quot;, short for &quot;write&quot;, which will then automatically (via write&#039;s default settings) save running-config to startup-config. This is shorter than typing &quot;copy run start&quot;, which is also shorter than &quot;copy running-config startup-config&quot;.&lt;br&gt;10.) You can either just disconnect from console 0 (or as the switch states it: con0) or type &quot;logout&quot; which will take you to the beginning, where you will have to press enter and re-login via secret and enable passwords.&lt;br&gt;&lt;br&gt;Note: I CANNOT remember how to set the IP to enter to get into telnet.. you have to have an IP, but I cannot remember what the commands are to set it.&lt;br&gt;&lt;br&gt;Now, via telnet:&lt;br&gt;&lt;br&gt;1.) Open up command (start menu &gt; run &gt; cmd)&lt;br&gt;2.) Type &quot;telnet (ip set)&quot;&lt;br&gt;3.) If the privilege was set to, say, &quot;15&quot;, then once the password was entered (as it is now prompting for the password if &quot;login&quot; was remembered), then once logged-in you will be in, I am 90% sure, enable mode without having to enter the enable password &amp; enable secret, just the set telnet. I may have this backwards as I do not have much experience with the telnetting (I will be doing some testing later on)&lt;br&gt;4.) Config t to use most commands, or show *whatever here* to get started. All show commands are in exec mode only, not config mode. There is a very limited amount of show commands in user mode.&lt;br&gt;&lt;br&gt;Okay, well.. if any mistakes are found, or if you know what I did not, please correct. I was typing this in during class, so please excuse me. I had limited time to mess around with Packet Tracer 5.0 before I had to move onto another page, or I would have researched answering my own questions. Thanks for reading.</description>
		<content:encoded><![CDATA[<p>To first configure a Cisco switch, be it any model #, it first has to be connected in out-of-band management: via console cable. Out-of-band can be taken as out of bandwidth, meaning not online. Not using the Ethernet or internet connections. In-band would be the opposite, meaning using Ethernet or internet connections. In-band = telnetting, SDM, etc.</p>
<p>Note: I CANNOT remember how to set the IP to enter to get into telnet.. you have to have an IP, but I cannot remember what the commands are to set it. I believe it might be int vlan (#), and then setting that IP, as vty does not have an IP option. I am unsure. I did try this in Packet Tracer 5.0 and setting the vlan 1 IP did not change any affect when trying to ping or telnet to the switch.</p>
<p>1.) Connect console cable<br />2.) Use terminal emulation program to connect to switch or router. HyperTerminal in XP, Putty in XP &#038; Vista, or (I&#39;ve never heard &#39;ZP&#39; before), ZP Hyperterm. I&#39;m sure there are others as well. The default settings should be: Bits Per Second: 9600, Data Bits: 8, Parity: None, Stop Bits: 1, Flow Control: None. If this is not what you have, then correct it to the ones listed previously. Connect<br />3.) Enter Privileged Exec mode via typing enable. The prompt with &#8220;&gt;&#8221; dictates that it is &#8220;user&#8221; mode. Exec mode is &#8220;#&#8221;.<br />4.) Enter configure terminal mode by typing that in after enable (while in exec/privileged mode)or config t for short.<br />5.) Type in line vty 0 15 (meaning virtual telnet 0 &#8211; 15, 16 in all. You can set different passwords for different vtys. It is not limited to ONLY 0 15. Meaning ONLY 0-15.)<br />6.) Type &#8220;password *password*&#8221;, where the asterisks dictate what you want to set your password as.<br />7.) Type &#8220;login&#8221;, to make sure that someone connecting via telnet will have to enter the password you just set. Otherwise, it&#39;s just free access. Remember &#8220;login&#8221;.<br />8.) Type end, this will take you back STRAIGHT to privileged exec mode, this way you do not have to keep typing &#8220;exit&#8221;.<br />9.) Type &#8220;wr&#8221;, short for &#8220;write&#8221;, which will then automatically (via write&#39;s default settings) save running-config to startup-config. This is shorter than typing &#8220;copy run start&#8221;, which is also shorter than &#8220;copy running-config startup-config&#8221;.<br />10.) You can either just disconnect from console 0 (or as the switch states it: con0) or type &#8220;logout&#8221; which will take you to the beginning, where you will have to press enter and re-login via secret and enable passwords.</p>
<p>Note: I CANNOT remember how to set the IP to enter to get into telnet.. you have to have an IP, but I cannot remember what the commands are to set it.</p>
<p>Now, via telnet:</p>
<p>1.) Open up command (start menu &gt; run &gt; cmd)<br />2.) Type &#8220;telnet (ip set)&#8221;<br />3.) If the privilege was set to, say, &#8220;15&#8243;, then once the password was entered (as it is now prompting for the password if &#8220;login&#8221; was remembered), then once logged-in you will be in, I am 90% sure, enable mode without having to enter the enable password &#038; enable secret, just the set telnet. I may have this backwards as I do not have much experience with the telnetting (I will be doing some testing later on)<br />4.) Config t to use most commands, or show *whatever here* to get started. All show commands are in exec mode only, not config mode. There is a very limited amount of show commands in user mode.</p>
<p>Okay, well.. if any mistakes are found, or if you know what I did not, please correct. I was typing this in during class, so please excuse me. I had limited time to mess around with Packet Tracer 5.0 before I had to move onto another page, or I would have researched answering my own questions. Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar P. Snick</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-5596</link>
		<dc:creator>Oscar P. Snick</dc:creator>
		<pubDate>Fri, 28 Nov 2008 11:42:40 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5596</guid>
		<description>To Anonymous above, you can&#039;t telnet to a switch that has no login. Bravepc describes the method well.&lt;br&gt;&lt;br&gt;Cisco already has a &quot;long&quot; manual. If it was effective, however, I wouldn&#039;t have ended up here.&lt;br&gt;&lt;br&gt;Thanks for the info.</description>
		<content:encoded><![CDATA[<p>To Anonymous above, you can&#39;t telnet to a switch that has no login. Bravepc describes the method well.</p>
<p>Cisco already has a &#8220;long&#8221; manual. If it was effective, however, I wouldn&#39;t have ended up here.</p>
<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bravepc</title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-3812</link>
		<dc:creator>bravepc</dc:creator>
		<pubDate>Fri, 03 Oct 2008 00:40:27 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3812</guid>
		<description>You have done what?&lt;br&gt;&lt;br&gt;The switch will arrive with a serial light blue cable. Connect it to the console port at the Cisco switch, and to the serial port on a pr.&lt;br&gt;&lt;br&gt;Open a terminal session (in ZP Hyperterm), use default settings and give session any name. In that way, tou don even need an ip&lt;br&gt;&lt;br&gt;But, this is the very entry point to the switch config. Somebody has to write a long manual here!</description>
		<content:encoded><![CDATA[<p>You have done what?</p>
<p>The switch will arrive with a serial light blue cable. Connect it to the console port at the Cisco switch, and to the serial port on a pr.</p>
<p>Open a terminal session (in ZP Hyperterm), use default settings and give session any name. In that way, tou don even need an ip</p>
<p>But, this is the very entry point to the switch config. Somebody has to write a long manual here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/comment-page-1/#comment-3608</link>
		<dc:creator></dc:creator>
		<pubDate>Tue, 01 Apr 2008 08:31:15 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3608</guid>
		<description>This would be even more useful if the person writing it assumed the user had NO knowledge of cisco switches whatsoever.

Do the following to get up to the stage above:

from the command window (run: cmd)

telnet (ip address)

(password)

enable (to get into secret mode)

(secret password)

conf t (This gets you into the above mentioned configuration mode)

line vty 0 15

password (your new password)

exit

exit

exit

Your done!</description>
		<content:encoded><![CDATA[<p>This would be even more useful if the person writing it assumed the user had NO knowledge of cisco switches whatsoever.</p>
<p>Do the following to get up to the stage above:</p>
<p>from the command window (run: cmd)</p>
<p>telnet (ip address)</p>
<p>(password)</p>
<p>enable (to get into secret mode)</p>
<p>(secret password)</p>
<p>conf t (This gets you into the above mentioned configuration mode)</p>
<p>line vty 0 15</p>
<p>password (your new password)</p>
<p>exit</p>
<p>exit</p>
<p>exit</p>
<p>Your done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
