<?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: Howto Setup Cisco Router Auxiliary,Console and Telnet Passwords</title>
	<atom:link href="http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kofi</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-8995</link>
		<dc:creator>Kofi</dc:creator>
		<pubDate>Sat, 22 Oct 2011 19:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-8995</guid>
		<description>Hello Dear All,

Trough TELNET i can access my router I can changed the VTY 0 4 (Telnet) but can not set password for privileged Mode 

Router# #enable password cisco 
Router# #do write    to save the configuration 

Router accepted the command but the password will be not set to router,
 
please coordinate me in this problem
thanks</description>
		<content:encoded><![CDATA[<p>Hello Dear All,</p>
<p>Trough TELNET i can access my router I can changed the VTY 0 4 (Telnet) but can not set password for privileged Mode </p>
<p>Router# #enable password cisco<br />
Router# #do write    to save the configuration </p>
<p>Router accepted the command but the password will be not set to router,</p>
<p>please coordinate me in this problem<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonam dorji</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-8958</link>
		<dc:creator>sonam dorji</dc:creator>
		<pubDate>Wed, 12 Oct 2011 01:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-8958</guid>
		<description>please can any one tell help me in this matter...

i already have password on line vty 0 4 
but i want to change the password of that ....

i have done like this
config ter
line vty 04
password cisco
login    but here it is not working, its show that incomplete command</description>
		<content:encoded><![CDATA[<p>please can any one tell help me in this matter&#8230;</p>
<p>i already have password on line vty 0 4<br />
but i want to change the password of that &#8230;.</p>
<p>i have done like this<br />
config ter<br />
line vty 04<br />
password cisco<br />
login    but here it is not working, its show that incomplete command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khaled</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-8274</link>
		<dc:creator>khaled</dc:creator>
		<pubDate>Mon, 14 Mar 2011 13:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-8274</guid>
		<description>hi how are you plz i want to help me for network and how to make subneting for class A ,B , E and router configuration comand for tow or more than tow routers and explan how to do 
 

 so think you for help</description>
		<content:encoded><![CDATA[<p>hi how are you plz i want to help me for network and how to make subneting for class A ,B , E and router configuration comand for tow or more than tow routers and explan how to do </p>
<p> so think you for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-7965</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Wed, 12 Jan 2011 09:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-7965</guid>
		<description>These are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet.

Telnet - VTY 0 4

(Config)#line vty 0 4
(Config)#password cisco
(Config)#login

Consol - Con 0

(Config)#line con 0
(Config)#password cisco
(Config)#login

Auxiliary - aux 0

(Config)#line aux 0
(Config)#password cisco
(Config)#login

</description>
		<content:encoded><![CDATA[<p>These are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet.</p>
<p>Telnet - VTY 0 4</p>
<p>(Config)#line vty 0 4<br />
(Config)#password cisco<br />
(Config)#login</p>
<p>Consol - Con 0</p>
<p>(Config)#line con 0<br />
(Config)#password cisco<br />
(Config)#login</p>
<p>Auxiliary - aux 0</p>
<p>(Config)#line aux 0<br />
(Config)#password cisco<br />
(Config)#login</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mian iftikhar ahmad</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-6217</link>
		<dc:creator>mian iftikhar ahmad</dc:creator>
		<pubDate>Thu, 11 Nov 2010 10:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-6217</guid>
		<description>when i acces my router global configration mode via terminal it gove massge that this mode is blocked so any 1 can tell me what is the problem is and how to remove in order to acces it
thanks</description>
		<content:encoded><![CDATA[<p>when i acces my router global configration mode via terminal it gove massge that this mode is blocked so any 1 can tell me what is the problem is and how to remove in order to acces it<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MANISH SRIVASTAVA</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-6126</link>
		<dc:creator>MANISH SRIVASTAVA</dc:creator>
		<pubDate>Wed, 13 Oct 2010 09:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-6126</guid>
		<description>console:
(config)#line con 0
(config-line)#password cisco
(config-line)#login
(config-line)#

telnet:
(config)#line vty 0 4
(config-line)#password cisco
(config-line)#login
(config-line)#

(config)#int vlan1
(config-if)#ip address 172.16.0.1 255.255.0.0
(config-if)#no shutdown</description>
		<content:encoded><![CDATA[<p>console:<br />
(config)#line con 0<br />
(config-line)#password cisco<br />
(config-line)#login<br />
(config-line)#</p>
<p>telnet:<br />
(config)#line vty 0 4<br />
(config-line)#password cisco<br />
(config-line)#login<br />
(config-line)#</p>
<p>(config)#int vlan1<br />
(config-if)#ip address 172.16.0.1 255.255.0.0<br />
(config-if)#no shutdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-6037</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 24 Sep 2010 13:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-6037</guid>
		<description>Alam, the router does not care what your client tries to telnet to, be it an ip address or name.  What you are trying to do is set up name resolution on your client.  There are two ways to do this.

The easiest way, if you use the same client machine to telnet into your router all the time, is to edit the hosts file on your client computer to associate the name of your router with the ip address of that same router.  Once you do this, connecting to &quot;Router-name&quot; and the associated ip address will have the same effect.

The other way, if you and a bunch of other people need access to this router, is to add an entry in your DNS server for the name of the router and any (or all) ip addresses that it should be reachable from.  If you do not manage your own DNS server, you will have to ask the administrator to do this for you.

Remember, you can have more than one ip address associated with a router, for instance an external and an internal.  Make sure you specify all ip addresses you want to be reachable as separate host file entries or DNS aliases.</description>
		<content:encoded><![CDATA[<p>Alam, the router does not care what your client tries to telnet to, be it an ip address or name.  What you are trying to do is set up name resolution on your client.  There are two ways to do this.</p>
<p>The easiest way, if you use the same client machine to telnet into your router all the time, is to edit the hosts file on your client computer to associate the name of your router with the ip address of that same router.  Once you do this, connecting to &#8220;Router-name&#8221; and the associated ip address will have the same effect.</p>
<p>The other way, if you and a bunch of other people need access to this router, is to add an entry in your DNS server for the name of the router and any (or all) ip addresses that it should be reachable from.  If you do not manage your own DNS server, you will have to ask the administrator to do this for you.</p>
<p>Remember, you can have more than one ip address associated with a router, for instance an external and an internal.  Make sure you specify all ip addresses you want to be reachable as separate host file entries or DNS aliases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alam</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-5435</link>
		<dc:creator>alam</dc:creator>
		<pubDate>Sun, 01 Aug 2010 12:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-5435</guid>
		<description>I want to access my router remotely by name instead of Ip address.
So how to configure the router to take telnet by name.

Please assist me.

regards,
Alam</description>
		<content:encoded><![CDATA[<p>I want to access my router remotely by name instead of Ip address.<br />
So how to configure the router to take telnet by name.</p>
<p>Please assist me.</p>
<p>regards,<br />
Alam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-4922</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sat, 24 Apr 2010 20:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-4922</guid>
		<description>login in to config mode and use hostname comamnd

router#conf t
Router(config)#hostname yourchoiceofhostname


finally

Router(config)#wr</description>
		<content:encoded><![CDATA[<p>login in to config mode and use hostname comamnd</p>
<p>router#conf t<br />
Router(config)#hostname yourchoiceofhostname</p>
<p>finally</p>
<p>Router(config)#wr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-4901</link>
		<dc:creator>sumit</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-4901</guid>
		<description>how configure host name in router</description>
		<content:encoded><![CDATA[<p>how configure host name in router</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadow</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-4700</link>
		<dc:creator>Shadow</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-4700</guid>
		<description>For noobiew

If the router will scream at you 

Router(config-line)#login ?
authentication Authentication parameters.
ctrlc-disable Disable CONTROL-C during login.

you probably have AAA enabled (you have aaa new-model in your config)

You need to create a method list, I&#039;ll recomend stick with the default;

aaa authentication login default local

On vty / console
login authentication default

Hope that was helpful.</description>
		<content:encoded><![CDATA[<p>For noobiew</p>
<p>If the router will scream at you </p>
<p>Router(config-line)#login ?<br />
authentication Authentication parameters.<br />
ctrlc-disable Disable CONTROL-C during login.</p>
<p>you probably have AAA enabled (you have aaa new-model in your config)</p>
<p>You need to create a method list, I&#8217;ll recomend stick with the default;</p>
<p>aaa authentication login default local</p>
<p>On vty / console<br />
login authentication default</p>
<p>Hope that was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tressor</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-4404</link>
		<dc:creator>tressor</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-4404</guid>
		<description>console:
(config)#line con 0
(config-line)#password cisco
(config-line)#login
(config-line)#

telnet:
(config)#line vty 0 4
(config-line)#password cisco
(config-line)#login
(config-line)#

(config)#int vlan1
(config-if)#ip address 172.16.0.1 255.255.0.0
(config-if)#no shutdown


http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_configuration_example09186a0080204528.shtml</description>
		<content:encoded><![CDATA[<p>console:<br />
(config)#line con 0<br />
(config-line)#password cisco<br />
(config-line)#login<br />
(config-line)#</p>
<p>telnet:<br />
(config)#line vty 0 4<br />
(config-line)#password cisco<br />
(config-line)#login<br />
(config-line)#</p>
<p>(config)#int vlan1<br />
(config-if)#ip address 172.16.0.1 255.255.0.0<br />
(config-if)#no shutdown</p>
<p><a href="http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_configuration_example09186a0080204528.shtml" rel="nofollow">http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_configuration_example09186a0080204528.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiyagu</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-4131</link>
		<dc:creator>Thiyagu</dc:creator>
		<pubDate>Wed, 09 Dec 2009 07:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-4131</guid>
		<description>Hi, I know that you might have configured the password prior to do this. If not, Can you please try to configure &quot;login&quot; command after you set the password globally ?

Thanks,
G Thiyagu</description>
		<content:encoded><![CDATA[<p>Hi, I know that you might have configured the password prior to do this. If not, Can you please try to configure &#8220;login&#8221; command after you set the password globally ?</p>
<p>Thanks,<br />
G Thiyagu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noobiew</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-3665</link>
		<dc:creator>noobiew</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-3665</guid>
		<description>I have aproblem, can anyone tell me why my router can&#039;t accept login command ?

I am getting incomplete command error message.

-----------------------------------------------------------------
Router(config)#line console 0
Router(config-line)#password cisco
Router(config-line)#login
% Incomplete command.

Router(config-line)#login ?
  authentication  Authentication parameters.
  ctrlc-disable   Disable CONTROL-C during login.
-----------------------------------------------------------------

Can someone help me on this, thanks a lot</description>
		<content:encoded><![CDATA[<p>I have aproblem, can anyone tell me why my router can&#8217;t accept login command ?</p>
<p>I am getting incomplete command error message.</p>
<p>-----------------------------------------------------------------<br />
Router(config)#line console 0<br />
Router(config-line)#password cisco<br />
Router(config-line)#login<br />
% Incomplete command.</p>
<p>Router(config-line)#login ?<br />
  authentication  Authentication parameters.<br />
  ctrlc-disable   Disable CONTROL-C during login.<br />
-----------------------------------------------------------------</p>
<p>Can someone help me on this, thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francis</title>
		<link>http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html/comment-page-1#comment-1913</link>
		<dc:creator>francis</dc:creator>
		<pubDate>Fri, 09 May 2008 16:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-cisco-router-auxiliaryconsole-and-telnet-passwords.html#comment-1913</guid>
		<description>this should be in this order:
Router(config-line)#line vty 0 4
Router(config-line)# login
Router(config-line)# password admin2</description>
		<content:encoded><![CDATA[<p>this should be in this order:<br />
Router(config-line)#line vty 0 4<br />
Router(config-line)# login<br />
Router(config-line)# password admin2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

