<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Be A Cisco Expert Without Course or Certification</title>
	
	<link>http://ciscogeek.org</link>
	<description>FREE Tons Of Cisco Configuration Example</description>
	<pubDate>Thu, 27 Nov 2008 18:26:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CiscoConfigurationGuide" type="application/rss+xml" /><item>
		<title>Accept Inbound Traffic To Servers Behind NAT</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/450432025/</link>
		<comments>http://ciscogeek.org/accept-inbound-traffic-behind-nat/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:09:39 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Firewall]]></category>

		<category><![CDATA[Router]]></category>

		<category><![CDATA[inbound traffic]]></category>

		<category><![CDATA[nat]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=82</guid>
		<description><![CDATA[This config to make inbound traffic to a web server in local network behind NAT.
Req:
- Private IP Address plan (eg. 192.168.1.0/24)
- Public IP Address plan (eg.100.1.2.3/30)
- Web Server (port 80) IP Address (eg.192.168.1.10)
- Standard NAT Config work properly
All incoming web traffic from the Internet that comes to 100.1.2.3 will be forwarded to 192.168.1.10
hostname CiscoNAT
!
enable secret [...]]]></description>
			<content:encoded><![CDATA[<p>This config to make inbound traffic to a web server in local network behind NAT.</p>
<p>Req:<br />
- Private IP Address plan (eg. 192.168.1.0/24)<br />
- Public IP Address plan (eg.100.1.2.3/30)<br />
- Web Server (port 80) IP Address (eg.192.168.1.10)<br />
- Standard NAT Config work properly</p>
<p>All incoming web traffic from the Internet that comes to 100.1.2.3 will be forwarded to 192.168.1.10</p>
<p>hostname CiscoNAT<br />
!<br />
enable secret 5 KjhKJGkj$57JHkkl98KJH<br />
!<br />
ip subnet zero<br />
!<br />
interface FastEthernet0/0<br />
description LAN Interface<br />
ip address <strong>192.168.1.254</strong> 255.255.255.0<br />
ip nat inside<br />
duplex auto<br />
speed auto<br />
!<br />
interface <strong>Serial0</strong><br />
description WAN Interface<br />
ip address <strong>100.1.2.3</strong> 255.255.255.248<br />
ip nat outside<br />
<strong>ip access-group 101 in</strong><br />
!<br />
<strong>ip nat inside source static 192.168.1.10 80 interface Serial0</strong><br />
!<br />
access-list 101 deny ip any host 255.255.255.255<br />
<strong>access-list 101 permit tcp any any eq 80</strong><br />
!<br />
line con0<br />
line vty 0 4<br />
login<br />
password cisco<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=5pIN8G"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=5pIN8G" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/accept-inbound-traffic-behind-nat/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/accept-inbound-traffic-behind-nat/</feedburner:origLink></item>
		<item>
		<title>Break Key Combinations For Cisco Password Recovery</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/421297375/</link>
		<comments>http://ciscogeek.org/break-key-combinations-for-cisco-password-recovery/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 07:01:40 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[break]]></category>

		<category><![CDATA[break key]]></category>

		<category><![CDATA[control]]></category>

		<category><![CDATA[ctrl]]></category>

		<category><![CDATA[password]]></category>

		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=79</guid>
		<description><![CDATA[The break key combinations is to login to ROMMON without password authentication. This function is usually to recovery the lost password. You need to access the router phisically and pluged console cable to console port directly.
Software: Hyperterminal
Platform: IBM Compatible
OS: Windows XP
Key: Ctrl-Break
Software: Hyperterminal
Platform: IBM Compatible
OS: Windows 2000
Key: Ctrl-Break
Software: Hyperterminal
Platform: IBM Compatible
OS: Windows 98
Key: Ctrl-Break
Software: SecureCRT
Platform: IBM [...]]]></description>
			<content:encoded><![CDATA[<p>The break key combinations is to login to ROMMON without password authentication. This function is usually to recovery the lost password. You need to access the router phisically and pluged console cable to console port directly.</p>
<p>Software: Hyperterminal<br />
Platform: IBM Compatible<br />
OS: Windows XP<br />
Key: <strong>Ctrl-Break</strong></p>
<p>Software: Hyperterminal<br />
Platform: IBM Compatible<br />
OS: Windows 2000<br />
Key: <strong>Ctrl-Break</strong></p>
<p>Software: Hyperterminal<br />
Platform: IBM Compatible<br />
OS: Windows 98<br />
Key: <strong>Ctrl-Break</strong></p>
<p>Software: SecureCRT<br />
Platform: IBM Compatible<br />
OS: Windows<br />
Key: <strong>Ctrl-Break</strong></p>
<p>Software: Minicom<br />
Platform: IBM Compatible<br />
OS: Linux<br />
Key: <strong>Ctrl-a f</strong></p>
<p>Software: Dumb Terminal<br />
Platform: IBM<br />
OS:<br />
Key: <strong>Break</strong></p>
<p>Software: Z-TERMINAL<br />
Platform: Apple<br />
OS: Mac<br />
Key: <strong>Command-b</strong></p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=1ceqV3"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=1ceqV3" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/break-key-combinations-for-cisco-password-recovery/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/break-key-combinations-for-cisco-password-recovery/</feedburner:origLink></item>
		<item>
		<title>Quickterm is Hyperterminal equivalent for Mac</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/378897070/</link>
		<comments>http://ciscogeek.org/quickterm-is-hyperterminal-equivalent-for-mac/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 12:39:20 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[quickterm]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=68</guid>
		<description><![CDATA[To access Cisco console from Mac you can use QuicTerm application that very similar function with windows hyperterminal.
Limitations and Bugs
QuickTerm does not understand any control codes, and will not emulate an ANSI or VT100 terminal. It does accept control code data as valid input, but does not display or otherwise act on unprintable characters. I [...]]]></description>
			<content:encoded><![CDATA[<p>To access Cisco console from Mac you can use QuicTerm application that very similar function with windows hyperterminal.</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 310px"><a href="http://ciscogeek.org/wp-content/uploads/2008/08/quickterm.jpg"><img class="size-medium wp-image-69" title="Quickterm" src="http://ciscogeek.org/wp-content/uploads/2008/08/quickterm.jpg" alt="Quickterm" width="300" height="236" /></a><p class="wp-caption-text">Quickterm</p></div>
<div id="attachment_70" class="wp-caption alignnone" style="width: 310px"><a href="http://ciscogeek.org/wp-content/uploads/2008/08/quickterm_portsetting.jpg"><img class="size-medium wp-image-70" title="quickterm_portsetting" src="http://ciscogeek.org/wp-content/uploads/2008/08/quickterm_portsetting.jpg" alt="Quickterm Port Setting" width="300" height="231" /></a><p class="wp-caption-text">Quickterm Port Setting</p></div>
<p><strong>Limitations and Bugs</strong></p>
<p>QuickTerm does not understand any control codes, and will not emulate an ANSI or VT100 terminal. It does accept control code data as valid input, but does not display or otherwise act on unprintable characters. I looked into implementing this, but I don&#8217;t think it can be done easily without replacing the NSTextView that makes up the main window with a completely new control class. NSTextView (and its ancestor NSText) seem to be too focused on document-type data to be well adapted to this screen-based application.</p>
<p>QuickTerm only supports a single terminal window, so only one session can be active at a time.</p>
<p>No file transfer protocols are supported, although you could do a text transfer by copying from and pasting to the terminal window.</p>
<p>Preferences are not implemented. If you look at the source code, you&#8217;ll see that there is some commented-out code for adjusting the background and font colors. I didn&#8217;t finish the implementation.</p>
<p>QuickTerm will not disconnect if a data write is pending on the serial port when hardware flow control is enabled. It will disconnect after the write is done. If it never finishes, the app will hang and have to be force quit.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=Z6MG1n"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=Z6MG1n" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/quickterm-is-hyperterminal-equivalent-for-mac/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/quickterm-is-hyperterminal-equivalent-for-mac/</feedburner:origLink></item>
		<item>
		<title>Use USB to Serial Adapter to access Cisco console</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/378751844/</link>
		<comments>http://ciscogeek.org/use-usb-to-serial-adapter/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:06:36 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[adapter]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[hyperterminal]]></category>

		<category><![CDATA[rs232]]></category>

		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=62</guid>
		<description><![CDATA[Today brand new laptop not shipped with serial (RS232) port that we need to access Cisco console via hyperterminal.
USB to Serial adapter can solve this problem. With this &#8220;small&#8221; device you can create a serial RS232 port with easy and you can use it to access your cisco console via hyperterminal.
]]></description>
			<content:encoded><![CDATA[<p>Today brand new laptop not shipped with serial (RS232) port that we need to access Cisco console via hyperterminal.</p>
<div id="attachment_63" class="wp-caption alignnone" style="width: 310px"><a href="http://ciscogeek.org/wp-content/uploads/2008/08/usb2serial.jpg"><img class="size-medium wp-image-63" title="usb2serial" src="http://ciscogeek.org/wp-content/uploads/2008/08/usb2serial.jpg" alt="USB to Serial adapter" width="300" height="225" /></a><p class="wp-caption-text">USB to Serial adapter</p></div>
<p>USB to Serial adapter can solve this problem. With this &#8220;small&#8221; device you can create a serial RS232 port with easy and you can use it to access your cisco console via hyperterminal.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=gVHZmZ"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=gVHZmZ" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/use-usb-to-serial-adapter/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/use-usb-to-serial-adapter/</feedburner:origLink></item>
		<item>
		<title>Cisco Quality of Service (QoS)</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/378275291/</link>
		<comments>http://ciscogeek.org/cisco-quality-of-service-qos/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 17:53:18 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[qos]]></category>

		<category><![CDATA[quality of service]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=52</guid>
		<description><![CDATA[Below is Cisco QoS sample config.
In this sample config I created two class-map of traffic. Data and voice.
Router_A
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_A
!
resource policy
!
ip subnet-zero
ip cef
!
class-map match-all data
match ip precedence 3
class-map match-all voice
match ip precedence 5
!
policy-map serial
class voice
bandwidth percent 32
set ip precedence 5
class data
bandwidth percent 63
set ip precedence 3
class [...]]]></description>
			<content:encoded><![CDATA[<p>Below is Cisco QoS sample config.<br />
In this sample config I created two class-map of traffic. Data and voice.</p>
<p><strong>Router_A</strong><br />
!<br />
service timestamps debug datetime msec<br />
service timestamps log datetime msec<br />
no service password-encryption<br />
!<br />
hostname Router_A<br />
!<br />
<strong>resource policy</strong><br />
!<br />
ip subnet-zero<br />
ip cef<br />
!<br />
<strong>class-map match-all data<br />
match ip precedence 3<br />
class-map match-all voice<br />
match ip precedence 5</strong><br />
!<br />
<strong>policy-map serial<br />
class voice<br />
bandwidth percent 32<br />
set ip precedence 5<br />
class data<br />
bandwidth percent 63<br />
set ip precedence 3<br />
class class-default<br />
fair-queue<br />
random-detect</strong><br />
!<br />
interface FastEthernet0/0<br />
description &#8220;LAN A&#8221;<br />
ip address 192.168.1.254 255.255.255.0<br />
duplex auto<br />
speed auto<br />
!<br />
interface Serial0/2/0<br />
description &#8220;WAN Link to B&#8221;<br />
ip address 10.1.1.1 255.255.255.252<br />
<strong> service-policy output serial</strong><br />
!<br />
ip classless<br />
ip route 192.168.2.0 255.255.255.0 10.1.1.2<br />
!<br />
line con 0<br />
line vty 0 4<br />
password hidden<br />
login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=1uPkSs"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=1uPkSs" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cisco-quality-of-service-qos/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cisco-quality-of-service-qos/</feedburner:origLink></item>
		<item>
		<title>Change Cisco Password</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/231505015/</link>
		<comments>http://ciscogeek.org/change-cisco-password/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 09:02:19 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/change-cisco-password/</guid>
		<description><![CDATA[Below is command to change cisco password or to add new password. You need user priviledge mode to execute this command.
Router&#62;
Router&#62;enable
Password:
Router#
Router#config terminal
Router(config)#enable secret new_password_here
Router(config)#exit
Router#copy running start
Router#exit
]]></description>
			<content:encoded><![CDATA[<p>Below is command to change cisco password or to add new password. You need user priviledge mode to execute this command.</p>
<p>Router&gt;<br />
Router&gt;enable<br />
Password:<br />
Router#<br />
Router#config terminal<br />
Router(config)#<strong>enable secret <em>new_password_here</em><br />
</strong>Router(config)#exit<br />
Router#copy running start<br />
Router#exit</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=1onDen"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=1onDen" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/change-cisco-password/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/change-cisco-password/</feedburner:origLink></item>
		<item>
		<title>CLI Simple Cisco ASA/PIX Config</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/227771718/</link>
		<comments>http://ciscogeek.org/cli-simple-cisco-asapix-config/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 08:25:15 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Firewall]]></category>

		<category><![CDATA[asa]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[pix]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/cli-simple-cisco-asapix-config/</guid>
		<description><![CDATA[This config is for simple config ASA/PIX firewall with 2 network interface. One for outside (Internet) and other for inside (LAN). All traffic from internal to external is accepted. All traffic from external to internal is droped.
Requirement:
- Cisco ASA/PIX with 2 network interface
- IP Public/Outside IP Address (ie: 65.1.1.x)
- IP Private/Inside IP Address (ie: 192.168.1.x)
- [...]]]></description>
			<content:encoded><![CDATA[<p>This config is for simple config ASA/PIX firewall with 2 network interface. One for outside (Internet) and other for inside (LAN). All traffic from internal to external is accepted. All traffic from external to internal is droped.</p>
<p>Requirement:<br />
- Cisco ASA/PIX with 2 network interface<br />
- IP Public/Outside IP Address (ie: 65.1.1.x)<br />
- IP Private/Inside IP Address (ie: 192.168.1.x)<br />
- Next hop/Gateway IP Address (ie: 65.1.1.1)<br />
- PIX/ASA ver.7.x or above</p>
<p>Firewall&gt; enable<br />
Password:<br />
Firewall#<br />
Firewall# config terminal<br />
Firewall(config)# interface Ethernet0<br />
Firewall(config-if)# nameif outside<br />
Firewall(config-if)# security-level 0<br />
Firewall(config-if)# ip address 65.1.1.2 255.255.255.0<br />
Firewall(config-if)# speed 100<br />
Firewall(config-if)# duplex full<br />
Firewall(config-if)# exit</p>
<p>Firewall(config)# interface Ethernet1<br />
Firewall(config-if)# nameif inside<br />
Firewall(config-if)# security-level 100<br />
Firewall(config-if)# ip address 192.168.1.1 255.255.255.0<br />
Firewall(config-if)# speed 100<br />
Firewall(config-if)# duplex full</p>
<p>Firewall(config)# nat (inside) 1 0.0.0.0 0.0.0.0<br />
Firewall(config)# global (outside) 1 65.1.1.3 netmask 255.255.255.224</p>
<p>Firewall(config)# route outside 0.0.0.0 0.0.0.0 65.1.1.1</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=MbCsBE"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=MbCsBE" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cli-simple-cisco-asapix-config/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cli-simple-cisco-asapix-config/</feedburner:origLink></item>
		<item>
		<title>Restore Or Install New IOS From TFTP Server to Cisco Router</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/226934546/</link>
		<comments>http://ciscogeek.org/restore-or-install-new-ios-from-tftp-server-to-cisco-router/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 23:17:15 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[ios]]></category>

		<category><![CDATA[restore]]></category>

		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/restore-or-install-new-ios-from-tftp-server-to-cisco-router/</guid>
		<description><![CDATA[Restore or Install new flash from TFTP server to Cisco Router. In this restore process existing IOS will erased completely before install the new IOS image file. Make sure you have a backup.
Requirement:
- PC with TFTP Server that have IOS (IP Address 192.168.1.1 and IOS image file d1600.bin).
- Network connection to Cisco Router.
- Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>Restore or Install new flash from TFTP server to Cisco Router. In this restore process existing IOS will erased completely before install the new IOS image file. Make sure you have a backup.</p>
<p>Requirement:<br />
- PC with TFTP Server that have IOS (IP Address 192.168.1.1 and IOS image file d1600.bin).<br />
- Network connection to Cisco Router.<br />
- Make sure your new IOS is match for your Cisco Router version.</p>
<p>Router&gt;<br />
Router&gt;enable<br />
Password:<br />
Router#<br />
Router#copy tftp flash<br />
Address or name of remote host []? 192.168.1.1<br />
Source filename []? d1600.bin<br />
Destination filename [d1600.bin]?<br />
Accessing tftp://192.168.1.21/d1600.bin&#8230;<br />
Erase flash: before copying? [confirm]<br />
Erasing the flash filesystem will remove all files! Continue? [confirm]<br />
Erasing device&#8230; eeeeeeeeeeeeeeee &#8230;erased<br />
Erase of flash: complete<br />
Loading d1600.bin from 192.168.1.1 (via Ethernet0): !!!!!!!!!!!!!!!!!!<br />
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
[OK - 3289170/6578176 bytes]<br />
Verifying checksum&#8230; OK (0xB6BD)<br />
3289170 bytes copied in 89.272 secs (36956 bytes/sec)<br />
Router#</p>
<p>Finish</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=kedaA7"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=kedaA7" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/restore-or-install-new-ios-from-tftp-server-to-cisco-router/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/restore-or-install-new-ios-from-tftp-server-to-cisco-router/</feedburner:origLink></item>
		<item>
		<title>Backup Cisco Router IOS to TFTP Server</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/226934547/</link>
		<comments>http://ciscogeek.org/backup-cisco-router-ios-to-tftp-server/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 23:06:27 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[ios]]></category>

		<category><![CDATA[restore]]></category>

		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/backup-cisco-router-ios-to-tftp-server/</guid>
		<description><![CDATA[Backup Cisco IOS to TFTP server and you can restore it later when your IOS damage.
Requirement:
- PC with TFTP Server (IP Address 192.168.1.1)
- Network connection to Cisco Router
Router&#62;
Router&#62;enable
 Password:
Router#copy flash tftp
Source filename []? d2600.bin
Address or name of remote host []? 192.168.1.1
Destination filename [d2600.bin]? backup_d2600.bin
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3289170 bytes copied in 47.668 secs (69982 bytes/sec)
Router#
Finish
]]></description>
			<content:encoded><![CDATA[<p>Backup Cisco IOS to TFTP server and you can restore it later when your IOS damage.</p>
<p>Requirement:<br />
- PC with TFTP Server (IP Address 192.168.1.1)<br />
- Network connection to Cisco Router</p>
<p>Router&gt;<br />
Router&gt;enable<br />
 Password:<br />
Router#copy flash tftp<br />
Source filename []? d2600.bin<br />
Address or name of remote host []? 192.168.1.1<br />
Destination filename [d2600.bin]? backup_d2600.bin<br />
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
3289170 bytes copied in 47.668 secs (69982 bytes/sec)<br />
Router#</p>
<p>Finish</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=Z1V1w8"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=Z1V1w8" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/backup-cisco-router-ios-to-tftp-server/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/backup-cisco-router-ios-to-tftp-server/</feedburner:origLink></item>
		<item>
		<title>ISDN PPP Dialup as WAN Connection</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/215123775/</link>
		<comments>http://ciscogeek.org/isdn-ppp-dialup-as-wan-connection/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 17:22:01 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[dialup]]></category>

		<category><![CDATA[isdn]]></category>

		<category><![CDATA[multilink]]></category>

		<category><![CDATA[ppp]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=47</guid>
		<description><![CDATA[We will create a WAN connection over ISDN multilink dialup.
An ISDN have two channel 128kbps. We will dial a channel first and then dial last one once bandwidth usage reach 128kbs. In this sample config isdn type is basic-net3, call your telco company to make sure your isdn type. Idle-timeout is 60sec.
Requirement
- Cisco router with [...]]]></description>
			<content:encoded><![CDATA[<p>We will create a WAN connection over ISDN multilink dialup.<br />
An ISDN have two channel 128kbps. We will dial a channel first and then dial last one once bandwidth usage reach 128kbs. In this sample config isdn type is basic-net3, call your telco company to make sure your isdn type. Idle-timeout is 60sec.</p>
<p>Requirement<br />
- Cisco router with ISDN BRI interface<br />
- ISDN line each site<br />
- ISDN NT1</p>
<p>Hostname RouterA<br />
!<br />
enable secret ciscopass<br />
!<br />
username isdnpppuser password 7 isdnppppass<br />
ip subnet-zero<br />
!<br />
isdn switch-type basic-net3<br />
!<br />
interface FastEthernet0<br />
 ip address 192.168.1.254 255.255.255.0<br />
 no shutdown<br />
!<br />
interface BRI0<br />
 ip address 10.1.1.1 255.255.255.252<br />
 encapsulation ppp<br />
 dialer idle-timeout 60<br />
 dialer map ip 10.1.1.2 name isdnpppuser 123456789 &lt;= remote isdn number<br />
 dialer load-threshold 128 either<br />
 dialer-group 1<br />
 isdn switch-type basic-net3<br />
 random-detect<br />
 ppp authentication chap<br />
 ppp multilink<br />
!<br />
ip classless<br />
ip route 0.0.0.0 0.0.0.0 10.1.1.2<br />
!<br />
access-list 101 deny ip any host 255.255.255.255<br />
access-list 101 permit any any<br />
!<br />
dialer-list 1 protocol ip list 101<br />
!<br />
line con 0<br />
 exec-timeout 0 0<br />
!<br />
end</p>
<p>===</p>
<p>Hostname RouterB<br />
!<br />
enable secret ciscopass<br />
!<br />
username isdnpppuser password 7 isdnppppass<br />
ip subnet-zero<br />
!<br />
isdn switch-type basic-net3<br />
!<br />
interface FastEthernet0<br />
 ip address 192.168.2.254 255.255.255.0<br />
 no shutdown<br />
!<br />
interface BRI0<br />
 ip address 10.1.1.2 255.255.255.252<br />
 encapsulation ppp<br />
 dialer idle-timeout 60<br />
 dialer map ip 10.1.1.1 name isdnpppuser 987654321 &lt;= remote isdn number<br />
 dialer load-threshold 128 either<br />
 dialer-group 1<br />
 isdn switch-type basic-net3<br />
 random-detect<br />
 ppp authentication chap<br />
 ppp multilink<br />
!<br />
ip classless<br />
ip route 0.0.0.0 0.0.0.0 10.1.1.2<br />
!<br />
access-list 101 deny ip any host 255.255.255.255<br />
access-list 101 permit any any<br />
!<br />
dialer-list 1 protocol ip list 101<br />
!<br />
line con 0<br />
 exec-timeout 0 0<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=XU4gVp"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=XU4gVp" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/isdn-ppp-dialup-as-wan-connection/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/isdn-ppp-dialup-as-wan-connection/</feedburner:origLink></item>
		<item>
		<title>Activate ASDM as GUI Interface for Cisco ASA/PIX Firewall</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/215123776/</link>
		<comments>http://ciscogeek.org/activate-asdm-as-gui-interface-for-cisco-asapix-firewall/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 15:44:34 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Firewall]]></category>

		<category><![CDATA[asa]]></category>

		<category><![CDATA[asdm]]></category>

		<category><![CDATA[gui]]></category>

		<category><![CDATA[pix]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=45</guid>
		<description><![CDATA[pixfirewall&#62; enable
Password:
pixfirewall# configure terminal
pixfirewall(Config)# interface ethernet1
pixfirewall(Config-if)# nameif inside
pixfirewall(Config-if)# ip address 192.168.1.1 255.255.255.0
pixfirewall(Config-if)# no shutdown
pixfirewall(Config-if)#
Activate ASDM and enable http server.
pixfirewall(Config)# asdm image flash:/asdm.bin.
pixfirewall(Config)# http server enable.
Open a connection for your PC. Example your pc IP address is 192.168.1.2
pixfirewall(Config)# http 192.168.1.2 255.255.255.255 inside
Make sure all your config running properly.
pixfirewall(Config)# show running http
http server enabled
http 192.168.1.2 255.255.255.255 inside
pixfirewall(Config)#
Now [...]]]></description>
			<content:encoded><![CDATA[<p>pixfirewall&gt; enable<br />
Password:<br />
pixfirewall# configure terminal<br />
pixfirewall(Config)# interface ethernet1<br />
pixfirewall(Config-if)# nameif inside<br />
pixfirewall(Config-if)# ip address 192.168.1.1 255.255.255.0<br />
pixfirewall(Config-if)# no shutdown<br />
pixfirewall(Config-if)#</p>
<p><em>Activate ASDM and enable http server.</em></p>
<p>pixfirewall(Config)# asdm image flash:/asdm.bin.<br />
pixfirewall(Config)# http server enable.</p>
<p><em>Open a connection for your PC. Example your pc IP address is 192.168.1.2</em></p>
<p>pixfirewall(Config)# http 192.168.1.2 255.255.255.255 inside</p>
<p><em>Make sure all your config running properly.</em></p>
<p>pixfirewall(Config)# show running http<br />
http server enabled<br />
http 192.168.1.2 255.255.255.255 inside<br />
pixfirewall(Config)#</p>
<p><em>Now your Cisco ASA/PIX can be access from your PC.<br />
Make sure your PC and Firewall has connected and open your web browser then enter this address</em> <a href="https://192.168.1.1/admin">https://192.168.1.1/admin</a></p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=qDNuKn"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=qDNuKn" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/activate-asdm-as-gui-interface-for-cisco-asapix-firewall/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/activate-asdm-as-gui-interface-for-cisco-asapix-firewall/</feedburner:origLink></item>
		<item>
		<title>Setup IP Address On An Interface</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/215123777/</link>
		<comments>http://ciscogeek.org/setup-ip-address-on-an-interface/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 15:24:53 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[interface]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[ip address]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=44</guid>
		<description><![CDATA[After successfull login as priviledge mode, follow this command to assign an IP address to related interface:
Router&#62;enable
Password:
Router#config terminal
Router(config)#
For Fast Ethernet 0
Router(config)#interface Fast 0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
And for Serial 0
Router(config)#interface Serial 0
Router(config-if)#ip address 10.11.12.1 255.255.255.252
Yes, finish. Don&#8217;t forget to save your config.
Don&#8217;t know how to do it? see below.
Router(config-if)#Ctrl-Z
Router#copy running start
Press enter if your router ask some question [...]]]></description>
			<content:encoded><![CDATA[<p>After successfull login as priviledge mode, follow this command to assign an IP address to related interface:</p>
<p>Router&gt;enable<br />
Password:<br />
Router#config terminal<br />
Router(config)#</p>
<p><em>For Fast Ethernet 0</em></p>
<p>Router(config)#interface Fast 0<br />
Router(config-if)#ip address 192.168.1.1 255.255.255.0</p>
<p><em>And for Serial 0</em></p>
<p>Router(config)#interface Serial 0<br />
Router(config-if)#ip address 10.11.12.1 255.255.255.252</p>
<p><em>Yes, finish. Don&#8217;t forget to save your config.<br />
Don&#8217;t know how to do it? see below.</em></p>
<p>Router(config-if)#Ctrl-Z<br />
Router#copy running start</p>
<p><em>Press enter if your router ask some question <img src='http://ciscogeek.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</em>Finish.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=PzZgaH"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=PzZgaH" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/setup-ip-address-on-an-interface/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/setup-ip-address-on-an-interface/</feedburner:origLink></item>
		<item>
		<title>Create Cisco VPN Tunnel over Internet</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/210799974/</link>
		<comments>http://ciscogeek.org/create-vpn-over-internet/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 01:49:51 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[tunnel]]></category>

		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/create-vpn-over-internet/</guid>
		<description><![CDATA[We will create VPN tunnel for connection from SiteA to SIteB over internet connection.


Requirement:

Internet connection each sites.
2 Cisco router with 1 LAN interface (Ethernet) and 1 WAN interface (Serial).
IOS with IPSec.
IP address plan each site network, eg. SIteA 192.168.1.0/24 and SiteB 192.168.2.0/24
Public IP each site that assigned by your ISP, eg. SiteA 10.10.10.1 and SiteB [...]]]></description>
			<content:encoded><![CDATA[<p><a title="vpn.gif" href="http://ciscogeek.org/wp-content/uploads/2008/01/vpn.gif"></a><a title="VPN Network" href="http://ciscogeek.org/wp-content/uploads/2008/01/vpn1.gif"></a>We will create VPN tunnel for connection from SiteA to SIteB over internet connection.</p>
<p><a title="VPN Network" href="http://ciscogeek.org/wp-content/uploads/2008/01/vpn1.gif"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/vpn1.gif" alt="VPN Network" /></a></p>
<p><a title="vpn.gif" href="http://ciscogeek.org/wp-content/uploads/2008/01/vpn.gif"></a></p>
<p>Requirement:</p>
<ul>
<li>Internet connection each sites.</li>
<li>2 Cisco router with 1 LAN interface (Ethernet) and 1 WAN interface (Serial).</li>
<li>IOS with IPSec.</li>
<li>IP address plan each site network, eg. SIteA 192.168.1.0/24 and SiteB 192.168.2.0/24</li>
<li>Public IP each site that assigned by your ISP, eg. SiteA 10.10.10.1 and SiteB 11.11.11.1</li>
</ul>
<p><strong><br />
SITE A</strong></p>
<p>hostname RouterA<br />
!<br />
enable password 123<br />
!<br />
crypto isakmp enable<br />
crypto isakmp identity address<br />
!<br />
crypto isakmp policy 1<br />
encryption des<br />
hash md5<br />
authentication pre-share<br />
group 1<br />
lifetime 86400<br />
crypto isakmp key secretkey address 11.11.11.1<br />
!<br />
crypto ipsec transform-set cm-transformset-1 ah-md5-hmac esp-des esp-md5-hmac<br />
crypto map cm-cryptomap local-address Serial 0<br />
!<br />
crypto map cm-cryptomap 1 ipsec-isakmp<br />
match address 100<br />
set peer 11.11.11.1<br />
set transform-set cm-transformset-1<br />
set security-association lifetime seconds 3600<br />
set security-association lifetime kilobytes 4608000<br />
!<br />
interface FastEthernet 0<br />
description connected to EthernetLAN<br />
ip address 192.168.1.1 255.255.255.0<br />
!<br />
interface Serial 0<br />
description connected to Internet<br />
crypto map cm-cryptomap<br />
ip address 10.10.10.1 255.255.255.252<br />
!<br />
no access-list 100<br />
access-list 100 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255<br />
!<br />
ip route 0.0.0.0 0.0.0.0 Serial 0<br />
!<br />
line console 0<br />
exec-timeout 0 0<br />
password 123<br />
login<br />
!<br />
line vty 0 4<br />
password 123<br />
login<br />
!<br />
end<br />
===</p>
<p><strong>SITE B</strong></p>
<p>hostname RouterB<br />
!<br />
enable password 123<br />
!<br />
crypto isakmp enable<br />
crypto isakmp identity address<br />
!<br />
crypto isakmp policy 1<br />
encryption des<br />
hash md5<br />
authentication pre-share<br />
group 1<br />
lifetime 86400<br />
crypto isakmp key secretkey address 10.10.10.1<br />
!<br />
crypto ipsec transform-set cm-transformset-1 ah-md5-hmac esp-des esp-md5-hmac<br />
crypto map cm-cryptomap local-address Serial 0<br />
!<br />
crypto map cm-cryptomap 1 ipsec-isakmp<br />
match address 100<br />
set peer 10.10.10.1<br />
set transform-set cm-transformset-1<br />
set security-association lifetime seconds 3600<br />
set security-association lifetime kilobytes 4608000<br />
!<br />
interface FastEthernet 0<br />
description connected to EthernetLAN_1<br />
ip address 192.168.2.1 255.255.255.0<br />
!<br />
interface Serial 0<br />
description connected to Internet<br />
crypto map cm-cryptomap<br />
ip address 11.11.11.1 255.255.255.252<br />
!<br />
no access-list 100<br />
access-list 100 permit ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255<br />
!<br />
ip route 0.0.0.0 0.0.0.0 Serial 0<br />
!<br />
line console 0<br />
exec-timeout 0 0<br />
password 123<br />
login<br />
!<br />
line vty 0 4<br />
password 123<br />
login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=gdcD7f"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=gdcD7f" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/create-vpn-over-internet/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/create-vpn-over-internet/</feedburner:origLink></item>
		<item>
		<title>Running VOIP on Cisco Router</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/210799975/</link>
		<comments>http://ciscogeek.org/running-voip-on-cisco-router/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 01:32:10 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Telephony]]></category>

		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/running-voip-on-cisco-router/</guid>
		<description><![CDATA[In this sample config we will create a voip communication over cisco router.

Requirement:
- 2 units Cisco router with 1 VIC2FXS and 1 WAN interface
- WAN link
- 1 Analog Phone Handset (2 wire) each site
- IOS voice support
- Phone numbering plan, eg. 1001 and 2001
SITE A
hostname RouterA
!
enable password 123
!
interface FastEthernet 0
 no description
 no ip address
 shutdown
!
interface Serial 0
 no shutdown
 description [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Cisco VOIP" href="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif"></a>In this sample config we will create a voip communication over cisco router.</p>
<p><a title="Cisco VOIP" href="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif" alt="Cisco VOIP" /></a></p>
<p>Requirement:<br />
- 2 units Cisco router with 1 VIC2FXS and 1 WAN interface<br />
- WAN link<br />
- 1 Analog Phone Handset (2 wire) each site<br />
- IOS voice support<br />
- Phone numbering plan, eg. 1001 and 2001</p>
<p><strong>SITE A</strong></p>
<p>hostname RouterA<br />
!<br />
enable password 123<br />
!<br />
interface FastEthernet 0<br />
 no description<br />
 no ip address<br />
 shutdown<br />
!<br />
interface Serial 0<br />
 no shutdown<br />
 description connected to RouterB<br />
 ip address 10.10.10.1 255.255.255.252<br />
 encapsulation hdlc<br />
 ip rtp header-compression<br />
!<br />
voice-port 1/0<br />
 no shutdown<br />
 description connected to Phone (1001)<br />
 comfort-noise<br />
 cptone US<br />
 signal loopStart<br />
!<br />
voice-port 1/1<br />
 no shutdown<br />
 no description<br />
!<br />
dial-peer voice 1 pots<br />
 port 1/0<br />
 destination-pattern 1001<br />
!<br />
dial-peer voice 3 voip<br />
 codec g729r8<br />
 ip precedence 5<br />
 session target ipv4:10.10.10.2<br />
 vad<br />
 destination-pattern 2001<br />
!<br />
ip route 0.0.0.0 0.0.0.0 10.10.10.2<br />
!<br />
line console 0<br />
 exec-timeout 0 0<br />
 password 123<br />
 login<br />
!<br />
line vty 0 4<br />
 password 123<br />
 login<br />
!<br />
end</p>
<p>===</p>
<p><strong>SITE B</strong></p>
<p>hostname RouterB<br />
!<br />
enable password 123<br />
!<br />
interface FastEthernet 0<br />
 no description<br />
 no ip address<br />
 shutdown<br />
!<br />
interface Serial 0<br />
 no shutdown<br />
 description connected to RouterA<br />
 ip address 10.10.10.2 255.255.255.252<br />
 encapsulation hdlc<br />
 ip rtp header-compression<br />
!<br />
voice-port 1/0<br />
 no shutdown<br />
 description connected to Phone_1 (2001)<br />
 comfort-noise<br />
 cptone US<br />
 signal loopStart<br />
!<br />
voice-port 1/1<br />
 no shutdown<br />
 no description<br />
!<br />
dial-peer voice 1 pots<br />
 port 1/0<br />
 destination-pattern 2001<br />
!<br />
dial-peer voice 3 voip<br />
 codec g729r8<br />
 ip precedence 5<br />
 session target ipv4:10.10.10.1<br />
 vad<br />
 destination-pattern 1001<br />
!<br />
ip route 0.0.0.0 0.0.0.0 10.10.10.1<br />
!<br />
line console 0<br />
 exec-timeout 0 0<br />
 password 123<br />
 login<br />
!<br />
line vty 0 4<br />
 password 123<br />
 login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=YEzpAq"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=YEzpAq" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/running-voip-on-cisco-router/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/running-voip-on-cisco-router/</feedburner:origLink></item>
		<item>
		<title>Secure Internet Connection Behind NAT (Network Address Translation) Router</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/210799976/</link>
		<comments>http://ciscogeek.org/internet-connection-behind-nat-network-address-translation-router/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 01:08:31 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[nat]]></category>

		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/internet-connection-behind-nat-network-address-translation-router/</guid>
		<description><![CDATA[You can connect to internet securely behind NATed router as firewall.
Requirement:
- Cisco Router with 1 LAN Interface (Ethernet) and 1 WAN Interface (Serial).
- Internet connection.
hostname InternetRouter
!
enable password 123
!
no ip name-server
!
interface Ethernet 0
 description connected to EthernetLAN
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
!
interface Serial 0
 description connected to Internet
 ip address 123.123.123.1 255.255.255.252
 ip nat outside
!
no access-list 1
access-list 1 permit 192.168.1.0 [...]]]></description>
			<content:encoded><![CDATA[<p>You can connect to internet securely behind NATed router as firewall.</p>
<p>Requirement:<br />
- Cisco Router with 1 LAN Interface (Ethernet) and 1 WAN Interface (Serial).<br />
- Internet connection.</p>
<p>hostname InternetRouter<br />
!<br />
enable password 123<br />
!<br />
no ip name-server<br />
!<br />
interface Ethernet 0<br />
 description connected to EthernetLAN<br />
 ip address 192.168.1.1 255.255.255.0<br />
 ip nat inside<br />
!<br />
interface Serial 0<br />
 description connected to Internet<br />
 ip address 123.123.123.1 255.255.255.252<br />
 ip nat outside<br />
!<br />
no access-list 1<br />
access-list 1 permit 192.168.1.0 0.0.0.255<br />
!<br />
ip nat translation timeout 86400<br />
ip nat translation tcp-timeout 86400<br />
ip nat translation udp-timeout 300<br />
ip nat translation dns-timeout 60<br />
ip nat translation finrst-timeout 60<br />
ip nat inside source list 1 interface Serial 0 overload<br />
!<br />
ip route 0.0.0.0 0.0.0.0 Serial 0<br />
!<br />
line console 0<br />
 exec-timeout 0 0<br />
 password 123<br />
 login<br />
!<br />
line vty 0 4<br />
 password 123<br />
 login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=ZGpHRm"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=ZGpHRm" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/internet-connection-behind-nat-network-address-translation-router/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/internet-connection-behind-nat-network-address-translation-router/</feedburner:origLink></item>
		<item>
		<title>Cisco Configmaker</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027703/</link>
		<comments>http://ciscogeek.org/cisco-configmaker/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 18:01:28 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[config]]></category>

		<category><![CDATA[configmaker]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/cisco-configmaker/</guid>
		<description><![CDATA[This is an old software that can generate configuration for low and medium cisco product. If you are a beginer, you will love it. All simple config can be generated easily with drag and drop style.

Download here:
Old windows platform click here.
Windows XP platform click here.
]]></description>
			<content:encoded><![CDATA[<p><a title="Cisco Configmaker" href="http://ciscogeek.org/wp-content/uploads/2008/01/configmaker.jpg"></a>This is an old software that can generate configuration for low and medium cisco product. If you are a beginer, you will love it. All simple config can be generated easily with drag and drop style.</p>
<p><a title="Cisco Configmaker" href="http://ciscogeek.org/wp-content/uploads/2008/01/configmaker.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/configmaker.jpg" alt="Cisco Configmaker" /></a></p>
<p>Download here:<br />
Old windows platform click here.<br />
Windows XP platform click here.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=kS6u3W"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=kS6u3W" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cisco-configmaker/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cisco-configmaker/</feedburner:origLink></item>
		<item>
		<title>Cisco Basic Command</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027704/</link>
		<comments>http://ciscogeek.org/cisco-basic-command/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 14:37:22 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[basic]]></category>

		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/cisco-basic-command/</guid>
		<description><![CDATA[enable
Enables higher privilege level access, such as privileged EXEC mode.
At this level you can configure your cisco device without restriction.
Prompt will change from &#62; to #
Example:
Router&#62; enable
Password: [type password and enter]
Router#
disable or exit
Log out from privileged EXEC mode and go to user mode.
Example:
Router# exit
Router&#62;
show running config
Display running configuration.
Example:
Router# show running config
show startup config
Display saved config [...]]]></description>
			<content:encoded><![CDATA[<p><strong>enable<br />
</strong>Enables higher privilege level access, such as privileged EXEC mode.<br />
At this level you can configure your cisco device without restriction.<br />
Prompt will change from &gt; to #</p>
<p>Example:<br />
Router&gt; enable<br />
Password: [type password and enter]<br />
Router#</p>
<p><strong>disable </strong>or <strong>exit<br />
</strong>Log out from privileged EXEC mode and go to user mode.</p>
<p>Example:<br />
Router# exit<br />
Router&gt;</p>
<p><strong>show running config</strong><br />
Display running configuration.</p>
<p>Example:<br />
Router# show running config</p>
<p><strong>show startup config<br />
</strong>Display saved config that load every time cisco startup.</p>
<p>Example:<br />
Router# show startup config</p>
<p><strong>enable secret</strong> <em>new password</em><br />
Create new password to access privileged EXEC mode.</p>
<p>Example:<br />
Router# enable secret mysecretword</p>
<p><strong>configure terminal<br />
</strong>Change to Global config mode.<br />
In this mode you can configure entire interface.</p>
<p>Example:<br />
Router# configure terminal<br />
Router(config)#</p>
<p><strong>interface</strong> <em>interface name and number</em><br />
Go to interface setup.</p>
<p>Example:<br />
Router(config)# interface fast 0<br />
Router(config-if)#</p>
<p><strong>ip address</strong> <em>ip_number musk_number</em><br />
Assign an ip address to related interface.</p>
<p>Example:<br />
Router(config-if)#ip address 192.168.10.1 255.255.255.0<br />
Router(config-if)#</p>
<p><strong>no shutdown</strong><br />
Activate related interface.</p>
<p>Example:<br />
Router(config-if)#no shutdown<br />
[message of interface change status appear]</p>
<p><strong>ip route</strong> <em>remote_network musk_filter ip_wan_interface_remote_router</em><br />
Create a static routing. This coomand assign at Global config mode.</p>
<p>Router(config-if)#exit<br />
Router(config)# ip route 192.168.100.0 255.255.255.0 10.10.10.2</p>
<p><strong>copy running start<br />
</strong>Saved existing configuration to flash memory.</p>
<p>Router(config)#copy run start<br />
[answer yes for the question]</p>
<p><strong>?<br />
</strong>Display all related command. Please do some experiment with this command.</p>
<p>Example:<br />
Router&gt;?<br />
or<br />
Router#?<br />
or<br />
Router#show ?<br />
or<br />
Router#configure ?</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=Fljdks"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=Fljdks" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cisco-basic-command/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cisco-basic-command/</feedburner:origLink></item>
		<item>
		<title>Console Cable</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027705/</link>
		<comments>http://ciscogeek.org/console-cable/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 07:55:40 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[cable]]></category>

		<category><![CDATA[console]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/console-cable/</guid>
		<description><![CDATA[Console cable usually shipped with cisco device. This cable pluged to PC serial port (RS232 connector) and Cisco console port (RJ45 connector).

Or
 + 
No additional accessories needed, with this cable your cisco console can be access and appear in your PC/Windows Hyper Terminal.
]]></description>
			<content:encoded><![CDATA[<p><a title="cableconsole.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/cableconsole.gif"></a><a title="rj45todb9cable.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/rj45todb9cable.gif"></a><a title="cableconsole.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/cableconsole.gif"></a><a title="db9converter.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/db9converter.gif"></a>Console cable usually shipped with cisco device. This cable pluged to PC serial port (RS232 connector) and Cisco console port (RJ45 connector).</p>
<p><a title="rj45todb9cable.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/rj45todb9cable.gif"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/rj45todb9cable.gif" alt="rj45todb9cable.gif" /></a></p>
<p>Or</p>
<p><a title="cableconsole.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/cableconsole.gif"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/cableconsole.gif" alt="cableconsole.gif" /></a> + <a title="db9converter.gif" href="http://ciscogeek.org/wp-content/uploads/2007/12/db9converter.gif"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/db9converter.gif" alt="db9converter.gif" /></a></p>
<p>No additional accessories needed, with this cable your cisco console can be access and appear in your <a href="http://ciscogeek.org/setup-windows-hyper-terminal-to-access-routerfirewall-console/">PC/Windows Hyper Terminal</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=wtqB1H"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=wtqB1H" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/console-cable/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/console-cable/</feedburner:origLink></item>
		<item>
		<title>Cisco Password Recovery Procedures</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027706/</link>
		<comments>http://ciscogeek.org/password-recovery-procedures/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 16:24:22 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[password]]></category>

		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/password-recovery-procedures/</guid>
		<description><![CDATA[Requirement:
- Windows Hyper Terminal connection to console port. 
Cisco 806, 826, 827, 828, 831, 836 and 837 Series Routers

Use the power switch in order to turn off the router, and then turn the router back on.
Press Break or Ctrl-Break on the terminal keyboard within 60 seconds of power up in order to put the router into [...]]]></description>
			<content:encoded><![CDATA[<p>Requirement:<br />
- Windows Hyper Terminal connection to console port.<strong> </strong></p>
<p><strong>Cisco 806, 826, 827, 828, 831, 836 and 837 Series Routers</strong></p>
<ul>
<li>Use the power switch in order to turn off the router, and then turn the router back on.</li>
<li>Press Break or Ctrl-Break on the terminal keyboard within 60 seconds of power up in order to put the router into ROMMON.</li>
<li>boot#set ios-conf = 142</li>
<li>boot#boot<br />
<em>The router reboots, but ignores the saved configuration.</em><br />
<em>Type no after each setup question.</em></li>
<li>Router&gt;enable<br />
<em>Once the Router# prompt appears, you are in enable mode.</em></li>
<li>Router#copy startup-config running-config</li>
<li>hostname#configure terminal</li>
<li>hostname(config)#enable secret <strong>your_new_password_here</strong><br />
<em>Issue the no shutdown command on every interface that you use.</em></li>
<li>hostname(config)#config-register 0&#215;2102</li>
<li>hostname(config)#end</li>
<li>hostname#copy running-config startup-config</li>
<li>hostname#reload</li>
</ul>
<p><strong>Cisco SOHO 76, 77, 78, 91, 96, and 97 Routers.<br />
Cisco 801, 802, 803, 804, 805, 811, and 813 Series Routers.<br />
Cisco 1700, 1800, 2600, 2800, 3600, 3700, 3800 Series Routers.<br />
Cisco 7100, 7200, 7500, 12000 Series Router.</strong></p>
<ul>
<li>Use the power switch in order to turn off the router, and then turn the router back on.</li>
<li>Press Break or Ctrl-Break on the terminal keyboard within 60 seconds of power up in order to put the router into ROMMON.</li>
<li>rommon 1&gt;confreg 0&#215;2142<br />
<em>This step bypasses the startup configuration where the passwords are stored.</em></li>
<li>rommon 2&gt;reset<br />
<em>Type no after each setup question.</em></li>
<li>Router&gt;enable<br />
<em>You are in enable mode and should see the Router# prompt.</em></li>
<li>Router#copy startup-config running-config </li>
<li>Router#configure terminal</li>
<li>hostname(config)#enable secret <strong>your_new_password_here</strong><br />
<em>Issue the no shutdown command on every interface that you use.</em></li>
<li>hostname(config)#config-register 0&#215;2102</li>
<li>hostname(config)#end</li>
<li>hostname#copy running-config startup-config</li>
<li>hostname#reload</li>
</ul>
<p><strong>Cisco 2000, 2500, 3000, 4000, AccessPro, 7000(RP), AGS+, IGS, STS-10X AS</strong></p>
<ul>
<li>Use the power switch in order to turn off the router, and then turn the router back on.</li>
<li>Press Break or Ctrl-Break on the terminal keyboard within 60 seconds of power up in order to put the router into ROMMON.</li>
<li>&gt;o/r 0&#215;2142<br />
<em>Press Enter at Prompt.<br />
The router reboots, but ignores the saved configuration.<br />
Type no after each setup question.</em></li>
<li>Router&gt;enable<br />
<em>Once the Router# prompt appears, you are in enable mode.</em></li>
<li>Router#copy startup-config running-config </li>
<li>Router#configure terminal</li>
<li>hostname(config)#enable secret <strong>your_new_password_here</strong><br />
<em>Issue the no shutdown command on every interface that you use.</em></li>
<li>hostname(config)#config-register 0&#215;2102</li>
<li>hostname(config)#Ctrl-Z</li>
<li>hostname#copy running-config startup-config</li>
<li>hostname#reload</li>
</ul>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=3NXlm4"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=3NXlm4" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/password-recovery-procedures/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/password-recovery-procedures/</feedburner:origLink></item>
		<item>
		<title>Cisco Router Dial On-Demand using Analog Modem</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027707/</link>
		<comments>http://ciscogeek.org/cisco-router-dial-on-demand-using-analog-modem/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 15:42:11 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[analog]]></category>

		<category><![CDATA[dial]]></category>

		<category><![CDATA[modem]]></category>

		<category><![CDATA[on-demand]]></category>

		<category><![CDATA[ondemand]]></category>

		<category><![CDATA[ppp]]></category>

		<category><![CDATA[pstn]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/cisco-router-dial-on-demand-using-analog-modem/</guid>
		<description><![CDATA[This connection use an analog modem over PSTN line as WAN link. A connection will created automatically when one of site need a communication to remote site. And disconnect automatically once meet idle times. This connection will reapeat every times communication inter site needed. Each site can initiate/create dialup connection.

Requirement:
- Cisco router with serial interface (support [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Dial On-Demand" href="http://ciscogeek.org/wp-content/uploads/2008/01/dialondemand1.gif"></a>This connection use an analog modem over PSTN line as WAN link. A connection will created automatically when one of site need a communication to remote site. And disconnect automatically once meet idle times. This connection will reapeat every times communication inter site needed. Each site can initiate/create dialup connection.</p>
<p><a title="Dial On-Demand" href="http://ciscogeek.org/wp-content/uploads/2008/01/dialondemand1.gif"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/dialondemand1.gif" alt="Dial On-Demand" /></a></p>
<p>Requirement:<br />
- Cisco router with serial interface (support async mode).<br />
- Analog modem (RS232 interface).<br />
- Serial cable (DB60 to RS232).<br />
- PSTN line.</p>
<p><strong>ROUTER A</strong></p>
<p>hostname Router-A<br />
!<br />
enable password cisco<br />
!<br />
username ciscouser1 password ciscopass<br />
!<br />
chat-script dial “” “atdtT” TIMEOUT 60 CONNECT c<br />
!<br />
interface Ethernet 0<br />
 ip address 10.0.33.250 255.255.255.0<br />
!<br />
interface Serial 0 <em><span style="color: #0000ff;">&lt;= plug modem here</span></em><br />
 physical-layer async<br />
 ip address 10.0.253.30 255.255.255.252<br />
 encapsulation ppp<br />
 async dynamic address<br />
 async dynamic routing<br />
 async mode dedicated<br />
 dialer in-band<br />
 dialer idle-timeout 60<br />
 dialer wait-for-carrier-time 200<br />
 dialer map ip 10.0.253.29 name ciscouser1 modem-script dial +10218560620 <span style="color: #0000ff;"><em>&lt;= remote number</em></span><br />
 dialer-group 1<br />
 peer default ip address 10.0.253.29<br />
 ppp authentication chap pap<br />
!<br />
router eigrp 1<br />
 network 10.0.0.0<br />
!<br />
no ip classless<br />
ip route 10.0.2.0 255.255.255.0 10.0.253.29 150<br />
access-list 103 deny eigrp any host 255.255.255.255<br />
access-list 103 permit ip any any<br />
dialer-list 1 protocol ip list 103<br />
!<br />
line con 0<br />
 line 2<br />
 exec-timeout 0 0<br />
 modem InOut<br />
 modem autoconfigure discovery<br />
 speed 115200<br />
 flowcontrol hardware<br />
!<br />
line vty 0 4<br />
 password cisco<br />
 login<br />
!<br />
end</p>
<p>===</p>
<p><strong>ROUTER B</strong></p>
<p>hostname Router-B<br />
!<br />
enable password cisco<br />
!<br />
username ciscouser2 password ciscopass<br />
chat-script dial “” “atdtT” TIMEOUT 60 CONNECT c<br />
!<br />
interface Ethernet 0<br />
 ip address 10.0.2.251 255.255.255.0<br />
!<br />
interface Serial 0 <em><span style="color: #0000ff;">&lt;= plug modem here</span></em><br />
 physical-layer async<br />
 ip address 10.0.253.29 255.255.255.252<br />
 encapsulation ppp<br />
 async dynamic address<br />
 async dynamic routing<br />
 async mode dedicated<br />
 dialer in-band<br />
 dialer idle-timeout 60<br />
 dialer wait-for-carrier-time 200<br />
 dialer map ip 10.0.253.30 name ciscouser1 modem-script dial +10218195240 <em><span style="color: #0000ff;">&lt;= remote number</span></em><br />
 dialer-group 1<br />
 peer default ip address 10.0.253.30<br />
 ppp authentication chap pap<br />
!<br />
router eigrp 1<br />
 network 10.0.0.0<br />
!<br />
no ip classless<br />
ip route 10.0.33.0 255.255.255.0 10.0.253.30 150<br />
access-list 103 deny eigrp any host 255.255.255.255<br />
access-list 103 permit ip any any<br />
dialer-list 1 protocol ip list 103<br />
!<br />
line con 0<br />
 line 2<br />
 exec-timeout 0 0<br />
 modem InOut<br />
 modem autoconfigure discovery<br />
 speed 115200<br />
 flowcontrol hardware<br />
!<br />
line vty 0 4<br />
 password cisco<br />
 login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=rAsgqd"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=rAsgqd" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cisco-router-dial-on-demand-using-analog-modem/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cisco-router-dial-on-demand-using-analog-modem/</feedburner:origLink></item>
		<item>
		<title>Cisco Router Simulator</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027708/</link>
		<comments>http://ciscogeek.org/cisco-simulator/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 09:22:05 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=12</guid>
		<description><![CDATA[Cisco router simulator is a software installed in your pc act as a router or switch like a real cisco device. You can setup several devices to create virtual LAN, WAN, VPN or Internet connection. Here you don&#8217;t need setup a hyper terminal to connect to your virtual devices ofcourse.


Below links to cisco simulator vendor,
   Commercial (demo available):
   - [...]]]></description>
			<content:encoded><![CDATA[<p><a title="routersim3.jpg" href="http://ciscogeek.org/wp-content/uploads/2007/12/routersim3.jpg"></a><a title="riutersim1.jpg" href="http://ciscogeek.org/wp-content/uploads/2007/12/riutersim1.jpg"></a>Cisco router simulator is a software installed in your pc act as a router or switch like a real cisco device. You can setup several devices to create virtual LAN, WAN, VPN or Internet connection. Here you don&#8217;t need setup a hyper terminal to connect to your virtual devices ofcourse.</p>
<p><a title="routersim3.jpg" href="http://ciscogeek.org/wp-content/uploads/2007/12/routersim3.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/routersim3.jpg" alt="routersim3.jpg" /></a></p>
<p><a title="riutersim1.jpg" href="http://ciscogeek.org/wp-content/uploads/2007/12/riutersim1.jpg"></a></p>
<p>Below links to cisco simulator vendor,<br />
   Commercial (demo available):<br />
   - <a href="http://www.routersim.com" target="_blank">RouterSim</a><br />
   - <a href="http://networksims.com" target="_blank">NetworkSims</a><br />
   - <a href="http://routersimulator.certexams.com/" target="_blank">CertExams</a><br />
   - <a href="http://www.boson.com/AboutNetSim.html" target="_blank">Boson</a></p>
<p>   Freeware:<br />
   - <a href="http://www.jimboney.com/" target="_blank">JimSim</a></p>
<p>Don&#8217;t forget to visit this link:<br />
   - <a href="http://www.ciscosim.net" target="_blank">Ciscosim</a></p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=0xhrr6"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=0xhrr6" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/cisco-simulator/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/cisco-simulator/</feedburner:origLink></item>
		<item>
		<title>TCP/IP Protocol</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027709/</link>
		<comments>http://ciscogeek.org/tcpip-protocol/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 05:13:46 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[protocol]]></category>

		<category><![CDATA[tcp/ip]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=10</guid>
		<description><![CDATA[Before configure your cisco device, you have to understand well TCP/IP protocol.
This is must and never touch your cisco device without concept of Network ID, Host ID and Network Musk in your brain.
Below is links to some website that can help you to understand the TCP/IP concept. Please go there and never comeback here except you get tcp/ip [...]]]></description>
			<content:encoded><![CDATA[<p>Before configure your cisco device, you have to understand well TCP/IP protocol.<br />
This is must and never touch your cisco device without concept of Network ID, Host ID and Network Musk in your brain.</p>
<p>Below is links to some website that can help you to understand the TCP/IP concept. Please go there and never comeback here except you get tcp/ip concept in you brain <img src='http://ciscogeek.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1. <a href="http://www.tcpipguide.com/free/t_IPBasicAddressStructureandMainComponentsNetworkIDa.htm" target="_blank">Tcpipguide</a><br />
2. <a href="http://en.wikipedia.org/wiki/TCP/IP" target="_blank">Wikipedia</a><br />
3. <a href="http://www.yale.edu/pclt/COMM/TCPIP.HTM" target="_blank">YaleEdu</a></p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=a0Z4u3"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=a0Z4u3" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/tcpip-protocol/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/tcpip-protocol/</feedburner:origLink></item>
		<item>
		<title>Create Load-Balancer with Cisco Router</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027710/</link>
		<comments>http://ciscogeek.org/create-load-balancer-with-cisco-router/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 04:32:12 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Router]]></category>

		<category><![CDATA[balance]]></category>

		<category><![CDATA[load]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=9</guid>
		<description><![CDATA[Requirement:
- Cisco router IP CEF support
- Dual WAN connection
- You understand cisco basic configuration (Go to Beginer Section)
ROUTER-A
hostname Router-A
!
enable password cisco
!
ip cef
!
interface Ethernet 0
ip address 10.10.1.1 255.255.255.0
!
interface Serial0
ip address 10.10.253.1 255.255.255.252
ip load-sharing per-packet
!
interface Serial1
ip address 10.10.253.5 255.255.255.252
ip load-sharing per-packet
!
no ip classless
no ip route-cache
ip route 10.10.2.0 255.255.255.0 Serial0
ip route 10.10.2.0 255.255.255.0 Serial1
!
line con 0
!
line vty 0 [...]]]></description>
			<content:encoded><![CDATA[<p>Requirement:<br />
- Cisco router IP CEF support<br />
- Dual WAN connection<br />
- You understand cisco basic configuration (Go to Beginer Section)</p>
<p><strong>ROUTER-A</strong></p>
<p>hostname Router-A<br />
!<br />
enable password cisco<br />
!<br />
ip cef<br />
!<br />
interface Ethernet 0<br />
ip address 10.10.1.1 255.255.255.0<br />
!<br />
interface Serial0<br />
ip address 10.10.253.1 255.255.255.252<br />
ip load-sharing per-packet<br />
!<br />
interface Serial1<br />
ip address 10.10.253.5 255.255.255.252<br />
ip load-sharing per-packet<br />
!<br />
no ip classless<br />
no ip route-cache<br />
ip route 10.10.2.0 255.255.255.0 Serial0<br />
ip route 10.10.2.0 255.255.255.0 Serial1<br />
!<br />
line con 0<br />
!<br />
line vty 0 4<br />
password cisco<br />
login<br />
!<br />
end</p>
<p>===</p>
<p><strong>ROUTER-B<br />
</strong><br />
hostname Router-B<br />
!<br />
enable password cisco<br />
!<br />
ip cef<br />
!<br />
interface Ethernet 0<br />
ip address 10.10.2.1 255.255.255.0<br />
!<br />
interface Serial0<br />
ip address 10.10.253.2 255.255.255.252<br />
ip load-sharing per-packet<br />
!<br />
interface Serial1<br />
ip address 10.10.253.6 255.255.255.252<br />
ip load-sharing per-packet<br />
!<br />
no ip classless<br />
no ip route-cache<br />
ip route 10.10.1.0 255.255.255.0 Serial0<br />
ip route 10.10.1.0 255.255.255.0 Serial1<br />
!<br />
line con 0<br />
!<br />
line vty 0 4<br />
password cisco<br />
login<br />
!<br />
end</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=p0nywM"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=p0nywM" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/create-load-balancer-with-cisco-router/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/create-load-balancer-with-cisco-router/</feedburner:origLink></item>
		<item>
		<title>Cisco Career Certifications &amp; Paths</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027711/</link>
		<comments>http://ciscogeek.org/career-certifications-paths/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 04:21:25 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[career]]></category>

		<category><![CDATA[certification]]></category>

		<category><![CDATA[certifications]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=8</guid>
		<description><![CDATA[
ROUTING &#38; SWITCHING
Associate: CCNA/CCENT
Professional: CCNP
Expert: CCIE Routing &#38; Switching
DESIGN
Associate: CCNA &#38; CCDA
Professional: CCDP
Expert: CCDE
NETWORK SECURITY
Associate: CCNA
Professional: CCSP
Expert: CCIE Security
STORAGE NETWORKING
Associate: CCNA
Professional: none
Expert: CCIE Storage Networking
VOICE
Associate: CCNA
Professional: CCVP
Expert: CCIE Voice
Source: Cisco website
]]></description>
			<content:encoded><![CDATA[<p><strong><a title="Certification Path" href="http://ciscogeek.org/wp-content/uploads/2008/01/certpath.gif"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/certpath.gif" alt="Certification Path" /></a></strong></p>
<p><strong>ROUTING &amp; SWITCHING<br />
</strong>Associate: CCNA/CCENT<br />
Professional: CCNP<br />
Expert: CCIE Routing &amp; Switching</p>
<p><strong>DESIGN<br />
</strong>Associate: CCNA &amp; CCDA<br />
Professional: CCDP<br />
Expert: CCDE</p>
<p><strong>NETWORK SECURITY<br />
</strong>Associate: CCNA<br />
Professional: CCSP<br />
Expert: CCIE Security</p>
<p><strong>STORAGE NETWORKING</strong><br />
Associate: CCNA<br />
Professional: none<br />
Expert: CCIE Storage Networking</p>
<p><strong>VOICE</strong><br />
Associate: CCNA<br />
Professional: CCVP<br />
Expert: CCIE Voice</p>
<p>Source: <a href="http://www.cisco.com/web/learning/le3/learning_career_certifications_and_learning_paths_home.html" target="_blank">Cisco website</a></p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=KJT0TK"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=KJT0TK" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/career-certifications-paths/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/career-certifications-paths/</feedburner:origLink></item>
		<item>
		<title>Setup Windows Hyper Terminal to Access Cisco Console</title>
		<link>http://feeds.feedburner.com/~r/CiscoConfigurationGuide/~3/209027713/</link>
		<comments>http://ciscogeek.org/setup-windows-hyper-terminal-to-access-routerfirewall-console/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 02:42:59 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
		
		<category><![CDATA[Beginer Here]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[hyper]]></category>

		<category><![CDATA[terminal]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=4</guid>
		<description><![CDATA[From WindowsXP:
Click Start - All Programs - Accessories - Communications - Hyper Terminal
If it does not appear on the list of accessory programs, then go to Add Remove Progran in Control Panle to install Hyper Terminal.
Once Hyper Terminal window open, type in a name for connection name (example: Cisco) then click OK.

Under &#8220;Connect using&#8221; select [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Com1" href="http://ciscogeek.org/wp-content/uploads/2008/01/2.jpg"></a>From WindowsXP:<br />
Click Start - All Programs - Accessories - Communications - Hyper Terminal<br />
If it does not appear on the list of accessory programs, then go to Add Remove Progran in Control Panle to install Hyper Terminal.</p>
<p>Once Hyper Terminal window open, type in a name for connection name (example: Cisco) then click OK.</p>
<p><a title="HT1" href="http://ciscogeek.org/wp-content/uploads/2007/12/1.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/1.jpg" alt="HT1" /></a><a title="HT1" href="http://ciscogeek.org/wp-content/uploads/2007/12/1.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/1.jpg" border="0" alt="HT1" width="1" height="1" /></a><img src="http://ciscogeek.org/wp-admin/" border="0" alt="" width="1" height="1" /></p>
<p>Under &#8220;Connect using&#8221; select &#8220;Com1&#8243; if you use Com1 otherwise select the appropriate com port, then click OK.</p>
<p><a title="Com1" href="http://ciscogeek.org/wp-content/uploads/2008/01/2.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/2.jpg" alt="Com1" /></a></p>
<p><a title="HT2" href="http://ciscogeek.org/wp-content/uploads/2007/12/2.jpg"></a></p>
<p>Next,<br />
Set &#8220;Bits per second&#8221; to 9600<br />
Set &#8220;Data Bits&#8221; to 8<br />
Set &#8220;Parity&#8221; to None<br />
Set &#8220;Stop Bits&#8221; to 1<br />
Set &#8220;Flow control&#8221; to Hardware</p>
<p>Then click OK and Hyper Terminal screen should appear.</p>
<p><a title="HT3" href="http://ciscogeek.org/wp-content/uploads/2007/12/3.jpg"><img src="http://ciscogeek.org/wp-content/uploads/2007/12/3.jpg" alt="HT3" /></a></p>
<p>Note: Sometimes cisco console not apear in your hyper terminal screen, try to push enter twice.</p>
<p>You need a console cable to access your cisco console, <a href="http://ciscogeek.org/console-cable/">click here</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?a=zgluq9"><img src="http://feeds.feedburner.com/~a/CiscoConfigurationGuide?i=zgluq9" border="0"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/setup-windows-hyper-terminal-to-access-routerfirewall-console/feed/</wfw:commentRss>
		<feedburner:origLink>http://ciscogeek.org/setup-windows-hyper-terminal-to-access-routerfirewall-console/</feedburner:origLink></item>
	</channel>
</rss>
