<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Fri, 02 Oct 2009 05:09:36 -0000</lastBuildDate><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-18268358</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">madcow</dc:creator><pubDate>Fri, 02 Oct 2009 05:09:36 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-12574950</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">darkman001</dc:creator><pubDate>Mon, 13 Jul 2009 09:06:23 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-12262145</link><description>k treta</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">o meu</dc:creator><pubDate>Tue, 07 Jul 2009 12:40:08 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-10379542</link><description>your suggession is right Given by you.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pramod</dc:creator><pubDate>Tue, 02 Jun 2009 03:22:20 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-8866764</link><description>Thanks Helped Alot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun VT</dc:creator><pubDate>Thu, 30 Apr 2009 12:16:28 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-7338981</link><description>how to open a ZP hyperterm?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Thu, 19 Mar 2009 07:43:33 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-6498508</link><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've never heard 'ZP' before), ZP Hyperterm. I'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 "&amp;gt;" dictates that it is "user" mode. Exec mode is "#".&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 "password *password*", where the asterisks dictate what you want to set your password as.&lt;br&gt;7.) Type "login", to make sure that someone connecting via telnet will have to enter the password you just set. Otherwise, it's just free access. Remember "login".&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 "exit".&lt;br&gt;9.) Type "wr", short for "write", which will then automatically (via write's default settings) save running-config to startup-config. This is shorter than typing "copy run start", which is also shorter than "copy running-config startup-config".&lt;br&gt;10.) You can either just disconnect from console 0 (or as the switch states it: con0) or type "logout" 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 &amp;gt; run &amp;gt; cmd)&lt;br&gt;2.) Type "telnet (ip set)"&lt;br&gt;3.) If the privilege was set to, say, "15", then once the password was entered (as it is now prompting for the password if "login" 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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lessa</dc:creator><pubDate>Mon, 23 Feb 2009 10:54:48 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-4050417</link><description>To Anonymous above, you can't telnet to a switch that has no login. Bravepc describes the method well.&lt;br&gt;&lt;br&gt;Cisco already has a "long" manual. If it was effective, however, I wouldn't have ended up here.&lt;br&gt;&lt;br&gt;Thanks for the info.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oscar P. Snick</dc:creator><pubDate>Fri, 28 Nov 2008 09:42:40 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-2815450</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bravepc</dc:creator><pubDate>Thu, 02 Oct 2008 22:40:27 -0000</pubDate></item><item><title>Re: Configure Cisco switch telnet login and password | Cisco switch | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/460/configure_cisco_switch_telnet_login_password/#comment-2767556</link><description>This would be even more useful if the person writing it assumed the user had NO knowledge of cisco switches whatsoever.&lt;br&gt;&lt;br&gt;Do the following to get up to the stage above:&lt;br&gt;&lt;br&gt;from the command window (run: cmd)&lt;br&gt;&lt;br&gt;telnet (ip address)&lt;br&gt;&lt;br&gt;(password)&lt;br&gt;&lt;br&gt;enable (to get into secret mode)&lt;br&gt;&lt;br&gt;(secret password)&lt;br&gt;&lt;br&gt;conf t (This gets you into the above mentioned configuration mode)&lt;br&gt;&lt;br&gt;line vty 0 15&lt;br&gt;&lt;br&gt;password (your new password)&lt;br&gt;&lt;br&gt;exit&lt;br&gt;&lt;br&gt;exit&lt;br&gt;&lt;br&gt;exit&lt;br&gt;&lt;br&gt;Your done!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 01 Apr 2008 04:31:15 -0000</pubDate></item></channel></rss>