<?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; CCIE</title>
	<atom:link href="http://ittrainingexpert.com/category/ccie/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittrainingexpert.com</link>
	<description>My Tech Journeys</description>
	<lastBuildDate>Wed, 13 Oct 2010 23:02:17 +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>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 [...]]]></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 [...]]]></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 [...]]]></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>
		<item>
		<title>Free / Cheap CCIE remote labs</title>
		<link>http://ittrainingexpert.com/2008/06/free-cheap-ccie-remote-labs/</link>
		<comments>http://ittrainingexpert.com/2008/06/free-cheap-ccie-remote-labs/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:50:01 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=24</guid>
		<description><![CDATA[Here is some information on how I am planning to sort out the hardware for my CCIE lab. There are so many options as to how you would acquire the hardware for your CCIE preparation. Normally you would buy the equipment but this is very expensive. The 2nd option is to rent rack time. This [...]]]></description>
			<content:encoded><![CDATA[<p>Here is some information on how I am planning to sort out the hardware for my CCIE lab.</p>
<p style="margin-bottom: 0in;">There are so many options as to how you would acquire the hardware for your CCIE preparation.</p>
<p style="margin-bottom: 0in;">Normally you would buy the equipment but this is very expensive. The 2<sup>nd</sup> option is to rent  rack time. This works outs cheaper than buying. The uncommon option that I use is to contact to the local Cisco academy to get access to their remote NETLAB access. This is one of the cheapest ways of finding hardware for your CCIE preparation.</p>
<p style="margin-bottom: 0in;">There are so many Cisco academies spread throughout the world. Some regional academies have very good racks with lots of latest equipment.</p>
<p>If cost is an issues, you should definitely contact your local Cisco academy and find out about the availability of their Netlab pods. Some might surprise you with their equipment and helpfulness.</p>
<p style="margin-bottom: 0in;">Hope this helps</p>
<p style="margin-bottom: 0in;">All the best with your CCIE lab.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/06/free-cheap-ccie-remote-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EIGRP Multicast (224.0.0.10) updates even after  manual “neighbor” configs</title>
		<link>http://ittrainingexpert.com/2008/06/eigrp-multicast-2240010-updates-even-after-manual-%e2%80%9cneighbor%e2%80%9d-configs/</link>
		<comments>http://ittrainingexpert.com/2008/06/eigrp-multicast-2240010-updates-even-after-manual-%e2%80%9cneighbor%e2%80%9d-configs/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 14:48:40 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[EIGRP]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=9</guid>
		<description><![CDATA[HQ – East &#124; West hostname HQ interface Serial0/1/1 ip address 172.16.124.1 255.255.255.248 encapsulation frame-relay frame-relay map ip 172.16.124.2 102 broadcast frame-relay map ip 172.16.124.3 103 broadcast no frame-relay inverse-arp no shutdown ! router eigrp 1 network 0.0.0.0 no auto-summary neighbor 172.16.124.3 Serial0/1/1 neighbor 172.16.124.2 Serial0/1/1 ============== hostname East ! interface Serial0/1/1 ip address 172.16.124.2 [...]]]></description>
			<content:encoded><![CDATA[<p>HQ – East<br />
|<br />
West</p>
<p><!--adsense--><br />
hostname HQ<br />
interface Serial0/1/1<br />
ip address 172.16.124.1 255.255.255.248<br />
encapsulation frame-relay<br />
frame-relay map ip 172.16.124.2 102 broadcast<br />
frame-relay map ip 172.16.124.3 103 broadcast<br />
no frame-relay inverse-arp<br />
no shutdown<br />
!<br />
router eigrp 1<br />
network 0.0.0.0<br />
no auto-summary<br />
neighbor 172.16.124.3 Serial0/1/1<br />
neighbor 172.16.124.2 Serial0/1/1<br />
<!--adsense--><br />
==============<br />
hostname East<br />
!<br />
interface Serial0/1/1<br />
ip address 172.16.124.2 255.255.255.248<br />
encapsulation frame-relay<br />
clock rate 125000<br />
frame-relay map ip 172.16.124.1 201 broadcast<br />
frame-relay map ip 172.16.124.3 201<br />
no shutdown<br />
!<br />
router eigrp 1<br />
network 0.0.0.0<br />
no auto-summary<br />
neighbor 172.16.124.1 Serial0/1/1</p>
<p>===============<br />
<!--adsense--><br />
hostname West<br />
!<br />
interface Serial0/1/0<br />
ip address 172.16.124.3 255.255.255.248<br />
encapsulation frame-relay<br />
frame-relay map ip 172.16.124.1 301 broadcast<br />
frame-relay map ip 172.16.124.2 301<br />
no shutdown<br />
!<br />
router eigrp 1<br />
network 0.0.0.0<br />
no auto-summary<br />
neighbor 172.16.124.1 Serial0/1/0<br />
Tested with<br />
debug ip packet</p>
<p>HQ(config-router)#<br />
*Jun  3 23:35:12.359: IP: s=10.1.97.97 (local), d=224.0.0.10 (Loopback97), len 60, sending broad/multicast<br />
*Jun  3 23:35:12.359: IP: s=10.1.97.97 (Loopback97), d=224.0.0.10, len 60, rcvd 2<br />
*Jun  3 23:35:12.559: IP: s=10.1.161.161 (local), d=224.0.0.10 (Loopback161), len 60, sending broad/multicast<br />
*Jun  3 23:35:12.559: IP: s=10.1.161.161 (Loopback161), d=224.0.0.10, len 60, rcvd 2<br />
*Jun  3 23:35:12.907: IP: s=10.1.33.33 (local), d=224.0.0.10 (Loopback33), len 60, sending broad/multicast<br />
*Jun  3 23:35:12.907: IP: s=10.1.33.33 (Loopback33), d=224.0.0.10, len 60, rcvd 2<br />
*Jun  3 23:35:13.171: IP: s=10.1.65.65 (local), d=224.0.0.10 (Loopback65), len 60, sending broad/multicast<br />
HQ(config-router)#<br />
*Jun  3 23:35:13.171: IP: s=10.1.65.65 (Loopback65), d=224.0.0.10, len 60, rcvd 2<br />
*Jun  3 23:35:13.371: IP: s=10.1.129.129 (local), d=224.0.0.10 (Loopback129), len 60, sending broad/multicast<br />
*Jun  3 23:35:13.371: IP: s=10.1.129.129 (Loopback129), d=224.0.0.10, len 60, rcvd 2<br />
*Jun  3 23:35:13.475: IP: s=10.1.1.1 (local), d=224.0.0.10 (Loopback1), len 60, sending broad/multicast<br />
*Jun  3 23:35:13.475: IP: s=10.1.1.1 (Loopback1), d=224.0.0.10, len 60, rcvd 2</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/06/eigrp-multicast-2240010-updates-even-after-manual-%e2%80%9cneighbor%e2%80%9d-configs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes for CCIE R&amp;S Written</title>
		<link>http://ittrainingexpert.com/2008/05/notes-for-ccie-rs-written/</link>
		<comments>http://ittrainingexpert.com/2008/05/notes-for-ccie-rs-written/#comments</comments>
		<pubDate>Mon, 26 May 2008 01:11:10 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=8</guid>
		<description><![CDATA[EIGRP network IP netmask -&#62; netmask is a must to stop “auto summery” even while using “no auto” !!! manual neighbors sh ip eigrp nei manual -&#62; router eigrp 100 neighbor 208.102.37.100 f1/0 sh run sh ip pro sh ip eigrp nei -&#62; will not show this new neighbor ! Other end should point to [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
EIGRP<br />
network IP netmask -&gt;<br />
netmask is a must to stop “auto summery” even while using “no auto” !!!</p>
<p>manual neighbors<br />
sh ip eigrp nei<br />
manual -&gt;<br />
router eigrp 100<br />
neighbor 208.102.37.100 f1/0<br />
sh run<br />
sh ip pro<br />
sh ip eigrp nei -&gt; will not show this new neighbor !<br />
Other end should point to me using a “neigbor command”</p>
<p>Redistribution Eigrp<br />
1.ip route 0.0.0.0 0.0.0.0 f0/0 (scott)<br />
router eigrp 100<br />
redist static defaultmetric</p>
<p>2.int f1/0 (scott)<br />
ip summery address eigrp 100 0.0.0.0 0.0.0.0<br />
this will be sent to the neighbors as the default route<br />
3.ip route 0.0.0.0 0.0.0.0 f0/0 (Jeremy)<br />
router eigrp 100<br />
net 0.0.0.0</p>
<p>Load balancing<br />
default 4 equal cost paths<br />
1.equal cost<br />
maximum path 1-6<br />
2.unequal cost<br />
variance<br />
cost based packet allocation, e.g costs 1 &amp; 4</p>
<p>router eigrp 100<br />
traffic share min -&gt; use min cost links<br />
traffic share balanced -&gt; back to cost based allocation</p>
<p><!--adsense--><br />
BGP<br />
in Ibgp-&gt; peers do not need to be directly connected tcp/179</p>
<p>Ebgp multihop<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/05/notes-for-ccie-rs-written/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to approach CCIE R&amp;S written</title>
		<link>http://ittrainingexpert.com/2008/05/how-to-approach-ccie-rs-written/</link>
		<comments>http://ittrainingexpert.com/2008/05/how-to-approach-ccie-rs-written/#comments</comments>
		<pubDate>Mon, 26 May 2008 01:07:17 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/?p=7</guid>
		<description><![CDATA[I passed the CCIE R&#38;S written today. I got 92. 350-001 CCIE the exam has 100 multiple-choice questions and is two hours in duration Read Doyle&#8217;s &#8220;Routing TCP/IP&#8221; Vol1&#38;2, Halabi&#8217;s &#8220;Internet Routing Architectures&#8221; Without no hesitation, Doyle&#8217;s &#8220;Routing TCP/IP&#8221; Vol1&#38;2, Halabi&#8217;s &#8220;Internet Routing Architectures&#8221; are definitely must-reads. Written Exam Blueprint v3.0 http://www.cisco.com/web/learning/le3/ccie/rs/wr_exam_blueprint_v3.html I have been [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
I passed the CCIE R&amp;S written today. I got 92.<br />
350-001 CCIE the exam has 100 multiple-choice questions and is two hours in duration</p>
<p>Read</p>
<ol>
<li>Doyle&#8217;s &#8220;Routing TCP/IP&#8221; Vol1&amp;2,</li>
<li>Halabi&#8217;s &#8220;Internet Routing Architectures&#8221;</li>
</ol>
<p><!--adsense--><br />
Without no hesitation, Doyle&#8217;s &#8220;Routing TCP/IP&#8221; Vol1&amp;2, Halabi&#8217;s<br />
&#8220;Internet Routing Architectures&#8221; are definitely must-reads.</p>
<p>Written Exam Blueprint v3.0</p>
<p>http://www.cisco.com/web/learning/le3/ccie/rs/wr_exam_blueprint_v3.html</p>
<p><!--adsense--><br />
I have been in the networking industry for 15 years and began my journey to CCIE in 2001 when I took CCNA than CCNP 2003 and CCIE written today.</p>
<p>Written exam is a good foundation for the lab. When you have learned the theory you can use the core technology theory at work or for your lab.</p>
<p>There is one major difference between CCIE R&amp;S written and all of the other Cisco professional levels exams (CCNA, CCNP etc), you can mark questions to review and then go back and review them. With all other Cisco exams you cannot go back and change your answers. This is really great to reduce self induced pressure during the exam. The best test taking approach is just answer all the questions that you can immediately, if a question is difficult then mark it for review later and continue with the next question.</p>
<p>Grading is on a scale from 1 – 100</p>
<p>Pass mark is 70%</p>
<p>NO -&gt; ISIS, RIP</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2008/05/how-to-approach-ccie-rs-written/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

