<?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>CertificationKits CCNA Blog</title>
	<atom:link href="http:///blog/component/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.certificationkits.com/blog/component/wordpress/</link>
	<description>Cisco CCNA Certification</description>
	<lastBuildDate>Sat, 23 Jul 2011 01:15:36 +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>CCNA Certification: IPv6 router configuration</title>
		<link>http://www.certificationkits.com/blog/component/wordpress/2011/04/25/ccna-certification-ipv6-router-configuration/</link>
		<comments>http://www.certificationkits.com/blog/component/wordpress/2011/04/25/ccna-certification-ipv6-router-configuration/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 14:40:13 +0000</pubDate>
		<dc:creator>sales@ciscokits.com</dc:creator>
				<category><![CDATA[CiscoKits CCNA Blog]]></category>
		<category><![CDATA[640-802]]></category>
		<category><![CDATA[640-816]]></category>
		<category><![CDATA[640-822]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[ccna cbt]]></category>
		<category><![CDATA[ccna certification]]></category>
		<category><![CDATA[CCNA practice]]></category>
		<category><![CDATA[ccna study guide]]></category>
		<category><![CDATA[ccna test]]></category>
		<category><![CDATA[ccna training videos]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[cisco ccna]]></category>
		<category><![CDATA[cisco ccna training]]></category>
		<category><![CDATA[cisco certification]]></category>
		<category><![CDATA[cisco certified network associate]]></category>
		<category><![CDATA[online ccna training classes]]></category>
		<category><![CDATA[training classes]]></category>

		<guid isPermaLink="false">http://www.certificationkits.com/blog/component/wordpress/2011/04/25/ccna-certification-ipv6-router-configuration/</guid>
		<description><![CDATA[Previously we have learned basic IPv6 concepts and how to configure a router to support IPv6. Now it’s time to learn how to implement the RIPng routing protocol, as requested by the Cisco CCNA exam.
We will use the same topology as in the IPv6 addressing lesson, but we will add one more router to demonstrate [...]]]></description>
			<content:encoded><![CDATA[<p>Previously we have learned basic IPv6 concepts and how to configure a router to support IPv6. Now it’s time to learn how to implement the RIPng routing protocol, as requested by the Cisco CCNA exam.</p>
<p>We will use the same topology as in the IPv6 addressing lesson, but we will add one more router to demonstrate the capabilities of the routing protocols.</p>
<p><img class="aligncenter size-full wp-image-291" title="bailey50" src="http://certificationkits.com/blog/images/wordpress/uploads/2010/12/bailey50.png" alt="bailey50" width="819" height="460" /></p>
<p>We have added R3 to our topology. R3’s FastEthernet0/0 interface is connected to R2’s FastEthernet0/1 interface. If correctly configured these interfaces, we will be have IPv6 connectivity, but we will not be able to reach the other routers from R3. Let’s start by configuring R2’s Fa0/1 interface and R3. For the rest of the configuration, please refer to the IPv6 Address Configuration lesson.</p>
<p>R2#<strong>conf t<br />
</strong>R2(config)#<strong>interface Fa0/1<br />
</strong>R2(config-if)#<strong>ipv6 address 2001:db8:1:3::/64 eui-64<br />
</strong>R2(config-if)#<strong>no shutdown</strong></p>
<p>R3#<strong>conf t<br />
</strong>R3(config)#<strong>ipv6 unicast-routing<br />
</strong>R3(config)#<strong>interface Fa0/0<br />
</strong>R3(config-if)#<strong>ipv6</strong> <strong>address 2001:db8:1:3::/64 eui-64</strong><br />
R3(config-if)#<strong>no shutdown</strong></p>
<p>Let’s now check the IPv6 interface configuration.</p>
<p>R2#<strong>show ipv6 interface brief<br />
</strong>FastEthernet0/0            [up/up]<br />
FE80::C60B:EFF:FED4:0<br />
2001:DB8:1:2:C60B:EFF:FED4:0<br />
FastEthernet0/1            [up/up]<br />
FE80::C60B:EFF:FED4:1<br />
2001:DB8:1:3:C60B:EFF:FED4:1</p>
<p>R3#<strong>show ipv6 interface brief<br />
</strong>FastEthernet0/0            [up/up]<br />
FE80::C60D:EFF:FED4:0<br />
2001:DB8:1:3:C60D:EFF:FED4:0<br />
FastEthernet0/1            [administratively down/down]</p>
<p>It looks like the configuration of the interfaces was successful. Let’s now try to test end-to-end connectivity by using the <strong>ping </strong>command.</p>
<p>R3#<strong>ping 2001:DB8:1:3:C60B:EFF:FED4:1<br />
</strong><br />
Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 2001:DB8:1:3:C60B:EFF:FED4:1, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/84/204 ms</p>
<p>R2#<strong>ping 2001:DB8:1:3:C60D:EFF:FED4:0</strong></p>
<p>Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 2001:DB8:1:3:C60D:EFF:FED4:0, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/72/100 ms</p>
<p>We are now sure that we have connectivity between those two routers. But what happens if we want to ping R0 from R3? Yes, you will get timeouts, because the R2 does not know how to forward packets to R0. In order to get connectivity between all of our routers, we must use either static routing or a dynamic routing protocol.</p>
<p>The CCNA exam, requires the candidate to be able to configure RIPng. RIPng is the RIP version for IPv6 networks. The RIPng configuration is very easy. All you have to do after you have correctly configured the IPv6 addresses on the interfaces of your routers, is to start a RIPng process, and enable it on the desired interfaces. The general commands for this are the <strong>ipv6 router rip <em>process-name</em></strong><em> </em>global configuration command and the <strong>ipv6 rip</strong><em> </em><strong><em>process-name </em></strong><strong>enable</strong><em> </em>interface configuration command.</p>
<p>We will call our RIPng process RT0 in our examples. The name does not have to be the same, it’s importance is only locally.</p>
<p>R0#<strong>conf t<br />
</strong>R0(config)#<strong>ipv6 router rip RT0<br />
</strong>R0(config-rtr)#<strong>interface FastEthernet0/0<br />
</strong>R0(config-if)#<strong>ipv6 rip RT0 enable<br />
</strong>R0(config-if)#<strong>interface FastEthernet0/1<br />
</strong>R0(config-if)#<strong>ipv6 rip RT0 enable</strong></p>
<p>R1#<strong>conf t<br />
</strong>R1(config)#<strong>ipv6 router rip RT0<br />
</strong>R1(config-rtr)#<strong>interface Fa0/0<br />
</strong>R1(config-if)#<strong>ipv6 rip RT0 enable</strong></p>
<p>R2#<strong>conf t<br />
</strong>R2(config)#<strong>ipv6 router rip RT0</strong><br />
R2(config-rtr)#<strong>interface Fa0/0</strong><br />
R2(config-if)#<strong>ipv6 rip RT0 enable</strong><br />
R2(config-if)#<strong>interface Fa0/1</strong><br />
R2(config-if)#<strong>ipv6 rip RT0 enable</strong></p>
<p>R3#<strong>conf t</strong><br />
R3(config)#<strong>ipv6 router rip RT0</strong><br />
R3(config-rtr)#<strong>interface Fa0/0</strong><br />
R3(config-if)#<strong>ipv6 rip RT0 enable</strong></p>
<p>Now let’s check how the routing table looks like on R3.</p>
<p>R3#<strong>show ipv6 route</strong><br />
IPv6 Routing Table &#8211; 5 entries<br />
Codes: C &#8211; Connected, L &#8211; Local, S &#8211; Static, <strong>R &#8211; RIP</strong>, B – BGP<br />
U &#8211; Per-user Static route, M &#8211; MIPv6<br />
I1 &#8211; ISIS L1, I2 &#8211; ISIS L2, IA &#8211; ISIS interarea, IS &#8211; ISIS summary<br />
O &#8211; OSPF intra, OI &#8211; OSPF inter, OE1 &#8211; OSPF ext 1, OE2 &#8211; OSPF ext 2<br />
ON1 &#8211; OSPF NSSA ext 1, ON2 &#8211; OSPF NSSA ext 2<br />
D &#8211; EIGRP, EX &#8211; EIGRP external<br />
<strong>R   2001:DB8:1:1::/64 [120/3]<br />
</strong><strong>via</strong> <strong>FE80::C60B:EFF:FED4:1, FastEthernet0/0</strong><br />
<strong>R   2001:DB8:1:2::/64 [120/2]</strong><br />
<strong>via FE80::C60B:EFF:FED4:1, FastEthernet0/0<br />
</strong>C   2001:DB8:1:3::/64 [0/0]<br />
via ::, FastEthernet0/0<br />
L   2001:DB8:1:3:C60D:EFF:FED4:0/128 [0/0]<br />
via ::, FastEthernet0/0<br />
L   FF00::/8 [0/0]<br />
via ::, Null0</p>
<p>As you can see, the routes learned through RIP are preceded by R. Our routers know now how to reach any other router from the network.</p>
<p>In your troubleshooting process, you can also check who are the neighbors of your router:</p>
<p>R2#<strong>show ipv6 neighbors</strong><br />
IPv6 Address                              Age Link-layer Addr State Interface<br />
2001:DB8:1:3:C60D:EFF:FED4:0                0 c40d.0ed4.0000  REACH Fa0/1<br />
FE80::C609:EFF:FED4:1                       0 c409.0ed4.0001  REACH Fa0/0</p>
<p>If you want to check the routing protocols used in IPv6, you can do it with <strong>show ipv6 protocols</strong>.</p>
<p>R0#<strong>show ipv6 protocols</strong><br />
IPv6 Routing Protocol is &#8220;<strong>connected</strong>&#8221;<br />
IPv6 Routing Protocol is &#8220;<strong>static</strong>&#8221;<br />
IPv6 Routing Protocol is &#8220;<strong>rip RT0</strong>&#8221;<br />
Interfaces:<br />
FastEthernet0/1<br />
FastEthernet0/0<br />
Redistribution:<br />
None</p>
<p>We can see here that IPv6 routing is functioning for the connected networks as well as for the configured static routes. In addition to that, RIP is also functioning with the process name RT0.</p>
<p>More detailed information about RIP can be found with the <strong>show ipv6 rip</strong> command.</p>
<p>R0#<strong>show ipv6 rip<br />
</strong>RIP process &#8220;RT0&#8243;, port 521, multicast-group FF02::9, pid 245<br />
Administrative distance is 120. Maximum paths is 16<br />
Updates every 30 seconds, expire after 180<br />
Holddown lasts 0 seconds, garbage collect after 120<br />
Split horizon is on; poison reverse is off<br />
Default routes are not generated<br />
Periodic updates 150, trigger updates 3<br />
Interfaces:<br />
FastEthernet0/1<br />
FastEthernet0/0<br />
Redistribution:<br />
None</p>
<p>You can also check how much IPv6 traffic is passing your router with <strong>show ipv6 traffic</strong>.</p>
<p>R0#show ipv6 traffic<br />
<strong>IPv6 statistics</strong>:<br />
Rcvd:  541 total, 531 local destination<br />
0 source-routed, 0 truncated<br />
0 format errors, 0 hop count exceeded<br />
0 bad header, 0 unknown option, 0 bad source<br />
0 unknown protocol, 0 not a router<br />
0 fragments, 0 total reassembled<br />
0 reassembly timeouts, 0 reassembly failures<br />
0 unicast RPF drop, 0 suppressed RPF drop<br />
Sent:  557 generated, 10 forwarded<br />
0 fragmented into 0 fragments, 0 failed<br />
0 encapsulation failed, 0 no route, 0 too big<br />
Mcast: 514 received, 538 sent</p>
<p><strong>ICMP statistics</strong>:<br />
Rcvd: 227 input, 0 checksum errors, 0 too short<br />
0 unknown info type, 0 unknown error type<br />
unreach: 0 routing, 0 admin, 0 neighbor, 0 address, 0 port<br />
parameter: 0 error, 0 header, 0 option<br />
0 hopcount expired, 0 reassembly timeout,0 too big<br />
5 echo request, 0 echo reply<br />
0 group query, 0 group report, 0 group reduce<br />
0 router solicit, 203 router advert, 0 redirects<br />
8 neighbor solicit, 11 neighbor advert<br />
Sent: 231 output, 0 rate-limited<br />
unreach: 0 routing, 0 admin, 0 neighbor, 0 address, 0 port<br />
parameter: 0 error, 0 header, 0 option<br />
0 hopcount expired, 0 reassembly timeout,0 too big<br />
0 echo request, 5 echo reply<br />
0 group query, 0 group report, 0 group reduce<br />
0 router solicit, 205 router advert, 0 redirects<br />
11 neighbor solicit, 10 neighbor advert</p>
<p><strong>UDP statistics</strong>:<br />
Rcvd: 304 input, 0 checksum errors, 0 length errors<br />
0 no port, 0 dropped<br />
Sent: 314 output</p>
<p><strong>TCP statistics</strong>:<br />
Rcvd: 0 input, 0 checksum errors<br />
Sent: 0 output, 0 retransmitted</p>
<p>Here, you can see the general detailed IPv6 statistics, as well as ICMP, UDP and TCP statistics.</p>
<p>If you suspect your router is not functioning correctly, make sure you master these troubleshooting commands. Everything you need to know about the IPv6 configuration and statistics will be found in the output of these powerful commands.</p>
<p>We hope you found this topic helpful in your preparation for the CCNA exam. Mastering the techniques described in this topic will not only help you when you’ll take the CCNA exam, but also in real life, because many networks begin to implement IPv6 along with IPv4 these days. We are proud to provide you with real life scenarios to help you achieve excellence in the networking world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationkits.com/blog/component/wordpress/2011/04/25/ccna-certification-ipv6-router-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA Certification:IPv6 Features</title>
		<link>http://www.certificationkits.com/blog/component/wordpress/2011/04/11/ccna-certificationipv6-features/</link>
		<comments>http://www.certificationkits.com/blog/component/wordpress/2011/04/11/ccna-certificationipv6-features/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 14:39:06 +0000</pubDate>
		<dc:creator>bob@certificationkits.com</dc:creator>
				<category><![CDATA[CiscoKits CCNA Blog]]></category>
		<category><![CDATA[640-802]]></category>
		<category><![CDATA[640-816]]></category>
		<category><![CDATA[640-822]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[ccna cbt]]></category>
		<category><![CDATA[ccna certification]]></category>
		<category><![CDATA[CCNA practice]]></category>
		<category><![CDATA[ccna study guide]]></category>
		<category><![CDATA[ccna test]]></category>
		<category><![CDATA[ccna training videos]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[cisco ccna]]></category>
		<category><![CDATA[cisco ccna training]]></category>
		<category><![CDATA[cisco certification]]></category>
		<category><![CDATA[cisco certified network associate]]></category>
		<category><![CDATA[online ccna training classes]]></category>
		<category><![CDATA[training classes]]></category>

		<guid isPermaLink="false">http://www.certificationkits.com/blog/component/wordpress/2011/04/11/ccna-certificationipv6-features/</guid>
		<description><![CDATA[In this lesson we will go through some of the features of Internet Protocol Version 6 (IPv6). IPv6 address a lot concerns and issues that are faced today in using IPv4. Cisco CCNA Certification requires that a candidate must have a general overview of IPv6 and what new features it brings into the world of [...]]]></description>
			<content:encoded><![CDATA[<p>In this lesson we will go through some of the features of Internet Protocol Version 6 (IPv6). IPv6 address a lot concerns and issues that are faced today in using IPv4. Cisco CCNA Certification requires that a candidate must have a general overview of IPv6 and what new features it brings into the world of networking.</p>
<p>The main feature of IPv6 are described in the sections below</p>
<p><strong>Larger Address Space</strong></p>
<p>IPv6 addresses are 128-bits long which gives us a theoretical address space of 3.4 x 10<sup>38</sup> addresses, like IPv4 some address space is reserved for special purpose but still there is a huge number of public routable addresses.</p>
<p><strong>Aggregation</strong></p>
<p>A larger address space allows for large address allocations to ISPs and Organization. This allows them to use a single prefix for the entire network making summarization easy and flexible which turn promotes efficient and scalable routing.</p>
<p><strong>New Improved Header Format</strong></p>
<p>Optional and non-essential fields are removed from the IPv6 Header and are moved the Extension Header that is placed after the IPv6 Header. Fewer fields of fixed lengths mean Header overhead is minimized and processing performance is improved.  Another significant enhancement is that all routers in a path do need to do checksum recalculation for an IPv6 Packet instead error detection is handled by data-link layer technologies checksums of the end-to-end connection at transport layer.  Figure 1 shows an IPv6 Header followed by Extension Header.</p>
<p><img class="aligncenter size-full wp-image-294" title="bailey51" src="http://certificationkits.com/blog/images/wordpress/uploads/2010/12/bailey511.png" alt="bailey51" width="819" height="460" /></p>
<p><img class="aligncenter size-full wp-image-295" title="bailey52" src="http://certificationkits.com/blog/images/wordpress/uploads/2010/12/bailey521.png" alt="bailey52" width="819" height="460" /></p>
<p><strong>Allocation </strong></p>
<p>IPv6 addresses are composed of two parts, 64-bit Network Prefix and 64-bit host part. The IPv6 address allocation follows a generally acceptable assignment policy as shown in figure 1. This allows for an efficient, hierarchical, and summarizable routing infrastructure.</p>
<p><img class="aligncenter size-full wp-image-296" title="bailey53" src="http://certificationkits.com/blog/images/wordpress/uploads/2010/12/bailey531.png" alt="bailey53" width="819" height="460" /></p>
<p><strong>Easy Address Assignment Methods</strong></p>
<p><strong> </strong></p>
<p>IPv6 has three assignment methods</p>
<ul>
<li>Static</li>
</ul>
<ul>
<li>DHCPv6 (Stateful)</li>
</ul>
<ul>
<li>Autoconfiguration (Stateless)</li>
</ul>
<p>An IPv6 host can configure a link-local address for each interface automatically. By using ICMPv6 router discovery messages, a host can also determine the addresses of routers, additional addresses, and other configuration parameters.</p>
<p><strong>Built-in Security</strong></p>
<p>IPSec is built into IPv6 unlike IPv4 in which it is optional. IPSec requirement is mandatory in IPv6 Protocol Suite Implementation. IPv6 networks have potentially more end-to-end security because of IPSec availability on all nodes.</p>
<p><strong>Extensibility</strong></p>
<p>New futures for IPv6 can be added through the use of Extension Headers. At present there are various Extension Headers specified for QoS, Security, Mobility and Routing purposes.</p>
<p><strong>Mobility</strong></p>
<p>Mobility is built in to IPv6 which allows any node to use Mobile IP. Mobility is achieved using Mobility Extension Headers.</p>
<p><strong>Better Quality of Service Support</strong></p>
<p>IPv6 Header includes a new field called Flow Label that allows routers to identify and provide special handling for packets that belong to a particular flow. This field allows for easier identification of traffic without doing any tricks even when the packet payload is encrypted with IPSec.</p>
<p><strong>Neighbor Discovery Protocol</strong></p>
<p>Neighbor Discovery Protocol uses ICMPv6 messages to perform various functions such as</p>
<ul>
<li>Stateless Auto-configuration</li>
</ul>
<ul>
<li>Router Discovery</li>
</ul>
<ul>
<li>Prefix Discovery</li>
</ul>
<ul>
<li>Address Resolution</li>
</ul>
<ul>
<li>Neighbor Unreachability Detection</li>
</ul>
<ul>
<li>Link MTU Discovery</li>
</ul>
<ul>
<li>Duplicate Address Detection</li>
</ul>
<ul>
<li>Next Hop Determination</li>
</ul>
<p><strong>Transition</strong></p>
<p>The transition options supported by IPv6 to transition from IPv4 are another key feature of the protocol. Many Transitions mechanism are available for different scenarios. They are mentioned below</p>
<ul>
<li>Dual-Stack</li>
<li>Tunneling IPv6 over IPv4 networks</li>
<li>Protocol Translation</li>
</ul>
<p>Within each option are various different techniques to support transition. A few tunneling mechanism are mentioned below</p>
<ul>
<li>Static GRE Tunnels</li>
</ul>
<ul>
<li>6to4 Tunnels</li>
</ul>
<ul>
<li>ISATAP</li>
</ul>
<ul>
<li>Automatic IPv4-Compatible IPv6 Tunnels</li>
</ul>
<p>In this article we covered a some of the features of IPv6, these rich features enable easy deployment, migration and operation of IPv6 networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationkits.com/blog/component/wordpress/2011/04/11/ccna-certificationipv6-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA Certification: Router Boot-up Process</title>
		<link>http://www.certificationkits.com/blog/component/wordpress/2011/04/01/ccna-certification-router-boot-up-process/</link>
		<comments>http://www.certificationkits.com/blog/component/wordpress/2011/04/01/ccna-certification-router-boot-up-process/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 14:35:37 +0000</pubDate>
		<dc:creator>sales@ciscokits.com</dc:creator>
				<category><![CDATA[CiscoKits CCNA Blog]]></category>
		<category><![CDATA[640-802]]></category>
		<category><![CDATA[640-816]]></category>
		<category><![CDATA[640-822]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[ccna cbt]]></category>
		<category><![CDATA[ccna certification]]></category>
		<category><![CDATA[CCNA practice]]></category>
		<category><![CDATA[ccna study guide]]></category>
		<category><![CDATA[ccna test]]></category>
		<category><![CDATA[ccna training videos]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[cisco ccna]]></category>
		<category><![CDATA[cisco ccna training]]></category>
		<category><![CDATA[cisco certification]]></category>
		<category><![CDATA[cisco certified network associate]]></category>
		<category><![CDATA[online ccna training classes]]></category>
		<category><![CDATA[training classes]]></category>

		<guid isPermaLink="false">http://www.certificationkits.com/blog/component/wordpress/2011/04/01/ccna-certification-router-boot-up-process/</guid>
		<description><![CDATA[In this lesson, we will talk about the boot-up process of a router.
Routers are computers. They have a CPU, memory, different expansion cards and they all run an operating system, the Cisco Internetworking Operating System (IOS). When a router is powered on, it goes through four major phases until the IOS loads completely:
1.       Performs the [...]]]></description>
			<content:encoded><![CDATA[<p>In this lesson, we will talk about the boot-up process of a router.</p>
<p>Routers are computers. They have a CPU, memory, different expansion cards and they all run an operating system, the Cisco Internetworking Operating System (IOS). When a router is powered on, it goes through four major phases until the IOS loads completely:</p>
<p>1.       Performs the POST</p>
<p>2.       Loads the bootstrap program</p>
<p>3.       Locates and loads the Cisco IOS software</p>
<p>4.       Locates and loads the startup configuration file or enters the setup mode</p>
<p>The <strong>Power-On Self Test (POST)</strong> is a process which occurs on almost every computer during bootup. This process is used to test the router hardware. When the router is powered on, software on the ROM chip performs tests on several hardware components, such as CPU, RAM and NVRAM. After the POST is completed, the router executes the bootstrap program.</p>
<p>After the POST has passed all the tests, the router copies the bootstrap program from ROM into RAM. After the program got into RAM, the CPU executes the instructions in the bootstrap. The main task of the bootstrap is to locate the Cisco IOS and load it into RAM. If you are connected with a console cable, at this point you will see text like the following on the console, depending on your platform:
<p><em>System Bootstrap, Version 12.3(8r)T8, RELEASE SOFTWARE (fcl)<br />
Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory</em>.
<p>Generally, the IOS is stored in the flash memory, but it can be also stored in other places, such as a TFTP server. At the third step, the router loads the IOS image into RAM for execution by the CPU. If the IOS image can’t be located, a minimal version of the IOS is loaded from ROM into RAM. This version can be used to diagnose problems and load a complete version of IOS. When the IOS begins to load, you may see a string of pound signs (#), while the image decompresses.</p>
<p>Self decompressing the image :<br />
###################################################################### [OK]
<p>
The last step in the router boot-up process is to locate and load the startup configuration file, also known as startup-config, in NVRAM. The startup-config contains configuration commands and parameters such as interface addresses, routing information, passwords and any other configurations saved by the network administrator. The router copies the startup-config from NVRAM into RAM as running-config. If a startup-config file is not found, the router prompts the user to enter setup mode. The setup mode is a series of questions prompting the user for basic configuration information. When the startup-config is not found, you will see a prompt like the following:</p>
<p>Would you like to enter the initial configuration dialog? [yes/no]<P><br />
After the router is up and running, you can check the <strong>show version</strong> command to check some of the basic hardware and software components of your router.<br />
<P>Router&gt;<strong>show version<br />
</strong><P><br />
Cisco Internetwork Operating System Software<br />
IOS &#8482; C2600 Software (C2600-I-M), <strong>Version 12.2(28)</strong>, RELEASE SOFTWARE (fc5)<br />
Technical Support: <a href="http://www.cisco.com/techsupport">http://www.cisco.com/techsupport</a><br />
Copyright (c) 1986-2005 by cisco Systems, Inc.<br />
Compiled Wed 27-Apr-04 19:01 by miwang<br />
Image text-base: 0&#215;8000808C, data-base: 0&#215;80A1FECCROM: System Bootstrap, <strong>Version 12.1(3r)T2</strong>, RELEASE SOFTWARE (fc1)<br />
Copyright (c) 2000 by cisco Systems, Inc.<br />
ROM: C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)</p>
<p>System returned to ROM by reload<br />
System image file is &#8220;<strong>flash:c2600-i-mz.122-28.bin</strong>&#8221;</p>
<p>cisco 2620 ( <strong>MPC860</strong>) processor (revision 0&#215;200) with <strong>60416K/5120K bytes of memory</strong></p>
<p>.<br />
Processor board ID JAD05190MTZ (4292891495)<br />
M860 processor: part number 0, mask 49<br />
Bridging software.<br />
X.25 software, Version 3.0.0.<br />
<strong>1 FastEthernet/IEEE 802.3 interface(s)</strong><br />
<strong>32K bytes of non-volatile configuration memory.</strong><br />
<strong>63488K bytes of ATA CompactFlash (Read/Write)</strong></p>
<p><strong>Configuration register is 0&#215;2102.</strong>
<p>
As you can see, you will find here information like: IOS version, bootstrap version, location of the IOS image, CPU type, amount of memory, interfaces, amount of NVRAM, amount of flash memory, and the configuration register.</p>
<p>The configuration register has several uses, including password recovery. The default setting is 0&#215;2102, which tells the router to load the Cisco IOS image from flash memory and the startup configuration file from NVRAM.  We will talk about setting the configuration register to 0&#215;2142 at a later time to ignore the configuration stored in the startup config if we have a situation where we forget the password or such.</p>
<p>Understanding how a router boots up is important for your troubleshooting tasks. We hope you found this CCNA topic helpful and we will discuss more about IOS configuration and troubleshooting in other topics from our Cisco CCNA exam preparation series.</h1>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationkits.com/blog/component/wordpress/2011/04/01/ccna-certification-router-boot-up-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

