<?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>CCNA Study Guide</title>
	<atom:link href="http://ccna5.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccna5.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 04:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SSH Configuration on Cisco Router in Packet Tracer &#8211; CCNA Lab</title>
		<link>http://ccna5.com/ssh-configuration-on-cisco-router-in-packet-tracer-ccna-lab/</link>
		<comments>http://ccna5.com/ssh-configuration-on-cisco-router-in-packet-tracer-ccna-lab/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 05:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Labs]]></category>
		<category><![CDATA[Packet Tracer]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://ccna5.com/ssh-configuration-on-cisco-router-in-packet-tracer-ccna-lab/</guid>
		<description><![CDATA[Topology Diagram Task: Configure SSH on Router R2 Router 1 R1(config)#interface fastEthernet 0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown Router 3 R3(config)#int fastEthernet 0/0 R3(config-if)#ip address 192.168.2.3 255.255.255.0 R3(config-if)#no shutdown Router 2 R2(config)#int fastEthernet 0/0 R2(config-if)#ip address 192.168.1.2 255.255.255.0 R2(config-if)#no &#8230;<p class="read-more"><a href="http://ccna5.com/ssh-configuration-on-cisco-router-in-packet-tracer-ccna-lab/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Topology Diagram</strong></p>
<p><a href="http://ccna5.com/wp-content/uploads/2010/11/SSHConfigurationonCiscoRouterinPacketTracerCCNALab.png" ><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SSH Configuration on Cisco Router in Packet Tracer – CCNA Lab" border="0" alt="SSHConfigurationonCiscoRouterinPacketTracerCCNALab thumb SSH Configuration on Cisco Router in Packet Tracer &ndash; CCNA Lab" src="http://ccna5.com/wp-content/uploads/2010/11/SSHConfigurationonCiscoRouterinPacketTracerCCNALab_thumb.png" width="433" height="237" /></a> </p>
<p><strong>Task: </strong>Configure SSH on Router R2</p>
<p> <span id="more-196"></span>
<p><strong>Router 1</strong></p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R1(config)#interface fastEthernet 0/0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R1(config-if)#ip address 192.168.1.1 255.255.255.0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R1(config-if)#no shutdown </pre>
<p><!--CRLF--></div>
</div>
<p><strong>Router 3</strong></p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R3(config)#int fastEthernet 0/0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R3(config-if)#ip address 192.168.2.3 255.255.255.0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R3(config-if)#no shutdown</pre>
<p><!--CRLF--></div>
</div>
<p><strong>Router 2</strong></p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#int fastEthernet 0/0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-if)#ip address 192.168.1.2 255.255.255.0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-if)#no shutdown </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-if)#exit</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#int fastEthernet 0/1</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-if)#ip address 192.168.2.2 255.255.255.0</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-if)#no shutdown </pre>
<p><!--CRLF--></div>
</div>
<p>Step 1: Set router parameters</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#ip domain-name ccna5.com</pre>
<p><!--CRLF--></div>
</div>
<p>Step 2: Generate Asymmetric Keys</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#crypto key generate rsa </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">The name for the keys will be: R2.ccna5.com</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">Choose the size of the key modulus in the range of 360 to 2048 for your</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">  General Purpose Keys. Choosing a key modulus greater than 512 may take</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">  a few minutes.</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">How many bits in the modulus [512]: </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">% Generating 512 bit RSA keys, keys will be non-exportable...[OK]</pre>
<p><!--CRLF--></div>
</div>
<p>Step 3: Configure SSH timeouts and username</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#ip ssh time-out 15</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#ip ssh authentication-retries 2</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#username student password cisco</pre>
<p><!--CRLF--></div>
</div>
<p>Step 4: Configure local authentication and vty</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config)#line vty 0 4</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-line)#transport input ssh </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2(config-line)#login local </pre>
<p><!--CRLF--></div>
</div>
<p><strong>Verify SSH running</strong></p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R1#ssh -l student 192.168.1.2</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">Open</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">Password: </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R3#ssh -l student 192.168.2.2</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">Open</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">Password: </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">&#160;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">R2<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>&#160;</p>
</p>
<p><a href="http://ccna5.com/download/ccna-labs/SSH Configuration on Cisco Router.pkt" ><strong>Download packet tracer file</strong></a></p>
<strong>Tags: </strong>ccna lab, Packet Tracer ROUTER, router packet tracer, cisco packet tracer router, routage packet tracer, packet tracer collegamento router, ssh configuration, packet tracer ssh, packet tracer router information, lesego medupe<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=196&type=feed" alt=" SSH Configuration on Cisco Router in Packet Tracer &ndash; CCNA Lab"  title="SSH Configuration on Cisco Router in Packet Tracer &ndash; CCNA Lab" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/ssh-configuration-on-cisco-router-in-packet-tracer-ccna-lab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CCNA Lab: Configure Static Routing</title>
		<link>http://ccna5.com/ccna-lab-configure-static-routing/</link>
		<comments>http://ccna5.com/ccna-lab-configure-static-routing/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 09:29:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Labs]]></category>

		<guid isPermaLink="false">http://ccna5.com/ccna-lab-configure-static-routing/</guid>
		<description><![CDATA[Static Routing Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 Se0/0 192.168.1.1 255.255.25.0 R2 Se0/0 192.168.1.2 255.255.25.0 R2 Se0/1 172.16.1.1 255.255.25.0 R3 Se0/0 172.16.1.2 255.255.25.0 R3 Fa0/0 10.6.1.1 255.255.25.0 Configure RIP R1 Router(config)#interface serial 0/0 Router(config-if)#ip address &#8230;<p class="read-more"><a href="http://ccna5.com/ccna-lab-configure-static-routing/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Static Routing Topology Diagram</strong></p>
<p><strong><a href="http://ccna5.com/wp-content/uploads/2010/09/ConfigureStaticRouting.png" ><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Configure Static Routing" border="0" alt="ConfigureStaticRouting thumb CCNA Lab: Configure Static Routing" src="http://ccna5.com/wp-content/uploads/2010/09/ConfigureStaticRouting_thumb.png" width="644" height="224" /></a> </strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong>Addressing Table</strong></p>
<div align="center">
<table border="0" cellspacing="0" cellpadding="2" width="494" align="center">
<tbody>
<tr>
<td valign="top" width="112"><strong>Device</strong></td>
<td valign="top" width="124"><strong>Interface</strong></td>
<td valign="top" width="117"><strong>IP Address</strong></td>
<td valign="top" width="139"><strong>Subnet Mask</strong></td>
</tr>
<tr>
<td valign="top" width="112">R1</td>
<td valign="top" width="127">Se0/0</td>
<td valign="top" width="120">192.168.1.1</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R2</td>
<td valign="top" width="128">Se0/0</td>
<td valign="top" width="120">192.168.1.2</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R2</td>
<td valign="top" width="128">Se0/1</td>
<td valign="top" width="120">172.16.1.1</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R3</td>
<td valign="top" width="128">Se0/0</td>
<td valign="top" width="120">172.16.1.2</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R3</td>
<td valign="top" width="128">Fa0/0</td>
<td valign="top" width="120">10.6.1.1</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
</tbody>
</table></div>
<p><strong></strong></p>
<p><strong></strong></p>
<p><span id="more-175"></span></p>
<p> <span id="more-193"></span>
<p><strong>Configure RIP</strong></p>
<p><strong>R1</strong></p>
<blockquote><p>Router(config)#interface serial 0/0</p>
<p>Router(config-if)#ip address 192.168.1.1 255.255.255.0</p>
<p>Router(config-if)#clock rate 64000</p>
<p>Router(config-if)#no shutdown </p>
<p>Router(config-if)#exit </p>
<p>&#160;</p>
<p>Router(config)#ip route 172.16.1.0 255.255.255.0 192.168.1.2</p>
<p>Router(config)#ip route 10.6.1.0 255.255.255.0 192.168.1.2</p>
</blockquote>
<p>&#160;</p>
<p><strong>R2</strong></p>
<blockquote><p>Router(config)#interface serial 0/0</p>
<p>Router(config-if)#ip address 192.168.1.2 255.255.255.0</p>
<p>Router(config-if)#no shutdown </p>
<p>Router(config-if)#exit </p>
<p>&#160;</p>
<p>Router(config)#interface serial 0/1</p>
<p>Router(config-if)#ip address 172.16.1.1 255.255.255.0</p>
<p>Router(config-if)#clock rate 56000</p>
<p>Router(config-if)#no shutdown </p>
<p>Router(config-if)#exit </p>
<p>&#160;</p>
<p>Router(config)#ip route 10.6.1.0 255.255.255.0 172.16.1.2</p>
</blockquote>
<p>&#160;</p>
<p><strong>R3</strong></p>
<blockquote><p>Router(config)#interface serial 0/0</p>
<p>Router(config-if)#ip address 172.16.1.2 255.255.255.0</p>
<p>Router(config-if)#no shutdown </p>
<p>Router(config-if)#exit </p>
<p>&#160;</p>
<p>Router(config)#interface fastEthernet 0/0</p>
<p>Router(config-if)#ip address 10.6.1.1 255.255.255.0</p>
<p>Router(config-if)#exit </p>
<p>&#160;</p>
<p>Router(config)#ip route 192.168.1.0 255.255.255.0 172.16.1.1</p>
</blockquote>
<p>&#160;</p>
<p><strong>Verify RIP Routing</strong></p>
<p><strong>R1</strong></p>
<blockquote><p>Router#show ip route      <br />Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2      <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR      <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>&#160;&#160;&#160;&#160; 10.0.0.0/24 is subnetted, 1 subnets     <br />S&#160;&#160;&#160;&#160;&#160;&#160; 10.6.1.0 [1/0] via 192.168.1.2      <br />&#160;&#160;&#160;&#160; 172.16.0.0/24 is subnetted, 1 subnets      <br />S&#160;&#160;&#160;&#160;&#160;&#160; 172.16.1.0 [1/0] via 192.168.1.2      <br />C&#160;&#160;&#160; 192.168.1.0/24 is directly connected, Serial0/0      <br />Router#</p>
</blockquote>
<p><strong>R2</strong></p>
<blockquote><p>Router#show ip route      <br />Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2      <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR      <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>&#160;&#160;&#160;&#160; 10.0.0.0/24 is subnetted, 1 subnets     <br />S&#160;&#160;&#160;&#160;&#160;&#160; 10.6.1.0 [1/0] via 172.16.1.2      <br />&#160;&#160;&#160;&#160; 172.16.0.0/24 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 172.16.1.0 is directly connected, Serial0/1      <br />C&#160;&#160;&#160; 192.168.1.0/24 is directly connected, Serial0/0      <br />Router#</p>
</blockquote>
<p><strong>R3</strong></p>
<blockquote><p>Router#show ip route      <br />Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2      <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP      <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area      <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR      <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>&#160;&#160;&#160;&#160; 10.0.0.0/24 is subnetted, 1 subnets     <br />C&#160;&#160;&#160;&#160;&#160;&#160; 10.6.1.0 is directly connected, FastEthernet0/0      <br />&#160;&#160;&#160;&#160; 172.16.0.0/24 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 172.16.1.0 is directly connected, Serial0/0      <br />S&#160;&#160;&#160; 192.168.1.0/24 [1/0] via 172.16.1.1      <br />Router#</p>
</blockquote>
<p><a href="http://ccna5.com/download/ccna-labs/Configure Static Routing.pkt"  target="_blank"><strong>Download here</strong></a></p>
<strong>Tags: </strong>Static routing, routing topology table, 192 168 1 0 255 255 25 0, static routing configuration, lab routting router pkt, ripv2 routing configuration ip address r1 se0/0 192 168 1 1 255 255 25 0, ripv2 routing configuration ip address 192 168 1 2 255 255 255 0, statisches routing, static route diagram, packet tracer lab 172 16 0 0/24<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=193&type=feed" alt=" CCNA Lab: Configure Static Routing"  title="CCNA Lab: Configure Static Routing" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/ccna-lab-configure-static-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA Lab: Basic Router Configuration</title>
		<link>http://ccna5.com/ccna-lab-basic-router-configuration/</link>
		<comments>http://ccna5.com/ccna-lab-basic-router-configuration/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 17:49:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Labs]]></category>

		<guid isPermaLink="false">http://ccna5.com/ccna-lab-basic-router-configuration/</guid>
		<description><![CDATA[Tasks: Configure some basic router setting: 1. Router name. 2. Router passwords: console, vty, enable password, perform password encryption. 3. Serial interfaces, FastEthernet interfaces. 4. Interface description. 5. Login banner. 6. Make configuration changes. 7. Back up configuration files to &#8230;<p class="read-more"><a href="http://ccna5.com/ccna-lab-basic-router-configuration/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/09/CCNALabBasicRouterConfiguration.png" ><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="CCNA Lab Basic Router Configuration" border="0" alt="CCNALabBasicRouterConfiguration thumb CCNA Lab: Basic Router Configuration" src="http://ccna5.com/wp-content/uploads/2010/09/CCNALabBasicRouterConfiguration_thumb.png" width="435" height="305" /></a></p>
<p> Tasks: Configure some basic router setting:</p>
<p>1. Router name.</p>
<p>2. Router passwords: console, vty, enable password, perform password encryption.</p>
<p>3. Serial interfaces, FastEthernet interfaces.</p>
<p>4. Interface description.</p>
<p>5. Login banner.</p>
<p>6. Make configuration changes.</p>
<p>7. Back up configuration files to TFTP servers.</p>
<p> <span id="more-190"></span>
<p><strong>Router A</strong></p>
<blockquote><p>Router&gt;enable </p>
<p>Router#configure terminal </p>
</blockquote>
<ul>
<li>Router name </li>
</ul>
<blockquote><p>Router(config)#hostname RA</p>
</blockquote>
<ul>
<li>Router passwords </li>
</ul>
<blockquote><p>RA(config)#line console 0</p>
<p>RA(config-line)#password cisco</p>
<p>RA(config-line)#login</p>
<p>RA(config-line)#exit</p>
<p>RA(config)#line vty 0 4</p>
<p>RA(config-line)#password cisco</p>
<p>RA(config-line)#login</p>
<p>RA(config-line)#exit</p>
<p>RA(config)#enable password cisco</p>
<p>RA(config)#enable secret cisco</p>
</blockquote>
<ul>
<li>Serial interfaces, FastEthernet interfaces, interface description </li>
</ul>
<blockquote><p>RA(config)#interface serial 0/0</p>
<p>RA(config-if)#ip address 172.16.1.1 255.255.255.0</p>
<p>RA(config-if)#no shutdown </p>
<p>RA(config-if)#description This is Serial 0/0 on router A</p>
<p>RA(config-if)#clock rate 64000</p>
<p>RA(config-line)#exit</p>
<p>RA(config)#interface fastEthernet 0/0</p>
<p>RA(config-if)#ip address 192.168.1.1 255.255.255.0</p>
<p>RA(config-if)#no shutdown </p>
<p>RA(config-if)#description This is FastEthernet 0/0 on router A</p>
</blockquote>
<ul>
<li>Login banner </li>
</ul>
<blockquote><p>RA(config)#banner motd # Router Basic Configuration &#8211; www.CCNA5.com #</p>
</blockquote>
<ul>
<li>Make configuration changes </li>
</ul>
<blockquote><p>RA#copy running-config startup-config </p>
<p>Destination filename [startup-config]? </p>
<p>Building configuration&#8230;</p>
<p>[OK]</p>
</blockquote>
<ul>
<li>Back up configuration files to TFTP servers </li>
</ul>
<blockquote><p>RA#copy running-config tftp: </p>
<p>Address or name of remote host []? 192.168.1.3</p>
<p>Destination filename [RA-confg]? RouterA </p>
<p>Writing running-config&#8230;.!!</p>
<p>[OK - 803 bytes] </p>
<p>803 bytes copied in 3.14 secs (0 bytes/sec)</p>
</blockquote>
<p>&#160;</p>
<p><strong>Router B</strong></p>
<blockquote><p>Router&gt;enable </p>
<p>Router#configure terminal </p>
</blockquote>
<ul>
<li>Router name </li>
</ul>
<blockquote><p>Router(config)#hostname RB</p>
</blockquote>
<ul>
<li>Router passwords </li>
</ul>
<blockquote><p>RB(config)#line console 0</p>
<p>RB(config-line)#password cisco</p>
<p>RB(config-line)#login</p>
<p>RB(config-line)#exit</p>
<p>RB(config)#line vty 0 4</p>
<p>RB(config-line)#password cisco</p>
<p>RB(config-line)#login</p>
<p>RB(config-line)#exit</p>
<p>RB(config)#enable password cisco</p>
<p>RB(config)#enable secret cisco</p>
</blockquote>
<ul>
<li>Serial interfaces, FastEthernet interfaces, interface description </li>
</ul>
<blockquote><p>RB(config)#interface serial 0/0</p>
<p>RB(config-if)#ip address 172.16.1.2 255.255.255.0</p>
<p>RB(config-if)#no shutdown </p>
<p>RB(config-if)#description This is Serial 0/0 on router B</p>
<p>RB(config-line)#exit</p>
<p>RB(config)#interface fastEthernet 0/0</p>
<p>RB(config-if)#ip address 192.168.1.2 255.255.255.0</p>
<p>RB(config-if)#no shutdown </p>
<p>RB(config-if)#description This is FastEthernet 0/0 on router B</p>
</blockquote>
<ul>
<li>Login banner </li>
</ul>
<blockquote><p>RB(config)#banner motd # Router Basic Configuration &#8211; www.CCNA5.com #</p>
</blockquote>
<ul>
<li>Make configuration changes </li>
</ul>
<blockquote><p>RB#copy running-config startup-config </p>
<p>Destination filename [startup-config]? </p>
<p>Building configuration&#8230;</p>
<p>[OK]</p>
</blockquote>
<ul>
<li>Back up configuration files to TFTP servers </li>
</ul>
<blockquote><p>RB#copy running-config tftp: </p>
<p>Address or name of remote host []? 192.168.1.3</p>
<p>Destination filename [RA-confg]? RouterB</p>
<p>Writing running-config&#8230;.!!</p>
<p>[OK - 785 bytes] </p>
<p>785 bytes copied in 0.125 secs (0 bytes/sec)</p>
</blockquote>
<strong>Tags: </strong>basic router configuration, ccna router configuration, ccna lab configuration guide, router configuration lab, ccna basic configuration lab, basic router configuration ccna, basic router configurations, Basic Lab configuration, ccna labs and config, CCNAS labs<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=190&type=feed" alt=" CCNA Lab: Basic Router Configuration"  title="CCNA Lab: Basic Router Configuration" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/ccna-lab-basic-router-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Router Basic Configuration Commands</title>
		<link>http://ccna5.com/cisco-router-basic-configuration-commands/</link>
		<comments>http://ccna5.com/cisco-router-basic-configuration-commands/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 17:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://ccna5.com/cisco-router-basic-configuration-commands/</guid>
		<description><![CDATA[Naming a Device Router&#62; Router&#62;enable Router#configure terminal Router(config)#hostname CCNA5 CCNA5(config)# Remove the name of a device: CCNA5(config)#no hostname Router(config)# Set Password Console Password – Limits device access using the console connection Router(config)#line console 0 Router(config-line)#password cisco Router(config-line)#login Virtual Terminal Password &#8230;<p class="read-more"><a href="http://ccna5.com/cisco-router-basic-configuration-commands/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://ccna5.com/wp-content/uploads/2010/09/CCNAIOSCommands.jpg" ><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="CCNA IOS Commands" border="0" alt="CCNAIOSCommands thumb Cisco Router Basic Configuration Commands" align="left" src="http://ccna5.com/wp-content/uploads/2010/09/CCNAIOSCommands_thumb.jpg" width="241" height="95" /></a> Naming a Device</strong></p>
<blockquote><p>Router&gt;</p>
<p>Router&gt;enable</p>
<p>Router#configure terminal</p>
<p>Router(config)#hostname CCNA5</p>
<p>CCNA5(config)#</p>
</blockquote>
<p> <span id="more-187"></span>
<p>Remove the name of a device:</p>
<blockquote><p><font style="background-color: #eeeeee" color="#555555">CCNA5(config)#no hostname</font></p>
<p><font style="background-color: #eeeeee" color="#555555">Router(config)#</font></p>
</blockquote>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong>Set Password</strong></p>
<ul>
<li>Console Password – Limits device access using the console connection </li>
</ul>
<blockquote><p>Router(config)#line console 0</p>
<p>Router(config-line)#password cisco</p>
<p>Router(config-line)#login</p>
</blockquote>
<ul>
<li>Virtual Terminal Password (VTY Password) – Limits device access using <strong><a href="http://ccna5.com/download-putty-telnet-tool/"  target="_blank">Telnet</a></strong> </li>
</ul>
<blockquote><p>Router(config)#line vty 0 4</p>
<p>Router(config-line)#password cisco</p>
<p>Router(config-line)#login</p>
</blockquote>
<ul>
<li>Enable Password – Limits access to the privileged EXEC mod </li>
</ul>
<blockquote><p>Router(config)#enable password cisco</p>
</blockquote>
<ul>
<li>Enable Secret Password (Strongly encrypted enable password) </li>
</ul>
<blockquote><p>Router(config)#enable secret password</p>
</blockquote>
<p><strong>Set Banner</strong></p>
<blockquote><p><font style="background-color: #eeeeee" color="#555555">Router(config)#banner motd # Welcome to CCNA5.com #</font></p>
</blockquote>
<p><font style="background-color: #eeeeee" color="#555555"><strong></strong></font></p>
<p><strong>Manage Configuration File</strong></p>
<ul>
<li>Checking Configuration Files – Lists the complete configuration currently active in RAM </li>
</ul>
<blockquote><p><font style="background-color: #eeeeee" color="#555555">Router#show running-configuration</font></p>
</blockquote>
<ul>
<li>If the active configuration in RAM is correct, it can be copied to NVRAM </li>
</ul>
<blockquote><p>Router#copy running-config startup-config</p>
</blockquote>
<p><strong>Removing All Configurations</strong></p>
<blockquote><p>Router#erase startup-config</p>
</blockquote>
<p><strong>Configure Router Interfaces</strong></p>
<ul>
<li>Configuring Router Interfaces </li>
</ul>
<blockquote><p>Router(config)#interface <em>type port</em></p>
<p>Router(config-if)#ip address <em>IP_address subnet_mask</em></p>
<p>Router(config-if)#no shutdown</p>
</blockquote>
<p>For example:</p>
<blockquote><p>Router(config)#interface fastEthernet 0/0</p>
<p>Router(config-if)#ip address 192.168.10.1 255.255.255.0</p>
<p>Router(config-if)#no shutdown </p>
</blockquote>
<ul>
<li>Configure Interface Description </li>
</ul>
<blockquote><p>Router(config)#interface fastEthernet 0/0</p>
<p>Router(config-if)#description <em>Sales Lan</em></p>
</blockquote>
<strong>Tags: </strong>basic configuration commands, basic cisco router setup calculator, basic configuration command, basic router configure, ccna configurations, ccna5 router, cisco basic command list<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=187&type=feed" alt=" Cisco Router Basic Configuration Commands"  title="Cisco Router Basic Configuration Commands" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/cisco-router-basic-configuration-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA IOS Hotkeys and Shortcuts</title>
		<link>http://ccna5.com/cisco-ccna-ios-hotkeys-and-shortcuts/</link>
		<comments>http://ccna5.com/cisco-ccna-ios-hotkeys-and-shortcuts/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 10:50:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://ccna5.com/cisco-ccna-ios-hotkeys-and-shortcuts/</guid>
		<description><![CDATA[Tab: Completes the remainder of the command or keyword Ctrl+P (or up arrow): Displays the last command entered Ctrl+N (or down arrow): Displays previous commands entered Ctrl+A: Moves the cursor to the beginning of the current line Ctrl+E: Moves the &#8230;<p class="read-more"><a href="http://ccna5.com/cisco-ccna-ios-hotkeys-and-shortcuts/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/09/IOSHotkeysandShortcuts.jpg" ><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="IOS Hotkeys and Shortcuts" border="0" alt="IOSHotkeysandShortcuts thumb Cisco CCNA IOS Hotkeys and Shortcuts" align="left" src="http://ccna5.com/wp-content/uploads/2010/09/IOSHotkeysandShortcuts_thumb.jpg" width="244" height="169" /></a> Tab: Completes the remainder of the command or keyword</p>
<p>Ctrl+P (or up arrow): Displays the last command entered</p>
<p>Ctrl+N (or down arrow): Displays previous commands entered</p>
<p>Ctrl+A: Moves the cursor to the beginning of the current line</p>
<p>Ctrl+E: Moves the cursor to the end of the current line</p>
<p>Ctrl+F: Moves forward one character</p>
<p>Ctrl+B: Moves backwards one character</p>
<p> <span id="more-184"></span>
</p>
<p>Esc+F: Moves forward one word</p>
<p>Esc+B: Moves backwards one word</p>
<p>Ctrl+R: Redisplays a line (starts a new line, with the same command shown)</p>
<p>Ctrl+U: Erases a line</p>
<p>Ctrl+W: Erases a word</p>
<p>Ctrl+Z: Exits configuration mode and returning you to privileged EXEC mode</p>
<p>Ctrl+Shift+6: Allow the user to interrupt an IOS process such as ping or traceroute</p>
<p>Ctrl+C: Aborts the current command and exits the configuration mod</p>
<strong>Tags: </strong>cisco ccna, ccna hot keys, shortkeys for ios packet tracer, shortcut cancel command packet tracer ios, router hotkeys, packet tracer shortcut key, cisco hotkeys, cisco hotkey router, cisco hot keys traceroute, cisco abort hotkeys<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=184&type=feed" alt=" Cisco CCNA IOS Hotkeys and Shortcuts"  title="Cisco CCNA IOS Hotkeys and Shortcuts" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/cisco-ccna-ios-hotkeys-and-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download PuTTY &#8211; Telnet Tool</title>
		<link>http://ccna5.com/download-putty-telnet-tool/</link>
		<comments>http://ccna5.com/download-putty-telnet-tool/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:19:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Tools]]></category>
		<category><![CDATA[PuTTY]]></category>

		<guid isPermaLink="false">http://ccna5.com/download-putty-telnet-tool/</guid>
		<description><![CDATA[You will need software to run a terminal connection so you can connect through the console port of your routers and switches. The old faithful program has always been hyperterminal developed by Microsoft but this hasn&#8217;t been updated for years &#8230;<p class="read-more"><a href="http://ccna5.com/download-putty-telnet-tool/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/09/PuTTYTelnetToolPuTTYConfiguration.gif" ><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="PuTTY - Telnet Tool - PuTTY Configuration" border="0" alt="PuTTYTelnetToolPuTTYConfiguration thumb Download PuTTY   Telnet Tool" align="left" src="http://ccna5.com/wp-content/uploads/2010/09/PuTTYTelnetToolPuTTYConfiguration_thumb.gif" width="244" height="233" /></a> You will need software to run a terminal connection so you can connect through the console port of your routers and switches. The old faithful program has always been hyperterminal developed by Microsoft but this hasn&#8217;t been updated for years and is not very flexible. </p>
<p>The best program to use is Putty and best of all it is free. You can download putty <a target="_blank" rel="nofollow" href="http://ccna5.com/goto/http://www.putty.org/" >here</a>. </p>
<p>You simply install putty, plug your console cable in and connect over serial COM 1 port. If you are using the USB to COM adaptor you can look in device manager under COM and LTP ports and see which COM port you have been allocated. </p>
<p> <span id="more-180"></span>
</p>
<blockquote><p>PuTTY is a very useful tool, a small freeware implementation of Telnet and SSH for Win32 platforms, along with an xterm terminal emulator.      <br />SSH, Telnet and Rlogin are three ways of doing the same thing: logging in to a multi-user computer from another computer, over a network.       <br />Multi-user operating systems, such as Unix and VMS, usually present a command-line interface to the user, much like the `Command Prompt&#8217; or `MS-DOS Prompt&#8217; in Windows. The system prints a prompt, and you type commands which the system will obey.       <br />Using this type of interface, there is no need for you to be sitting at the same machine you are typing commands to. The commands, and responses, can be sent over a network, so you can sit at one computer and give commands to another one, or even to more than one.       <br />SSH, Telnet and Rlogin are _network protocols_ that allow you to do this. On the computer you sit at, you run a _client_, which makes a network connection to the other computer (the _server_). The network connection carries your keystrokes and commands from the client to the server, and carries the server&#8217;s responses back to you.       <br />These protocols can also be used for other types of keyboard-based interactive session. In particular, there are a lot of bulletin boards, talker systems and MUDs (Multi-User Dungeons) which support access using Telnet. There are even a few that support SSH. </p>
</blockquote>
<p><a target="_blank" rel="nofollow" href="http://ccna5.com/goto/http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"  target="_blank">Download PuTTY here</a></p>
<strong>Tags: </strong>packet tracer putty, ccna tools, telnet tools, can you use putty with packet tracer, cisco ccna certificate, cisco ccna tools download, download ccna tools, putty in packet tracer?, putty install packet tracer, putty ltp<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=180&type=feed" alt=" Download PuTTY   Telnet Tool"  title="Download PuTTY   Telnet Tool" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/download-putty-telnet-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic RIPv1 Configuration</title>
		<link>http://ccna5.com/basic-ripv1-configuration/</link>
		<comments>http://ccna5.com/basic-ripv1-configuration/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Labs]]></category>
		<category><![CDATA[RIP]]></category>
		<category><![CDATA[RIPv1]]></category>

		<guid isPermaLink="false">http://ccna5.com/basic-ripv1-configuration/</guid>
		<description><![CDATA[Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 Se0/0 192.168.1.1 255.255.25.0 R2 Se0/0 192.168.1.2 255.255.25.0 R2 Se0/1 192.168.2.1 255.255.25.0 R3 Se0/0 192.168.2.2 255.255.25.0 Configure RIP R1 R1(config)#interface serial 0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#clock rate 64000 R1(config-if)#no &#8230;<p class="read-more"><a href="http://ccna5.com/basic-ripv1-configuration/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Topology Diagram</strong></p>
<p><a href="http://ccna5.com/wp-content/uploads/2010/08/BasicRIPv1Configuration.png" ><img title="Basic RIPv1 Configuration" style="display: block; float: none; margin-left: auto; margin-right: auto" height="232" alt="BasicRIPv1Configuration thumb Basic RIPv1 Configuration" src="http://ccna5.com/wp-content/uploads/2010/08/BasicRIPv1Configuration_thumb.png" width="413" /></a> </p>
<p><strong>Addressing Table</strong></p>
<div align="center">
<table cellspacing="0" cellpadding="2" width="494" align="center" border="0">
<tbody>
<tr>
<td valign="top" width="112"><strong>Device</strong></td>
<td valign="top" width="124"><strong>Interface</strong></td>
<td valign="top" width="117"><strong>IP Address</strong></td>
<td valign="top" width="139"><strong>Subnet Mask</strong></td>
</tr>
<tr>
<td valign="top" width="112">R1</td>
<td valign="top" width="127">Se0/0</td>
<td valign="top" width="120">192.168.1.1</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R2</td>
<td valign="top" width="128">Se0/0</td>
<td valign="top" width="120">192.168.1.2</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R2</td>
<td valign="top" width="128">Se0/1</td>
<td valign="top" width="120">192.168.2.1</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
<tr>
<td valign="top" width="110">R3</td>
<td valign="top" width="128">Se0/0</td>
<td valign="top" width="120">192.168.2.2</td>
<td valign="top" width="139">255.255.25.0</td>
</tr>
</tbody>
</table></div>
<p><strong></strong></p>
<p><strong></strong></p>
<p> <span id="more-175"></span>
<p><strong>Configure RIP</strong></p>
<p><strong>R1</strong></p>
<p>R1(config)#interface serial 0/0    <br />R1(config-if)#ip address 192.168.1.1 255.255.255.0     <br />R1(config-if)#clock rate 64000     <br />R1(config-if)#no shutdown </p>
<p>R1(config)#router rip    <br />R1(config-router)#network 192.168.1.0</p>
<p><strong>R2</strong></p>
<p>R2(config)#interface serial 0/0    <br />R2(config-if)#ip address 192.168.1.2 255.255.255.0     <br />R2(config-if)#no shutdown     <br />R2(config-if)#exit </p>
<p>R2(config)#interface serial 0/1    <br />R2(config-if)#ip address 192.168.2.1 255.255.255.0     <br />R2(config-if)#clock rate 64000     <br />R2(config-if)#no shutdown     <br />R2(config-if)#exit </p>
<p>R2(config)#router rip    <br />R2(config-router)#network 192.168.1.0     <br />R2(config-router)#network 192.168.2.0</p>
</p>
<p><strong>R3</strong></p>
<p>R3(config)#interface serial 0/0    <br />R3(config-if)#ip address 192.168.2.2 255.255.255.0     <br />R3(config-if)#no shutdown     <br />R3(config-if)#exit </p>
<p>R3(config)#router rip    <br />R3(config-router)#network 192.168.2.0</p>
<p><strong>Verify RIP Routing</strong></p>
<p><u>R1#show ip route</u>     <br />Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2     <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR     <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>C&#160;&#160;&#160; 192.168.1.0/24 is directly connected, Serial0/0    <br />R&#160;&#160;&#160; 192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:26, Serial0/0</p>
<p><u>R2#show ip route</u>     <br />Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2     <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR     <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>C&#160;&#160;&#160; 192.168.1.0/24 is directly connected, Serial0/0    <br />C&#160;&#160;&#160; 192.168.2.0/24 is directly connected, Serial0/1</p>
<p><u>R3#show ip route      <br /></u>Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; D &#8211; EIGRP, EX &#8211; EIGRP external, O &#8211; OSPF, IA &#8211; OSPF inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2     <br />&#160;&#160;&#160;&#160;&#160;&#160; E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP     <br />&#160;&#160;&#160;&#160;&#160;&#160; i &#8211; IS-IS, L1 &#8211; IS-IS level-1, L2 &#8211; IS-IS level-2, ia &#8211; IS-IS inter area     <br />&#160;&#160;&#160;&#160;&#160;&#160; * &#8211; candidate default, U &#8211; per-user static route, o &#8211; ODR     <br />&#160;&#160;&#160;&#160;&#160;&#160; P &#8211; periodic downloaded static route </p>
<p>Gateway of last resort is not set </p>
<p>R&#160;&#160;&#160; 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:06, Serial0/0    <br />C&#160;&#160;&#160; 192.168.2.0/24 is directly connected, Serial0/0</p>
<p><a href="http://ccna5.com/download/ccna-labs/Basic RIP Configuration.pkt"  target="_blank">Download here</a></p>
<strong>Tags: </strong>basic ripv1 configuration, basic ssh config in a packet tracer, rip v1 study guide, ripv1 configuration, ripv1 tutorial, ripv1 configuration ex, ripv1 commands, RIPv1, ripv1 verify, ripv1 configuration packet tracer how to do it<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=175&type=feed" alt=" Basic RIPv1 Configuration"  title="Basic RIPv1 Configuration" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/basic-ripv1-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tftpd32</title>
		<link>http://ccna5.com/tftpd32/</link>
		<comments>http://ccna5.com/tftpd32/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 06:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Tools]]></category>
		<category><![CDATA[Tftpd32]]></category>

		<guid isPermaLink="false">http://ccna5.com/tftpd32/</guid>
		<description><![CDATA[Tftpd32 includes DHCP, TFTP, DNS, SNTP and Syslog servers as well as a TFTP client. The TFTP client and server are fully compatible with TFTP option support (tsize, blocksize and timeout), which allow the maximum performance when transferring the data. &#8230;<p class="read-more"><a href="http://ccna5.com/tftpd32/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/08/Tftpd32.jpg" ><img title="Tftpd32" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="190" alt="Tftpd32 thumb Tftpd32" src="http://ccna5.com/wp-content/uploads/2010/08/Tftpd32_thumb.jpg" width="244" align="left" border="0" /></a> Tftpd32 includes DHCP, TFTP, DNS, SNTP and Syslog servers as well as a TFTP client.    <br />The TFTP client and server are fully compatible with TFTP option support (tsize, blocksize and timeout), which allow the maximum performance when transferring the data.    <br />Some extended features such as directory facility, security tuning, interface filtering; progress bars and early acknowledgments enhance usefulness and throughput of the TFTP protocol for both client and server.    <br />The included DHCP server provides unlimited automatic or static IP address assignment.    <br />Tftpd32 is also provided as a Windows service.</p>
<p> <span id="more-172"></span>
<p>Tftpd32 embarque des serveurs TFTP, DHCP, DNS, SNTP et Syslog (ouf !), ainsi qu&#8217;un client TFTP. La partie TFTP est compatible avec les négotiations du protocole TFTP pour obtenir de meilleures performances. De plus; des apports ont été inclus pour augmenter le confort d&#8217;utilisation et les performances du protocole. Quant au serveur DHCP, il permet d&#8217;affecter des adresses IP soit de manière statique, soit automatiquement.</p>
<p><a target="_blank" rel="nofollow" href="http://ccna5.com/goto/http://philippe.jounin.pagesperso-orange.fr/tftpd32_download.html"  target="_blank">Download here</a></p>
<strong>Tags: </strong>tftpd32 guide, how do i use my tftpd32 in packet tracer labs, how do i use a tftp32 server?, tftpd32 konfiguracja cisco, tftpd32 konfiguracja, tftpd32 instructions router, tftpd32 guide router cisco, tftpd32 guida per router cisco, tftpd32 guida, tftpd32 configure hex options<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=172&type=feed" alt=" Tftpd32"  title="Tftpd32" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/tftpd32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CiscoKits CCNA Subnet Calculator</title>
		<link>http://ccna5.com/ciscokits-ccna-subnet-calculator/</link>
		<comments>http://ccna5.com/ciscokits-ccna-subnet-calculator/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 08:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Tools]]></category>
		<category><![CDATA[Subnet Calculator]]></category>

		<guid isPermaLink="false">http://ccna5.com/ciscokits-ccna-subnet-calculator/</guid>
		<description><![CDATA[CiscoKits is pleased to offer to you completely free our own CCNA Subnet Calculator that you can download and use to help you prepare for your Cisco certification exams! Subnetting is one of the key concepts on the Cisco CCNA &#8230;<p class="read-more"><a href="http://ccna5.com/ciscokits-ccna-subnet-calculator/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/08/CiscoKitsCCNASubnetCalculator.jpg" ><img title="CiscoKits CCNA Subnet Calculator" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="184" alt="CiscoKitsCCNASubnetCalculator thumb CiscoKits CCNA Subnet Calculator" src="http://ccna5.com/wp-content/uploads/2010/08/CiscoKitsCCNASubnetCalculator_thumb.jpg" width="244" align="left" border="0" /></a> CiscoKits is pleased to offer to you completely free our own CCNA Subnet Calculator that you can download and use to help you prepare for your Cisco certification exams! Subnetting is one of the key concepts on the Cisco CCNA certification exam. So you need to know it inside and out. This ulitity will help you understand and verify that you know subnetting the Cisco CCNA way!</p>
<p>Our subnet calculator is not one of the very basic subnet calculators you might find for free. Most subnet calculators that have all the features we have included charge for their subnet calculators. But we are giving it to you for free!</p>
<p> <span id="more-169"></span>
</p>
<p> <big>
</p>
<p> </big>
<p>Here are some of the powerful features of the CiscoKits CCNA Subnet Calculator:</p>
<li>Classful Subnet Calculator &#8211; This can create your subnet results based on many different options such as: subnet mask, mask bits, most bits, number of subnets and hosts per subnet and then it gives you the ability to export all this data and more. </li>
<li>Classless Inter-Domain Routing (CIDR) Calculator &#8211; includes full support for CIDR. Use of CIDR addresses reduce the size of routing tables and make more IP addresses available within organizations. This CIDR classless subnetting feature is particularly useful for ISPs, colleges, or large corporations with many Class C addresses. Again, we give you the abilit to export this data so you can work with the data to meet your requirements. </li>
<li>Subnet Addresses &#8211; You can generate a list of addresses for any subnet, which then becomes the working document from which to assign current and future IP addresses.
<p>We are sure you will find this tool quite useful in your CCNA studies. So feel free to tell your friends about our CCNA Subnet Calculator so they too can pass their CCNA exam!</p>
</li>
<p>You can download our CCNA Subnet Calculator from the link below while you review it&#8217;s many features below. </p>
<p><big></big>
<p><a target="_blank" rel="nofollow" href="http://ccna5.com/goto/http://www.ciscokits.com/ccna-subnet-calculator/SetupIPSubnetCalculator.zip" ><font size="2">Click to Download CCNA Subnet Calculator</font></a></p></p>
<strong>Tags: </strong>calculador subnetting, ccna subnet calculator, static subnet calculator, free ciscokits lab download, cidr implementation in cisco packet tracer, ccna subnetting calculator, ccna subnetting calc, ccna lab subnetting, calculator cisco, summary static network calculator<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=169&type=feed" alt=" CiscoKits CCNA Subnet Calculator"  title="CiscoKits CCNA Subnet Calculator" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/ciscokits-ccna-subnet-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CiscoKits CCNA TFTP Server</title>
		<link>http://ccna5.com/ciscokits-ccna-tftp-server/</link>
		<comments>http://ccna5.com/ciscokits-ccna-tftp-server/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 08:03:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA Tools]]></category>
		<category><![CDATA[TFTP Server]]></category>

		<guid isPermaLink="false">http://ccna5.com/ciscokits-ccna-tftp-server/</guid>
		<description><![CDATA[CiscoKits is pleased to offer to you completely free our own CCNA TFTP Server that you can download and use to help you prepare for your Cisco certification exams! Upgrading and backing up your IOS is one of the key &#8230;<p class="read-more"><a href="http://ccna5.com/ciscokits-ccna-tftp-server/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccna5.com/wp-content/uploads/2010/08/CiscoKitsCCNATFTPServer.gif" ><img title="CiscoKits CCNA TFTP Server" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="158" alt="CiscoKitsCCNATFTPServer thumb CiscoKits CCNA TFTP Server" src="http://ccna5.com/wp-content/uploads/2010/08/CiscoKitsCCNATFTPServer_thumb.gif" width="244" align="left" border="0" /></a> CiscoKits is pleased to offer to you completely free our own CCNA TFTP Server that you can download and use to help you prepare for your Cisco certification exams! Upgrading and backing up your IOS is one of the key concepts on the Cisco CCNA certification exam. So you need to know it inside and out. This ulitity will help you understand and verify that you know how to perform a Cisco IOS Upgrade! Not only that, but you can use this TFTP Server to also backup your configuration files from your Cisco router to a single location. A router crashes and no one documented the config? You come to the rescue with the backup of the config you saved to the TFTP Server!</p>
<p> <span id="more-166"></span>
<p>What is really great about this TFTP Server is that it is multi-threaded so you can upload and download IOS images and configurations to your Cisco routers and Cisco switches. The TFTP Server will run on most Microsoft Operating Systems such as Windows 95, XP, Vista, 2000, 2003 and 7. Most others charge for their TFTP Servers, but we are giving our TFTP Server away for free! </p>
<p> <big>
</p>
<p> </big>
<li>Multi-threaded – enables you to concurrently upload and download images from multiple network devices. This powerful TFTP Server feature saves valuable time when managing a complex network with many devices. </li>
<li>Runs as a Service – optionally runs as a service to deliver 24 x 7 TFTP Server availability for your entire network. </li>
<li>Transfers Files Larger than 32MB – supports the option negotiation protocol (transfer size, block size, timeout) described in the current TFTP protocol specifications. This enables transfer of files up to 4GB via the free TFTP Server, which allows you to transfer the latest IOS or firmware versions without issue.
<p>We are sure you will find this tool quite useful in your CCNA studies. So feel free to tell your friends about our Free CCNA TFTP Server so they too can pass their CCNA exam!</p>
</li>
<p>You can download our CCNA TFTP Server from the link below while you review it&#8217;s many features below. </p>
<p><big></big>
<p><a target="_blank" rel="nofollow" href="http://ccna5.com/goto/http://www.ciscokits.com/tftpserver/tftpserver.zip" ><font size="2">Click to Download CCNA TFTP Server</font></a></p></p>
<strong>Tags: </strong>backup cisco router config file tftp server in packet tracer, ccna server tftp commands, CiscoKits TFTP, ios upgrade cisco from tftp, manual ciscokits, telecharger serveur tftp packet tracer<br /><img src="http://ccna5.com/?ak_action=api_record_view&id=166&type=feed" alt=" CiscoKits CCNA TFTP Server"  title="CiscoKits CCNA TFTP Server" />]]></content:encoded>
			<wfw:commentRss>http://ccna5.com/ciscokits-ccna-tftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

