<?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>Tech Blog &#187; basics</title>
	<atom:link href="http://ittrainingexpert.com/category/ccie/basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittrainingexpert.com</link>
	<description>My Tech Journeys</description>
	<lastBuildDate>Wed, 27 Jan 2010 20:18:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to configure interfaces on a router</title>
		<link>http://ittrainingexpert.com/2008/07/how-to-configure-interfaces-on-a-router/</link>
		<comments>http://ittrainingexpert.com/2008/07/how-to-configure-interfaces-on-a-router/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 06:24:37 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[basics]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=23</guid>
		<description><![CDATA[














How to configure interfaces on a router



Ethernet interfaces [ip address and no shut]


WAN interfaces, important to remember the clock rate on DCE ends



show controllers s0/0 is a good way to find out if the end is DCE

ip address,  no shut and clock rate









]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p style="margin-bottom: 0in;"><a href="http://ittrainingexpert.com/wp-content/uploads/2008/07/interface-config.png"><img class="alignnone size-medium wp-image-35" title="interface-config" src="http://ittrainingexpert.com/wp-content/uploads/2008/07/interface-config-300x232.png" alt="" width="484" height="374" /></a></p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">How to configure interfaces on a router</p>
<p><!--adsense--></p>
<ol>
<li>
<p style="margin-bottom: 0in;">Ethernet interfaces [ip address and no shut]</p>
</li>
<li>
<p style="margin-bottom: 0in;">WAN interfaces, important to remember the clock rate on DCE ends</p>
<p><!--adsense--></p>
<ol>
<li>
<p style="margin-bottom: 0in;">show controllers s0/0 is a good way to find out if the end is DCE</p>
</li>
<li>ip address,  no shut and clock rate</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/07/how-to-configure-interfaces-on-a-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Base Cisco IOS commands</title>
		<link>http://ittrainingexpert.com/2008/07/base-ios-commands/</link>
		<comments>http://ittrainingexpert.com/2008/07/base-ios-commands/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 08:19:18 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[basics]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=22</guid>
		<description><![CDATA[

Base Cisco IOS commands
enable
Config t
hostname Router5
enable secret class
enable password cisco
!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
line vty 0 4
password cisco
login
!&#8212;&#8212;&#8212;&#8212;-
line con 0

logging sync !*****very important*******
no exec-time !*****very important*******
password cisco
login
!&#8212;&#8212;&#8212;&#8212;-
line aux 0
password cisco
login
!&#8212;&#8212;&#8212;&#8212;-
no ip domain-lookup


Theses can be copied and pasted to each router you want to configure.
]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p style="margin-bottom: 0in;"><a href="http://ittrainingexpert.com/wp-content/uploads/2008/07/basic-config.png"><img class="alignnone size-medium wp-image-33" title="basic-config" src="http://ittrainingexpert.com/wp-content/uploads/2008/07/basic-config-300x243.png" alt="" width="420" height="352" /></a></p>
<p style="margin-bottom: 0in;">Base Cisco IOS commands</p>
<p style="margin-bottom: 0in;">enable</p>
<p style="margin-bottom: 0in;">Config t</p>
<p style="margin-bottom: 0in;">hostname Router5</p>
<p style="margin-bottom: 0in;">enable secret class</p>
<p style="margin-bottom: 0in;">enable password cisco</p>
<p style="margin-bottom: 0in;">!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin-bottom: 0in;">line vty 0 4</p>
<p style="margin-bottom: 0in;">password cisco</p>
<p style="margin-bottom: 0in;">login</p>
<p style="margin-bottom: 0in;">!&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin-bottom: 0in;">line con 0</p>
<p><!--adsense--></p>
<p style="margin-bottom: 0in;">logging sync !*****very important*******</p>
<p style="margin-bottom: 0in;">no exec-time !*****very important*******</p>
<p style="margin-bottom: 0in;">password cisco</p>
<p style="margin-bottom: 0in;">login</p>
<p style="margin-bottom: 0in;">!&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin-bottom: 0in;">line aux 0</p>
<p style="margin-bottom: 0in;">password cisco</p>
<p style="margin-bottom: 0in;">login</p>
<p style="margin-bottom: 0in;">!&#8212;&#8212;&#8212;&#8212;-</p>
<p style="margin-bottom: 0in;">no ip domain-lookup</p>
<p style="margin-bottom: 0in;">
<p><!--adsense--></p>
<p style="margin-bottom: 0in;">Theses can be copied and pasted to each router you want to configure.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/07/base-ios-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telnet</title>
		<link>http://ittrainingexpert.com/2008/07/telnet/</link>
		<comments>http://ittrainingexpert.com/2008/07/telnet/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 06:16:36 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[basics]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=21</guid>
		<description><![CDATA[


What is telnet ?

While being one of the most unsecure protocols, due to it&#8217;s transfer of passwords in cleatext, this is one of the most useful and widely used protocols/applications.
How can you connect to a router using Telnet ?
First you need to configure the router to accept telnet logins by doing
line vty 0 4
password cisco
login
This [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p style="margin-bottom: 0in;"><a href="http://ittrainingexpert.com/wp-content/uploads/2008/07/telnet1.png"><img class="alignnone size-medium wp-image-32" title="telnet1" src="http://ittrainingexpert.com/wp-content/uploads/2008/07/telnet1-300x232.png" alt="" width="465" height="359" /></a></p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">What is telnet ?</p>
<p><!--adsense--></p>
<p style="margin-bottom: 0in;">While being one of the most unsecure protocols, due to it&#8217;s transfer of passwords in cleatext, this is one of the most useful and widely used protocols/applications.</p>
<p style="margin-bottom: 0in;">How can you connect to a router using Telnet ?</p>
<p style="margin-bottom: 0in;">First you need to configure the router to accept telnet logins by doing</p>
<p style="margin-bottom: 0in;">line vty 0 4</p>
<p style="margin-bottom: 0in;">password cisco</p>
<p style="margin-bottom: 0in;">login</p>
<p style="margin-bottom: 0in;">This will enable 5 simultaneous telnet logins to the router.</p>
<p style="margin-bottom: 0in;">on smaller routers, configuration is accessed by connecting through a web browser. So telnet is not an option.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/07/telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco router bootup process as it happens in hardware.</title>
		<link>http://ittrainingexpert.com/2008/07/cisco-router-bootup-process-as-it-happens-in-hardware/</link>
		<comments>http://ittrainingexpert.com/2008/07/cisco-router-bootup-process-as-it-happens-in-hardware/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 06:15:16 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[basics]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=19</guid>
		<description><![CDATA[


Cisco router bootup process as it happens in hardware.



POST – Power On Self Test


Depending on the config_reg parameters, locate the IOS in flash and boot.


Copy startup_config (NVRAM) to running_config (DRAM)


etc &#8230;




]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p style="margin-bottom: 0in;"><a href="http://ittrainingexpert.com/wp-content/uploads/2008/07/router-hw.jpg"><img class="alignnone size-medium wp-image-34" title="router-hw" src="http://ittrainingexpert.com/wp-content/uploads/2008/07/router-hw-300x232.jpg" alt="" width="420" height="324" /></a></p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">Cisco router bootup process as it happens in hardware.</p>
<p><!--adsense--></p>
<ol>
<li>
<p style="margin-bottom: 0in;">POST – Power On Self Test</p>
</li>
<li>
<p style="margin-bottom: 0in;">Depending on the config_reg parameters, locate the IOS in flash and boot.</p>
</li>
<li>
<p style="margin-bottom: 0in;">Copy startup_config (NVRAM) to running_config (DRAM)</p>
</li>
<li>
<p style="margin-bottom: 0in;">etc &#8230;</p>
</li>
</ol>
<p style="margin-bottom: 0in;">
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/07/cisco-router-bootup-process-as-it-happens-in-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Router passwords</title>
		<link>http://ittrainingexpert.com/2008/07/cisco-router-passwords/</link>
		<comments>http://ittrainingexpert.com/2008/07/cisco-router-passwords/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:14:51 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[basics]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=20</guid>
		<description><![CDATA[

There are 5 types of passwords that can be configured on a router.



enable password [enable password cisco]


enable secret [enable secret class]


telnet [line vty 0 4, password cisco, login]


aux [line aux 0, password cisco, login]


console [line con 0, password cisco, login]


They all have the same syntax/ pattern.
The image is an easy way to remember how to [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p style="margin-bottom: 0in;"><a href="http://ittrainingexpert.com/wp-content/uploads/2008/07/passwords.png"><img class="alignnone size-medium wp-image-30" title="passwords" src="http://ittrainingexpert.com/wp-content/uploads/2008/07/passwords-300x282.png" alt="" width="467" height="352" /></a></p>
<p style="margin-bottom: 0in;">There are 5 types of passwords that can be configured on a router.</p>
<p><!--adsense--></p>
<ol>
<li>
<div style="margin-bottom: 0in;">enable password [enable password cisco]</div>
</li>
<li>
<div style="margin-bottom: 0in;">enable secret [enable secret class]</div>
</li>
<li>
<div style="margin-bottom: 0in;">telnet [line vty 0 4, password cisco, login]</div>
</li>
<li>
<div style="margin-bottom: 0in;">aux [line aux 0, password cisco, login]</div>
</li>
<li>
<div style="margin-bottom: 0in;">console [line con 0, password cisco, login]</div>
</li>
</ol>
<p style="margin-bottom: 0in;">They all have the same syntax/ pattern.</p>
<p style="margin-bottom: 0in;">The image is an easy way to remember how to configure passwords</p>
<p style="margin-bottom: 0in;">
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/07/cisco-router-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
