<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Failserver.nl - Blog &#187; line password</title>
	<atom:link href="http://failserver.nl/blog/tag/line-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://failserver.nl/blog</link>
	<description>A blog for everything with computers.</description>
	<lastBuildDate>Tue, 04 Oct 2011 13:01:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic Cisco switch configuration</title>
		<link>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/</link>
		<comments>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:46:34 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Cisco Basic switch configuration]]></category>
		<category><![CDATA[Cisco Catalyst 3548 XL Switch]]></category>
		<category><![CDATA[conf t]]></category>
		<category><![CDATA[configure terminal]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[enable password]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[line password]]></category>
		<category><![CDATA[motd]]></category>
		<category><![CDATA[secure enable]]></category>
		<category><![CDATA[secure line vty]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=204</guid>
		<description><![CDATA[Something else then Linux! Configuring a Cisco switch! I have: Cisco Catalyst 3548 XL Switch 12.0.5-WC17(ED) IOS Console cable USB to Comport Lets start to configure the switch! Basic Configuration: In this tutorial we are going to configure the following things: Securing the configuration modes and ports Making a banner 1 &#8211; Securing the configuration [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://failserver.nl/blog/wp-content/uploads/2010/05/cisco-logo.jpg"><img class="size-thumbnail wp-image-290 alignleft" title="cisco-logo" src="http://failserver.nl/blog/wp-content/uploads/2010/05/cisco-logo-150x150.jpg" alt="Basic Cisco switch configuration" width="161" height="161" /></a>Something else then Linux! Configuring a Cisco switch!</p>
<p><strong>I have:</strong></p>
<p>Cisco Catalyst 3548 XL Switch<br />
12.0.5-WC17(ED) IOS<br />
Console cable<br />
USB to Comport</p>
<p>Lets start to configure the switch!</p>
<p><span id="more-204"></span></p>
<h1>Basic Configuration:</h1>
<p>In this tutorial we are going to configure the following things:</p>
<ol>
<li>Securing the configuration modes and ports</li>
<li>Making a banner</li>
</ol>
<h2>1 &#8211; Securing the configuration modes and ports</h2>
<p>When it comes to basic password security, there are three basic types:</p>
<ul type="disc">
<li>Line Passwords</li>
<li>Privileged mode Passwords (enable mode)</li>
<li>Username Passwords (optional)</li>
</ul>
<p>At the switch prompt, type <strong>en</strong> to enter enable mode.</p>
<pre class="brush: bash; gutter: true">Switch&gt;en
 Switch#</pre>
<p><strong>Enter the configure terminal mode, by typing </strong><strong>conf t.</strong></p>
<pre class="brush: bash; gutter: true">Switch# conf t
 Switch(config)#</pre>
<p><strong>Set the Secret Password</strong></p>
<pre class="brush: bash; gutter: true">Switch(config)#enable secret &lt;new_secret_password&gt;</pre>
<p><strong>Set the Enable Password</strong></p>
<pre class="brush: bash; gutter: true">Switch(config)#enable password &lt;new_enable_password&gt;</pre>
<p><strong>Set the VTY Password </strong></p>
<p>&nbsp;</p>
<pre class="brush: bash; gutter: true">Sw1(config)#line vty 0 15
Sw1(config-line)#password &lt;new_vty_password&gt;
Sw1(config-line)#login</pre>
<p>&nbsp;</p>
<p><strong>Set the Console password </strong></p>
<pre class="brush: bash; gutter: true">Switch(config-line)#line con 0
 Switch(config-line)#password &lt;new_console_password&gt;</pre>
<h2>2 &#8211; Making the banner</h2>
<p>Stay in the configure terminal mode (conf t)</p>
<p>type the following command</p>
<pre class="brush: bash; gutter: true">Switch(Config)# banner motd #
 ******************************************
 * Unauthorized access prohibited
 ******************************************
 #</pre>
<p>Thats all folks the basic configuration of a switch! Not that hard!</p>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/05/basic-cisco-switch-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

