<?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>#SH RUN &#187; Cisco</title>
	<atom:link href="http://sh-run.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://sh-run.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Mar 2012 14:30:04 +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>NAT Overview for CCNA</title>
		<link>http://sh-run.com/2012/03/27/nat-overview-for-ccna/</link>
		<comments>http://sh-run.com/2012/03/27/nat-overview-for-ccna/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 14:30:04 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[NAT]]></category>

		<guid isPermaLink="false">http://sh-run.com/?p=66</guid>
		<description><![CDATA[As I prepare for the CCNA, I collected all my various notes and have tried to put the highlights here for quick reference as my test date approaches. 3 Types of NAT: Dynamic NAT &#8211; might be used between networks with overlapping address schemes.  This is the least common form of NAT. NAT Overload /&#8230;]]></description>
			<content:encoded><![CDATA[<p>As I prepare for the CCNA, I collected all my various notes and have tried to put the highlights here for quick reference as my test date approaches.</p>
<p><strong>3 Types of NAT:</strong></p>
<ul>
<li>Dynamic NAT &#8211; might be used between networks with overlapping address schemes.  This is the least common form of NAT.</li>
<li>NAT Overload / Port Address Translation (PAT)</li>
<li>Static NAT &#8211; straight &#8220;one-to-one&#8221; Private to Public IP address translation.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Configure NAT Overload with the CLI (3 steps)</strong></span></p>
<ul>
<li>Label the interfaces</li>
<li>Identify the internal IP addresses to be translated (with ACL)</li>
<li>Enable NAT overload</li>
</ul>
<p><strong>LABEL INTERFACES</strong></p>
<blockquote><p><em><span style="color: #474747;">router1#config t<br />
router1(config)#int gi0/0<br />
router1(config-if)#ip nat inside<br />
router1(config-if)#<br />
router1(config-if)#int gi0/1<br />
router1(config-if)#ip nat outside<br />
router1(config-if)#<br />
router1(config-if)#exit<br />
router1(config)#  </span></em></p></blockquote>
<p><strong>Identify Internal addresses to be translated (with ACL)</strong></p>
<blockquote><p><em><span style="color: #474747;">router1#config t<br />
router1(config)#ip access-list standard NAT_ADDRESSES<br />
router1(config-std-nacl)#permit 192.168.0.0 0.0.255.255<br />
router1(config-std-nacl)#<br />
router1(config-std-nacl)#exit<br />
router1(config)# </span></em></p></blockquote>
<p>*Make a note that the name of the ACL is totally up to you, I just used this for ease of identification.</p>
<p><strong>Enable NAT Overload</strong></p>
<blockquote><p><em><span style="color: #474747;">router1#config t<br />
router1(config)#ip nat inside source list NAT_ADDRESSES interface gi0/1 overload      <br />
router1(config)#<br />
router1(config)#exit</span></em></p></blockquote>
<p>That is it for configuring NAT Overload, just 3 easy steps (as long as you can remember the steps).</p>
<p><span style="text-decoration: underline;"><strong>Static NAT configuration</strong></span></p>
<p>The next common form of NAT, is the straight forward Static NAT.  This is where we will simple link an inside IP address with a public IP address.  In this next example I will map the inside address of 192.168.10.50 to the outside address of 68.110.171.99</p>
<blockquote><p><em><span style="color: #474747;">router1#config t<br />
router1(config)#ip nat inside source static 192.168.10.50 68.110.171.99<br />
router1(config)#exit<br />
router1#</span></em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sh-run.com/2012/03/27/nat-overview-for-ccna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make your Cisco router a terminal server</title>
		<link>http://sh-run.com/2009/07/10/how-to-make-your-cisco-router-a-terminal-server/</link>
		<comments>http://sh-run.com/2009/07/10/how-to-make-your-cisco-router-a-terminal-server/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:09:14 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[AUX]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://sh-run.com/?p=34</guid>
		<description><![CDATA[On more than one occasion I have needed to access the console port of a switch, but I wasn&#8217;t physically there but I did have a router near the unit.  You can easily setup your router to act as a Terminal server, allowing you to use a flat rolled cable between the Router&#8217;s AUX port&#8230;]]></description>
			<content:encoded><![CDATA[<p>On more than one occasion I have needed to access the console port of a switch, but I wasn&#8217;t physically there but I did have a router near the unit.  You can easily setup your router to act as a Terminal server, allowing you to use a flat rolled cable between the Router&#8217;s AUX port and the switch&#8217;s CONSOLE port.  First you need to properly configure your AUX port:</p>
<blockquote><p>line aux 0<br />
    modem InOut<br />
    transport input all<br />
    stopbits 1<br />
    flowcontrol hardware</p></blockquote>
<p>Now in order to use this feature, log into your router and do the following:</p>
<ul>
<li>from the command prompt enter: SHOW LINE</li>
<li>Find the line number for AUX (in this example it is Line 5)</li>
<li>Telnet to the IP address of the router you are logged into, but when you telnet you will need to indicate a specific port.  That port is 2000 + the line number.  So in this example your command would look like this: &#8216;telnet 172.17.10.1 2005&#8242;</li>
<li>This will get you access to the remote device</li>
<li>When you are finished with the session on the remote device break out with CTRL+ALT+6, followed by x one second later.  If you by chance use <a href="http://vandyke.com/products/securecrt/index.html" target="_blank">SecureCRT</a> for your Telnet sessions you can setup a key map that sends the following ASCII standard for that command &#8216;\036\px&#8217;.  You can read more about this on <a href="http://forums.vandyke.com/showthread.php?t=3566" target="_blank">VanDyke&#8217;s SecureCRT Forum</a>.</li>
<li>Once you are back in the original device you can return to the remote device by simply pressing the ENTER key.</li>
<li>If you are finished with your remote session, you can issue a CLEAR command to close that connection.  In this example the command would be &#8216;CLEAR LINE 5&#8242;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sh-run.com/2009/07/10/how-to-make-your-cisco-router-a-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpful Cisco Documents</title>
		<link>http://sh-run.com/2009/06/11/helpful-cisco-documents/</link>
		<comments>http://sh-run.com/2009/06/11/helpful-cisco-documents/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:28:33 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://sh-run.com/?p=32</guid>
		<description><![CDATA[I always need to look up features on different Cisco routers and switches.  Cisco actually produces two documents that let you quickly see all the available models and associated features: Cisco Router Guide Cisco Catalyst Switch Guide]]></description>
			<content:encoded><![CDATA[<p>I always need to look up features on different Cisco routers and switches.  Cisco actually produces two documents that let you quickly see all the available models and associated features:</p>
<p><a title="Cisco Router Guide" href="http://www.cisco.com/en/US/prod/collateral/routers/ps5855/prod_brochure0900aecd8019dc1f.pdf" target="_blank">Cisco Router Guide<br />
Cisco Catalyst Switch Guide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sh-run.com/2009/06/11/helpful-cisco-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring T1 WICs for a Home lab</title>
		<link>http://sh-run.com/2009/06/03/configuring-t1-wics-for-a-home-lab/</link>
		<comments>http://sh-run.com/2009/06/03/configuring-t1-wics-for-a-home-lab/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:20:27 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Home Lab]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[t1]]></category>
		<category><![CDATA[wic]]></category>

		<guid isPermaLink="false">http://sh-run.com/?p=15</guid>
		<description><![CDATA[I have a couple of routers as part of my home lab that I am using for my Cisco certification studies.  One thing that I wanted to do was connect two routers together via their T1 WICs.  There are two things you need to do: create a T1 crossover to connect the routers set the&#8230;]]></description>
			<content:encoded><![CDATA[<p>I have a couple of routers as part of my home lab that I am using for my Cisco certification studies.  One thing that I wanted to do was connect two routers together via their T1 WICs.  There are two things you need to do:</p>
<ul>
<li>create a T1 crossover to connect the routers</li>
<li>set the clock settings on each routers&#8217; serial interface to simulate the T1</li>
</ul>
<p>In another post I will put the details of making a T1 crossover cable, here is a simple example of the configuration you need to apply to each routers&#8217; T1 serial interface.</p>
<blockquote><p>**apply this to router #1**<br />
 <br />
ip address 192.168.1.1 255.255.255.248<br />
 encapsulation ppp<br />
 fair-queue<br />
 service-module t1 clock source internal<br />
 service-module t1 timeslots 1-24 speed 64<br />
 service-module t1 framing esf<br />
 service-module t1 linecode b8zs<br />
 no shut<br />
**apply this to router #2**<br />
 <br />
ip address 192.168.1.2 255.255.255.248<br />
 encapsulation ppp<br />
 fair-queue<br />
 service-module t1 clock source internal<br />
 service-module t1 timeslots 1-24 speed 64<br />
 service-module t1 framing esf<br />
 service-module t1 linecode b8zs<br />
 no shut</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sh-run.com/2009/06/03/configuring-t1-wics-for-a-home-lab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find the port a device is plugged into</title>
		<link>http://sh-run.com/2009/06/03/how-to-find-the-port-a-device-is-plugged-into/</link>
		<comments>http://sh-run.com/2009/06/03/how-to-find-the-port-a-device-is-plugged-into/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:34:45 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://sh-run.com/?p=8</guid>
		<description><![CDATA[Have you ever needed to quickly find out which switch port a network device is plugged into and you only know the IP address of the device?  You could always trace the cables in your data closet and drive yourself crazy or you could use a few simple commands on your switch and quickly find&#8230;]]></description>
			<content:encoded><![CDATA[<p>Have you ever needed to quickly find out which switch port a network device is plugged into and you only know the IP address of the device?  You could always trace the cables in your data closet and drive yourself crazy or you could use a few simple commands on your switch and quickly find it.</p>
<p><strong>sh ip arp | inc &lt;ip address&gt;</strong><br />
<em>This will return the mac address<br />
</em><strong>sh mac-address-table | inc &lt;mac address&gt;</strong><br />
<em>This will return the switch port<br />
If the IP address is on another switch, the port that is returned in the output will be for the trunked port that goes to the next &#8220;hop&#8221;.  Go to the next switch and repeat.</em><br />
<strong>sh run int &lt;switch port&gt;<br />
</strong><em>This will return the config for that interface</em></p>
<p><em>Here is an example:</em></p>
<blockquote><p>switch01#sh ip arp | inc 172.16.11.200<br />
Internet  172.16.11.200           0   0080.a38a.10dc  ARPA   Vlan11<br />
switch01#sh mac-address-table | inc 0080.a38a.10dc<br />
  11    0080.a38a.10dc   dynamic ip                     GigabitEthernet3/3 <br />
switch01#sh run int gi3/3<br />
Building configuration&#8230;<br />
Current configuration : 152 bytes<br />
!<br />
interface GigabitEthernet3/3<br />
 description IBM APPLICATION SERVER<br />
 switchport access vlan 11<br />
 switchport mode access<br />
 qos trust dscp<br />
 spanning-tree portfast<br />
end<br />
switch01#</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sh-run.com/2009/06/03/how-to-find-the-port-a-device-is-plugged-into/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

