<?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>Wed, 10 Mar 2010 13:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
