<?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>Cert Exam</title>
	<atom:link href="http://cert-exam.net/feed" rel="self" type="application/rss+xml" />
	<link>http://cert-exam.net</link>
	<description>All the resources to help you pass the exam！</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:20:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CCNP 642-902 EXAM 8</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-8</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-8#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-8</guid>
		<description><![CDATA[Question 1 Refer to the exhibit. You are the network administrator responsible for the NProuter, the 10.1.1.1 router, and the 10.1.1.2 router. What can you determine about the OSPF operations from the debug output? NProuter#debug ip ospf events OSPF events debugging is on NProuter# 00:02:03: OSPF: Rev hello from 172.16.1.1 area 0 from Serial0/0 10.1.1.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Question 1</p>
<p>Refer to the exhibit. You are the network administrator responsible for the NProuter, the 10.1.1.1 router, and the 10.1.1.2 router. What can you determine about the OSPF operations from the debug output?</p>
<p><span id="more-228"></span><br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>NProuter#debug ip ospf events</p>
<p>OSPF events debugging is on</p>
<p>NProuter#              <br />00:02:03: OSPF: Rev hello from 172.16.1.1 area 0 from Serial0/0 10.1.1.1               <br />00:02:03: OSPF: Mismatched hello parameter from 10.1.1.1               <br />00:02:03: OSPF: Dead R 120 C 10, Hello R 30 C 30&#160; <br />00:02:26: OSPF’ Rcv hello from 192.168.1.2 area 0 from Serial0/0 10.1.1.2&#160; <br />00:02:26: OSPF: Mismatched hello parameters from 10.1.1.2&#160; <br />00:02:26: OSPF: Dead R 120 C 10, Hello R 30 C 30</p>
</td>
</tr>
</tbody>
</table>
<p>A. The NProuter has two OSPF neighbors in the “Full” adjacency state.    <br />B. The NProuter serial0/0 interface has the OSPF dead timer set to 10 seconds.     <br />C. The NProuter serial0/0 interface has been configured with an OSPF network type of “point-to-point”.     <br />D. The 10.1.1.1 and 10.1.1.2 routers are not using the default OSPF dead and hello timers setting.     <br />E. The “Mismatched” error is caused by the expiration of the OSPF timers.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>First we should understand clearly about the line</p>
<p>Dead R 120 C 10, Hello R 30 C 30</p>
<p>The “R” here means “Received” and “C” means “Configured”. In other words, “Dead R” is the Dead Timer Received from the neighbor and the “Dead C” is the Dead Timer of the local router.</p>
<p>Therefore in this case “Dead R 120 C 10″ means the Death Timer of the neighbor is 120 seconds while the local Dead Timer is 10 seconds, which causes a mismatch. Also we can learn that the local OSPF dead timer is set to 10 seconds -&gt; B is correct.</p>
<p>For your information, by default, OSPF uses a 10-second hello timer and 40-second hold timer on broadcast and point-to-point links, and a 30-second hello timer and 120-second hold timer for all other network types. So we can’t confirm answer D is correct or not.</p>
<p>Question 2</p>
<p>You have just completed an OSPF implementation. While executing your verification plan, you determine that R1 is not able to establish full OSPF adjacency with R2. The show ip ospf neighbor command output on R1 shows that R2 is stuck in the INIT state.</p>
<p>What could be the cause of this problem?</p>
<p>A. DR and BDR election errors between R1 and R2.    <br />B. The R2 router has not received the OSPF hello packets from the R1 router.     <br />C. Mismatched interface maximum transmission unit (MTU) configuration between the R1 and R2.&#160; <br />D. Mismatched OSPF hello interval configuration between the R1 and R2.     <br />E. Corrupted LSAs exchanges between the R1 and R2.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>When a router receives an OSPF Hello from a neighbor, it sends the Hello packet by including that neighbor’s router ID in the Hello packet. If the neighbor does not receive this packet (means that it doesn’t see itself in this packet), it will be stuck in INIT state. INIT state can be understood as a one-way Hello. An example of a router stuck in INIT state is shown below:</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845359939/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="29" border="0" alt="29" src="http://cert-exam.net/wp-content/uploads/2012/02/29.jpg" width="644" height="124" /></a></p>
<p>Question 3</p>
<p>Refer to the exhibit. You have completed an OSPF implementation, and you are verifying OSPF operation. You notice that router A and router B are stuck in the two-way state. From the show ip ospf interface command output, what is the cause of this issue?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845360937/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="30" border="0" alt="30" src="http://cert-exam.net/wp-content/uploads/2012/02/30.jpg" width="461" height="484" /></a></p>
<p>A. All OSPF implementations must have at least one interface in area 0.    <br />B. You are attempting to run in the broadcast mode over an NBMA interface.     <br />C. Both routers are configured to function as a BDR; therefore, there is no DR router.     <br />D. Someone has changed the OSPF router ID; therefore you must clear the OSPF process.&#160; <br />E. The OSPF priority is set to 0 on both routers; therefore neither can become the DR.</p>
<p>Answer: E</p>
<p>Explanation</p>
<p>When OSPF adjacency is formed, a router goes through several state changes before it becomes fully adjacent with its neighbor. The states are Down, Attempt, Init, 2-Way, Exstart, Exchange, Loading, and Full.</p>
<p>An OSPF neighbor reaches the 2-way state when bidirectional communication is established (each router has seen the other’s hello packet). This is the beginning of an OSPF adjacency. On broadcast media and non-broadcast multiaccess networks, the DR and BDR are elected in this state. But the priority on both routers are 0 so no DR and BDR are elected -&gt; These routers stay in the 2-way state.</p>
<p>(Reference and a good resource of OSPF Neighbor states: <a href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f0e.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f0e.shtml</a>)</p>
<p>Question 4</p>
<p>You have completed an OSPF implementation, and you are verifying OSPF operation. During this verification, you notice that the OSPF route of 172.16.10.0 is repeatedly appearing and disappearing from the routing table. Further investigation finds that the OSPF CPU utilization is very high and the routers are constantly performing SPF calculations. You determine that 172.16.20.2 is the source of the 172.16.10.0 route. Using the show ip ospf database router 172.16.20.1 command, you notice that when this show command is performed repeatedly, the contents of the LSA change every few seconds.</p>
<p>What could be the cause of this problem?</p>
<p>A. OSPF authentication errors between some of the routers.    <br />B. Two routers have the same OSPF router ID.     <br />C. Issues with mistuned OSPF timers.     <br />D. OSPF LSA pacing issues between some of the routers.     <br />E. OSPF neighbor adjacency problems between some of the routers.</p>
<p>Answer: B</p>
<p>Question 5</p>
<p>The maximum number of routers per OSPF area typically depends on which three factors? (Choose three)</p>
<p>A. the kind of OSPF areas being implemented&#160; <br />B. the number of external LSAs in the network     <br />C. the number of DRs and BDRs in the areas     <br />D. the number of virtual links in the areas&#160; <br />E. how well the areas can be summarized&#160; <br />F. the use of LSA filters</p>
<p>Answer: A B E</p>
<p><ins>Question 6</ins></p>
<p><ins>When verifying OSPF virtual link problems, which is an important item to check on the two transit OSPF routers?</ins></p>
<p><ins>A. OSPF process ID      <br />B. OSPF router ID       <br />C. OSPF network type       <br />D. OSPF memory usage       <br />E. OSPF CPU utilization       <br />F. OSPF stub area configurations</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>The OSPF router IDs of the two transit OSPF routers are used to form the virtual link (with the area area-id virtual-link neighbor-router-id command) so it is an important item to check -&gt; B is correct.</ins></p>
<p><ins>Question 7</ins></p>
<p><ins>The administrator wants to verify the current state of the OSPF database loading process.      <br />Which show command should the administrator use?</ins></p>
<p><ins>A. show ip ospf [process-id] interface      <br />B. show ip ospf neighbor       <br />C. show ip ospf [process-id]       <br />D. show ip ospf [process-id area-id] database</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>The “show ip ospf neighbor” command can be used to view the current state of the OSPF database loading process. In the output below we can see router 2.2.2.2 is in 2way state, router 3.3.3.3 is elected as the BDR &amp; router 4.4.4.4 is the BR.</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6845362425/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="31" border="0" alt="31" src="http://cert-exam.net/wp-content/uploads/2012/02/31.jpg" width="644" height="173" /></a></ins></p>
<p><ins>Question 8</ins></p>
<p><ins>Which two statements about route redistribution when implementing OSPF are true? (Choose two)</ins></p>
<p><ins>A. Routes learned using any IP routing protocol can only be redistributed into non IP routing protocols.      <br />B. OSPF can import routes learned using EIGRP, RIP, and IS-IS.       <br />C. OSPF routes cannot be exported into EIGRP, RIP, and IS-IS.       <br />D. At the interdomain level, OSPF cannot import routes learned using BGP.       <br />E. OSPF routes can be exported into BGP.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B E</ins></p>
<p><ins>Question 9</ins></p>
<p><ins>An administrator types in the command router ospf 1 and receives the error message: “OSPF process 1 cannot start.” (Output is omitted.)      <br />What should be done to correctly set up OSPF?</ins></p>
<p><ins>A. Ensure that an interface has been configured with an IP address.      <br />B. Ensure that an interface has been configured with an IP address and is up.       <br />C. Ensure that IP classless is enabled.       <br />D. Ensure that the interfaces can ping their directly connected neighbors.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>OSPF can be only started when there is at least one interface up and configured with an IP address on the router.</ins></p>
<p><ins>Question 10</ins></p>
<p><ins>Which three are advantages to creating multiple areas in OSPF? (Choose three)</ins></p>
<p><ins>A. less frequent SPF calculations      <br />B. fewer hello packets       <br />C. smaller routing tables       <br />D. reduced LSU overhead&#160; <br />E. fewer adjacencies needed</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A C D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>OSPF routers within an area only need to know about other routers within their own area, not outside their area, and all OSPF routers within a given area share the same link state database. This keeps the routing tables small enough to prevent processing bottlenecks from occurring -&gt; C is correct.</ins></p>
<p><ins>Also SPF only needs to calculate paths to routers within that area -&gt; A is correct.</ins></p>
<p><ins>If a router receives an LSA with old information then it will send a LSU to the sender to update the sender with the newer information. The Link State Update (LSU) holds the LSAs. Instead of sending multiple LSUs the ABR / ASBR summarizes a route and sends only one LSU-&gt; D is correct.</ins></p>
<p><ins>Note: The LSA has a 30 minute timer that causes the router to send an LSU to everyone on the network once it ages out.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 7</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-7</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-7#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:37:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-7</guid>
		<description><![CDATA[Question 1 Into which two types of areas would an area border router (ABR) inject a default route? (Choose two) A. the autonomous system of a different interior gateway protocol (IGP) B. area 0 C. totally stubby D. NSSA E. stub F. the autonomous system of an exterior gateway protocol (EGP) Answer: C E Explanation [...]]]></description>
			<content:encoded><![CDATA[<p>Question 1</p>
<p>Into which two types of areas would an area border router (ABR) inject a default route? (Choose two)</p>
<p>A. the autonomous system of a different interior gateway protocol (IGP)    <br />B. area 0     <br />C. totally stubby     <br />D. NSSA     <br />E. stub     <br />F. the autonomous system of an exterior gateway protocol (EGP)</p>
<p>Answer: C E</p>
<p><span id="more-224"></span>
<p>Explanation</p>
<p>Both stub area &amp; totally stubby area allow an ABR to inject a default route. The main difference between these 2 types of areas is:</p>
<p>+ Stub area replaces LSA Type 5 (External LSA – created by an ASBR to advertise network from another autonomous system) with a default route&#160; <br />+ Totally stubby area replaces both LSA Type 5 and LSA Type 3 (Summary LSA – created by an ABR to advertise network from other areas, but still within the AS, sometimes called interarea routes) with a default route.</p>
<p>Below summarizes the LSA Types allowed and not allowed in area types:<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>Area Type</p>
</td>
<td valign="top">
<p>Type 1 &amp; 2 (within area)</p>
</td>
<td valign="top">
<p>Type 3 (from other areas)</p>
</td>
<td valign="top">
<p>Type 4</p>
</td>
<td valign="top">
<p>Type 5</p>
</td>
<td valign="top">
<p>Type 7</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Standard &amp; backbone</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Stub</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Totally stubby</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>NSSA</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Totally stubby NSSA</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
</tr>
</tbody>
</table>
<p>Question 2</p>
<p>Which three restrictions apply to OSPF stub areas? (Choose three)</p>
<p>A. No virtual links are allowed.    <br />B. The area cannot be a backbone area.     <br />C. Redistribution is not allowed unless the packet is changed to a type 7 packet.     <br />D. The area has no more than 10 routers.     <br />E. No autonomous system border routers are allowed.     <br />F. Interarea routes are suppressed.</p>
<p>Answer: A B E</p>
<p>Question 3</p>
<p>Refer to the partial configurations in the exhibit. What address is utilized for DR and BDR identification on Router1?<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>Router1#show run</p>
<p>**** output omitted ******</p>
<p>interface serial1/1              <br />ipv6 address 2001:410:FFFE:1::64/64&#160; <br />ipv6 ospf 100 area 0               <br />!               <br />interface serial2/0               <br />ipv6 address 3FFF:B00:FFFF:1::2/64&#160; <br />ipv6 ospf 100 area 0               <br />!               <br />ipv6 router ospf&#160; <br />router-id 10.1.1.3</p>
</td>
</tr>
</tbody>
</table>
<p>A. the serial 1/1 address    <br />B. the serial 2/0 address     <br />C. a randomly generated internal address     <br />D. the configured router-id address</p>
<p>Answer: D</p>
<p>Explanation</p>
<p>In OSPFv3 and OSPF version 2, the router uses the 32-bit IPv4 address to select the router ID for an OSPF process. The router ID selection process for OSPFv3 is described below (same as OSPF version 2):</p>
<p>1. The router ID is used if explicitly configured with the router-id command.    <br />2. Otherwise, the highest IPv4 loopback address is used.     <br />3. Otherwise, the highest active IPv4 address.     <br />4. Otherwise, the router ID must be explicitly configured.</p>
<p>In this case the router ID 10.1.1.3 is explicitly configured -&gt; D is correct.</p>
<p>Question 4</p>
<p>By default, which statement is correct regarding the redistribution of routes from other routing protocols into OSPF?</p>
<p>A. They will appear in the OSPF routing table as type E1 routes.    <br />B. They will appear in the OSPF routing table as type E2 routes.     <br />C. Summarized routes are not accepted.     <br />D. All imported routes will be automatically summarized when possible.     <br />E. Only routes with lower administrative distances will be imported.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>Type E1 external routes calculate the cost by adding the external cost to the internal cost of each link that the packet crosses while the external cost of E2 packet routes is always the external cost only. E2 is useful if you do not want internal routing to determine the path. E1 is useful when internal routing should be included in path selection. E2 is the default external metric when redistributing routes from other routing protocols into OSPF -&gt; B is correct.</p>
<p>Question 5</p>
<p>Which statement is true about OSPF Network LSAs?</p>
<p>A. They are originated by every router in the OSPF network. They include all routers on the link, interfaces, the cost of the link, and any known neighbor on the link.    <br />B. They are originated by the DR on every multi-access network. They include all attached routers including the DR itself.     <br />C. They are originated by Area Border Routers and are sent into a single area to advertise destinations outside that area.     <br />D. They are originated by Area Border Router and are sent into a single area to advertise an Autonomous System Border Router.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>Popular LSA Types are listed below:<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>LSA Type</p>
</td>
<td valign="top">
<p>Description</p>
</td>
<td valign="top">
<p>Details</p>
</td>
</tr>
<tr>
<td valign="top">
<p>1</p>
</td>
<td valign="top">
<p>Router LSA</p>
</td>
<td valign="top">
<p>Generated by all routers in an area to describe their directly attached links</p>
</td>
</tr>
<tr>
<td valign="top">
<p>2</p>
</td>
<td valign="top">
<p>Network LSA</p>
</td>
<td valign="top">
<p>Advertised by the DR of the broadcast network (does not cross ABR)</p>
</td>
</tr>
<tr>
<td valign="top">
<p>3</p>
</td>
<td valign="top">
<p>Summary LSA</p>
</td>
<td valign="top">
<p>Advertised by the ABR of originating area</p>
</td>
</tr>
<tr>
<td valign="top">
<p>4</p>
</td>
<td valign="top">
<p>Summary LSA</p>
</td>
<td valign="top">
<p>Generated by the ABR of the originating area to advertise an ASBR to all other areas in the autonomous system</p>
</td>
</tr>
<tr>
<td valign="top">
<p>5</p>
</td>
<td valign="top">
<p>AS external LSA</p>
</td>
<td valign="top">
<p>Used by the ASBR to advertise networks from other autonomous systems</p>
</td>
</tr>
<tr>
<td valign="top">
<p>7</p>
</td>
<td valign="top">
<p>Defined for NSSAs</p>
</td>
<td valign="top">
<p>Generated by an ASBR inside a Not-so-stubby area (NSSA) to describe routes redistributed into the NSSA</p>
</td>
</tr>
</tbody>
</table>
<p><ins>Question 6</ins></p>
<p><ins>Refer to the exhibit. OSPF is configured on all routers in the network. On the basis of the show ip ospf neighbor output, what prevents R1 from establishing a full adjacency with R2?</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845105937/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="27" border="0" alt="27" src="http://cert-exam.net/wp-content/uploads/2012/02/27.jpg" width="578" height="484" /></a></p>
<p> <ins></ins>
<p><ins>A. Router R1 will only establish full adjacency with the DR and BDR on broadcast multiaccess networks.&#160; <br />B. Router R2 has been elected as a DR for the broadcast multiaccess network in OSPF area&#160; <br />C. Routers R1 and R2 are configured as stub routers for OSPF area 1 and OSPF area 2.       <br />D. Router R1 and R2 are configured for a virtual link between OSPF area 1 and OSPF area 2.       <br />E. The Hello parameters on routers R1 and R2 do not match.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>From the output, we learn that R4 is the DR and R3 is the BDR so other routers will only establish full adjacency with these routers. All other routers have the two-way adjacency established -&gt; A is correct.</ins></p>
<p><ins>Question 7</ins></p>
<p><ins>Refer to the exhibit. On the basis of the configuration provided, how are the Hello packets sent by R2 handled by R5 in OSPF area 5?</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845106869/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="28" border="0" alt="28" src="http://cert-exam.net/wp-content/uploads/2012/02/28.jpg" width="442" height="484" /></a></p>
<p> <ins></ins>
<p><ins>A. The Hello packets will be exchanged and adjacency will be established between routers R2 and R5.      <br />B. The Hello packets will be exchanged but the routers R2 and R5 will become neighbors only.       <br />C. The Hello packets will be dropped and no adjacency will be established between routers R2 and R5.       <br />D. The Hello packets will be dropped but the routers R2 and R5 will become neighbors.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: C</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>Recall that in OSPF, two routers will become neighbors when they agree on the following: Area-id, Authentication, Hello and Dead Intervals, Stub area flag.</ins></p>
<p><ins>We must specify Area 5 as a stub area on the ABR (R2) and all the routers in that area (R5 in this case). But from the output, we learn that only R3 has been configured as a stub for Area 5. This will drop down the neighbor relationship between R3 and R5 because the stub flag is not matched in the Hello packets of these routers.</ins></p>
<p><ins>Question 8</ins></p>
<p><ins>When an OSPF design is planned, which implementation can help a router not have memory resource issues?</ins></p>
<p><ins>A. Have a backbone area (area 0) with 40 routers and use default routes to reach external destinations.      <br />B. Have a backbone area (area 0) with 4 routers and 30,000 external routes injected into OSPF.       <br />C. Have less OSPF areas to reduce the need for interarea route summarizations.       <br />D. Have multiple OSPF processes on each OSPF router. Example, router ospf 1, router ospf 2</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A</ins></p>
<p><ins>Question 9</ins></p>
<p><ins>When verifying the OSPF link state database, which type of LSAs should you expect to see within the different OSPF area types? (Choose three)</ins></p>
<p><ins>A. All OSPF routers in stubby areas can have type 3 LSAs in their database.      <br />B. All OSPF routers in stubby areas can have type 7 LSAs in their database.       <br />C. All OSPF routers in totally stubby areas can have type 3 LSAs in their database.       <br />D. All OSPF routers in totally stubby areas can have type 7 LSAs in their database.       <br />E. All OSPF routers in NSSA areas can have type 3 LSAs in their database.       <br />F. All OSPF routers in NSSA areas can have type 7 LSAs in their database.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A E F</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>Below summarizes the LSA Types allowed and not allowed in area types:</ins><br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>Area Type</p>
</td>
<td valign="top">
<p>Type 1 &amp; 2 (within area)</p>
</td>
<td valign="top">
<p>Type 3 (from other areas)</p>
</td>
<td valign="top">
<p>Type 4</p>
</td>
<td valign="top">
<p>Type 5</p>
</td>
<td valign="top">
<p>Type 7</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Standard &amp; backbone</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Stub</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Totally stubby</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
</tr>
<tr>
<td valign="top">
<p>NSSA</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top">
<p>Totally stubby NSSA</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>No</p>
</td>
<td valign="top">
<p>Yes</p>
</td>
</tr>
</tbody>
</table>
<p><ins>Popular LSA Types are listed below:</ins><br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>LSA Type</p>
</td>
<td valign="top">
<p>Description</p>
</td>
<td valign="top">
<p>Details</p>
</td>
</tr>
<tr>
<td valign="top">
<p>1</p>
</td>
<td valign="top">
<p>Router LSA</p>
</td>
<td valign="top">
<p>Generated by all routers in an area to describe their directly attached links</p>
</td>
</tr>
<tr>
<td valign="top">
<p>2</p>
</td>
<td valign="top">
<p>Network LSA</p>
</td>
<td valign="top">
<p>Advertised by the DR of the broadcast network (does not cross ABR)</p>
</td>
</tr>
<tr>
<td valign="top">
<p>3</p>
</td>
<td valign="top">
<p>Summary LSA</p>
</td>
<td valign="top">
<p>Advertised by the ABR of originating area</p>
</td>
</tr>
<tr>
<td valign="top">
<p>4</p>
</td>
<td valign="top">
<p>Summary LSA</p>
</td>
<td valign="top">
<p>Generated by the ABR of the originating area to advertise an ASBR to all other areas in the autonomous system</p>
</td>
</tr>
<tr>
<td valign="top">
<p>5</p>
</td>
<td valign="top">
<p>AS external LSA</p>
</td>
<td valign="top">
<p>Used by the ASBR to advertise networks from other autonomous systems</p>
</td>
</tr>
<tr>
<td valign="top">
<p>7</p>
</td>
<td valign="top">
<p>Defined for NSSAs</p>
</td>
<td valign="top">
<p>Generated by an ASBR inside a Not-so-stubby area (NSSA) to describe routes redistributed into the NSSA</p>
</td>
</tr>
</tbody>
</table>
<p><ins>Question 10</ins></p>
<p><ins>You are troubleshooting an OSPF problem where external routes are not showing up in the OSPF database. Which two options are valid checks that should be performed first to verify proper OSPF operation? (Choose two)</ins></p>
<p><ins>A. Are the ASBRs trying to redistribute the external routes into a totally stubby area?      <br />B. Are the ABRs configured with stubby areas?       <br />C. Is the subnets keyword being used with the redistribution command?       <br />D. Is backbone area (area 0) contiguous?       <br />E. Is the CPU utilization of the routers high?</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A C</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>A totally stubby stubby area cannot have an ASBR so it will discard this type of LSA (LSA Type 5) -&gt; A is a valid check.</ins></p>
<p><ins>Each stubby area needs an ABR to communicate with other areas so it is normal -&gt; B is not a valid check.</ins></p>
<p><ins>When pulling routes into OSPF, we need to use the keyword “subnets” so that subnets will be redistributed too. For example, if we redistribute these EIGRP routes into OSPF:</ins></p>
<p><ins>+ 10.0.0.0/8      <br />+ 10.10.0.0/16       <br />+ 10.10.1.0/24</ins></p>
<p><ins>without the keyword “subnets”</ins></p>
<p><ins>router ospf 1      <br />redistribute eigrp 1</ins></p>
<p><ins>Then only 10.0.0.0/8 network will be redistributed because other routes are not classful routes, they are subnets. To redistribute subnets we must use the keyword “subnets”</ins></p>
<p><ins>router ospf 1      <br />redistribute eigrp 1 subnets</ins></p>
<p><ins>-&gt; C is a valid check.</ins></p>
<p><ins>We don’t need to care if area 0 is contiguous or not -&gt; D is not a valid check.</ins></p>
<p><ins>CPU utilization cannot be the cause for this problem -&gt; E is not a valid check.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 6</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-6</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-6#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-6</guid>
		<description><![CDATA[OSPF Questions Question 1 An administrator Pipes in the command router ospf 1 and receives the error message: “OSPF process 1 cannot start.” (Output is omitted.) What should be done to correctly set up OSPF? A – Ensure that an interface has been configured with an IP address B – Ensure that an interface has [...]]]></description>
			<content:encoded><![CDATA[<p>OSPF Questions</p>
<p>Question 1</p>
<p>An administrator Pipes in the command router ospf 1 and receives the error message: “OSPF process 1 cannot start.” (Output is omitted.) What should be done to correctly set up OSPF?</p>
<p>A – Ensure that an interface has been configured with an IP address</p>
<p><span id="more-221"></span>
<p>B – Ensure that an interface has been configured with an IP address and is up     <br />C – Ensure that IP classless is enabled     <br />D – Ensure that the interfaces can ping their directly connected neighbors</p>
<p>Answer: B</p>
<p>Question 2</p>
<p>During a recent OSPF election among three routers. RTA was elected the DR and RTB was elected the BDR, as seen in the graphic. Assume that RTA fails, and that RTB takes the place of the DR while RTC becomes the new BDR. What will happen when RTA comes back online?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845014211/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="22" border="0" alt="22" src="http://cert-exam.net/wp-content/uploads/2012/02/22.jpg" width="644" height="328" /></a></p>
<p>A – RTA will take the place of DR immediately upon establishing its adjacencie    <br />B – RTA will take the place of DR only if RTB fails     <br />C – RTA will take the place of DR only if both RTB and RTC fail     <br />D – A new election will take place establishing an all new DR and BDR based on configured priority levels and MAC addresses</p>
<p>Answer: C</p>
<p>Question 3</p>
<p>Refer to the exhibit. During the process of configuring a virtual link to connect area 2 with the backbone area, the network administrator received this console message on R3:    <br />*Mar 1 00:25:01.084: %OSPF-4-ERRRCV: Received invalid packet: mismatch area ID, from backbone area must be virtual link but not found from 20.20.20.1, Serial 0</p>
<p>How should the virtual link be configured on the OSPF routers to establish full connectivity between the areas?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6845015331/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="23" border="0" alt="23" src="http://cert-exam.net/wp-content/uploads/2012/02/23.jpg" width="644" height="370" /></a></p>
<p>A – R1(config-router)# area 1 virtual-link 30.30.30.3&#160; <br />R3(config-router)# area 1 virtual-link 20.20.20.1     <br />B – R1(config-router)# area 1 virtual-link 20.20.20.2&#160; <br />R3(config-router)# area 1 virtual-link 30.30.30.2     <br />C – R1(config-router)# area 0 virtual-link 1.1.1.1     <br />R3(config-router)# area 2 virtual-link 3.3.3.3     <br />D – R1(config-router)# area 1 virtual-link 3.3.3.3&#160; <br />R3(config-router)# area 1 virtual-link 1.1.1.1     <br />E – R1(config-router)# area 1 virtual-link 2.2.2.2&#160; <br />R3(config-router)# area 1 virtual-link 2.2.2.2</p>
<p>Answer: D</p>
<p>Explanation</p>
<p>When designing a multi-area OSPF network, all areas should be connected to the backbone area. However, there may be instances when an area will need to cross another area to reach the backbone area like area 2 in this case. A virtual link has the following two requirements:</p>
<p>+ It must be established between two routers that share a common area and are both ABRs.&#160; <br />+ One of these two routers must be connected to the backbone.</p>
<p>In this case, two routers that satisfy the above requirements are R1 and R3. The syntax for creating a virtual link across an area is:</p>
<p>area area-id virtual-link neighbor-router-id</p>
<p>The area-id is the number of the transit area, in this example Area 1 and neighbor-router-id is the IP address of the highest loopback interface configured or can be manually set on the neighboring router.</p>
<p><ins>Question 4</ins></p>
<p><ins>As shown in the exhibit ,OSPF is configured over a Frame Relay network. All PVCs are active. However, P4S1 and P4S3 fail to see all OSPF routes in their routing tables. The show ip ospf neighbor command executed on P4S2 displays the state of the neighbors. In order to fix the problem , what should be done?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6845016351/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="24" border="0" alt="24" src="http://cert-exam.net/wp-content/uploads/2012/02/24.jpg" width="644" height="316" /></a></ins></p>
<p><ins>A – The neighbor command should be configured under the OSPF routing process on all routers      <br />B – The ip ospf network broadcast command should be configured on each Frame Relay interface       <br />C – The ip ospf network non-broadcast command should be configured on each Frame Relay interface       <br />D – The ip ospf priority value on the spoke routers should be set to 0</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>In an NBMA network topology, neighbors are not discovered automatically. OSPF tries to elect a DR and a BDR due to the multi-access nature of the network, but the election fails since neighbors are not discovered because NBMA environment doesn’t forward broadcast and multicast packets. Neighbors must be configured manually to overcome these problems.</ins></p>
<p><ins>Also, additional configuration is necessary in a hub and spoke topology to make sure that the hub routers, which have connectivity with every other spoke router, are elected as the DR and BDR. You must set the spoke interfaces to an OSPF priority of zero, this ensures that the spokes will not become the DR or BDR.</ins></p>
<p><ins>Question 5</ins></p>
<p><ins>The following exhibit shows ipv6 route output. What would the metric be for a summary route that summarizes all three OSPFv3 routes displayed?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6845045181/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="25[5]" border="0" alt="25[5]" src="http://cert-exam.net/wp-content/uploads/2012/02/255.jpg" width="644" height="198" /></a></ins></p>
<p><ins>A – 160      <br />B – 140       <br />C – 120       <br />D – 100</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>The cost of the summarized routes is the highest cost of the routes being summarized. In fact, in the old RFC 1583 standard, the cost of the summary route was the cost of the lowest metric. But when OSPF was updated in RFC 2178 and RFC 2328, the summary route should have the same cost as the highest-cost summarized route. In this case, the highest-cost is 100 according to the second entry.</ins></p>
<p><ins>Question 6</ins></p>
<p><ins>Study the exhibit below carefully. In order to summarize all routes from area 0 to area 1, what must be configured on the router?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6845046185/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="26[5]" border="0" alt="26[5]" src="http://cert-exam.net/wp-content/uploads/2012/02/265.jpg" width="644" height="233" /></a></ins></p>
<p><ins>A – area 0 range 172.16.96.0 255.255.224.0      <br />B – area 1 range 172.16.96.0 255.255.224.0       <br />C – area 1 range 172.16.96.0 255.255.0.0&#160; <br />D – area 0 range 172.16.96.0 255.255.255.0</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EIGRP &#8211; SHOW IP EIGRP TOPOLOGY ALL-LINKS</title>
		<link>http://cert-exam.net/ccnp/eigrp-show-ip-eigrp-topology-all-links</link>
		<comments>http://cert-exam.net/ccnp/eigrp-show-ip-eigrp-topology-all-links#comments</comments>
		<pubDate>Thu, 09 Feb 2012 05:51:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/eigrp-show-ip-eigrp-topology-all-links</guid>
		<description><![CDATA[EIGRP – SHOW IP EIGRP TOPOLOGY ALL-LINKS Question Refer to the exhibit. BigBids Incorporated is a worldwide auction provider. The network uses EIGRP as its routing protocol throughout the corporation. The network administrator does not understand the convergence of EIGRP. Using the output of the show ip eigrp topology all-linkscommand, answer the administrator’s questions. &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP – SHOW IP EIGRP TOPOLOGY ALL-LINKS</p>
<p>Question</p>
<p>Refer to the exhibit. BigBids Incorporated is a worldwide auction provider. The network uses EIGRP as its routing protocol throughout the corporation. The network administrator does not understand the convergence of EIGRP. Using the output of the show ip eigrp topology all-linkscommand, answer the administrator’s questions.</p>
<p><span id="more-215"></span>
<p>&#160;</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6844970905/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="17" border="0" alt="17" src="http://cert-exam.net/wp-content/uploads/2012/02/17.jpg" width="442" height="484" /></a></p>
<p>Question 1</p>
<p>Which two networks does the Core1 device have feasible successors for? (Choose two)</p>
<p>A – 172.17.0.0/30    <br />B – 172.17.1.0/24     <br />C – 172.17.2.0/24     <br />D – 172.17.3.0/25     <br />E – 172.17.3.128/25     <br />F – 10.140.0.0/24</p>
<p>Answer: A F</p>
<p>Explanation</p>
<p>To understand the output of the “show ip eigrp topology all-links command” command, let’s analyze an entry (we choose the second entry because it is better for demonstration than the first one)</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6844973751/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="18" border="0" alt="18" src="http://cert-exam.net/wp-content/uploads/2012/02/18.jpg" width="430" height="62" /></a></p>
<p>The first line tells us there is only 1 successor for the path to 10.140.0.0/24 network but there are 2 lines below. So we can deduce that one line is used for successor and the other is used for another route to that network. Each of these two lines has 2 parameters: the first one (“156160″ or “157720″) is the Feasible Distance (FD) and the second (“128256″ or “155160″) is the Advertised Distance (AD) of that route.</p>
<p>The next thing we want to know is: if the route via 172.17.10.2 (the last line) would become the feasible successor for the 10.140.0.0/24 network. To figure out, we have to compare the Advertised Distance of that route with the Feasible Distance of the successor’s route, if AD &lt; FD then it will become the feasible successor. In this case, because AD (155160) &lt; FD (156160) so it will become the feasible successor. Therefore we can conclude the network 10.140.0.0/24 has 1 feasible successor.</p>
<p>After understanding the output, let’s have a look at the entire output:</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6844975959/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="19" border="0" alt="19" src="http://cert-exam.net/wp-content/uploads/2012/02/19.jpg" width="445" height="484" /></a></p>
<p>Because the question asks about feasible successor so we just need to focus on entries which have more paths than the number of successor. In this case, we find 3 entries that are in blue boxes because they have only 1 successor but has 2 paths, so the last path can be the feasible successor.</p>
<p>By comparing the value of AD (of that route) with the FD (of successor’s route) we figure out there are 2 entries will have the feasible successor: the first and the second entry. The third entry has AD = FD (30720) so we eliminate it.</p>
<p>Question 2</p>
<p>Which three EIGRP routes will be installed for the 172.17.3.128/25 and 172.17.2.0/24 networks? (Choose three)</p>
<p>A – 172.17.3.128.25 [90/28160] via 172.17.1 2, 01:26:35, FastEthernet0/2    <br />B – 172.17.3.128/25 [90/30720] via 172.17.3.2, 01:26:35. FastEthemet0/3     <br />C – 172.17.3.128/25 [90/30720] via 172.17.10.2, 01:26:35. FastEthernet0/1     <br />D – 172.17.2.0/24 [90/30720] via 172.17.10.2, 02:10:11, FastEthernet0/1     <br />E – 172.17.2.0/24 [90/28160] via 172.17.10.2, 02:10:11. FastEthernet0/1     <br />F – 172.17.2.0/24 [90/33280] via 172.17.3.2, 02:10:11. FastEthernet0/3</p>
<p>Answer: B C D</p>
<p>Explanation</p>
<p>First indicate the positions of these networks:</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6844977457/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20" border="0" alt="20" src="http://cert-exam.net/wp-content/uploads/2012/02/20.jpg" width="437" height="484" /></a></p>
<p>Network 172.17.3.128/25 has 2 successors, therefore the two paths below are both successors.</p>
<p>Network 172.17.2.0/24 has only 1 successor, therefore the path lies right under it is the successor.</p>
<p><ins>Question 3</ins></p>
<p><ins>Which three networks is the router at 172.17.10.2 directly connected to? (Choose three)</ins></p>
<p><ins>A – 172.17.0.0/30      <br />B – 172.17.1.0/24       <br />C – 172.17.2.0/24       <br />D – 172.17.3.0/25       <br />E – 172.17.3.128/25       <br />F – 172.17.10.0/24</ins></p>
<p><ins></ins></p>
<p><ins>Answer: C E F</ins></p>
<p><ins>Explanation</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6844978745/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="21" border="0" alt="21" src="http://cert-exam.net/wp-content/uploads/2012/02/21.jpg" width="439" height="484" /></a></ins></p>
<p><ins>First, we should notice about the entry in the orange box, it shows that the network 172.17.10.0/24 is directly connected with this router and has a FD of 28160. So we can guess the networks that directly connected with router at 172.17.10.2 will be shown with an AD of 28160. From that, we find out 3 networks which are directly connected to the router at 172.17.10.2 (they are green underlined). The network 172.17.10.0/24 is surely directly connected to the router at 172.17.10.2 (in fact it is the network that links the router at 172.17.10.2 with Core1 router).</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/eigrp-show-ip-eigrp-topology-all-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 5</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-5</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-5#comments</comments>
		<pubDate>Wed, 08 Feb 2012 01:23:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-5</guid>
		<description><![CDATA[EIGRP Questions Question 1 Which three descriptions are correct based on the exhibited output? (Choose three) A. R1 is configured with the variance command. B. The route to 10.2.0.0/16 was redistributed into EIGRP. C. A default route has been redistributed into the EIGRP autonomous system. D. R1 is configured with the ip summary-address command. Answer: [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP Questions</p>
<p><ins></ins></p>
<p>Question 1</p>
<p>Which three descriptions are correct based on the exhibited output? (Choose three)</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838597137/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1" border="0" alt="1" src="http://cert-exam.net/wp-content/uploads/2012/02/1.jpg" width="398" height="327" /></a></p>
<p>A. R1 is configured with the variance command.    <br />B. The route to 10.2.0.0/16 was redistributed into EIGRP.     <br />C. A default route has been redistributed into the EIGRP autonomous system.     <br />D. R1 is configured with the ip summary-address command.</p>
<p><span id="more-203"></span>
<p>Answer: A C D</p>
<p>Explanation</p>
<p>From the routing table above, we see that network 172.16.1. can be reached via 2 unequal paths (with FD of 23072000 &amp; 20640000) so surely R1 has been configured with the “variance” command -&gt; A is correct.</p>
<p>By configuring a default route and redistribute it into EIGRP you will get the line “D *EX 0.0.0.0/0 …” line in the routing table of that router -&gt; C is correct.</p>
<p>From the line “10.2.0.0/16 is a summary, 00:16:18, Null0″ we know that this network has been summarized with the “ip summaray-address” command (notice that 10.2.0.0 is not the major network of net-&gt; D is correct.</p>
<p>Question 2</p>
<p>Refer to the exhibit. Which two statements are true? (Choose two)</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838598755/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2" border="0" alt="2" src="http://cert-exam.net/wp-content/uploads/2012/02/2.jpg" width="590" height="484" /></a></p>
<p>A. The eigrp stub command prevents queries from being sent from R2 to R1.    <br />B. The eigrp stub command will automatically enable summarization of routes on R2.     <br />C. The eigrp stub command prevents all routes except a default route from being advertised to R1.     <br />D. Router R1 will advertise connected and summary routes only.     <br />E. Router R1 will advertise connected and static routes. The sending of summary routes will not be permitted.     <br />F. Router R1 is configured as a receive-only neighbor and will not send any connected, static or summary routes.</p>
<p>Answer: A D</p>
<p>Explanation</p>
<p>The command “eigrp stub” turns R1 into a stub router so R2 will never send any query to R1 because R2 knows that a stub router will only route packets for networks it has explicitly advertised -&gt; A is correct.</p>
<p>The command “eigrp stub” is same as “eigrp stub connected summary” command because connected and summarized routes are advertised by default -&gt; D is correct.</p>
<p>Note: Because the network 192.168.50.0 is not advertised by “network” statement, it is necessary to redistribute connected route with the “redistribute connected” command.</p>
<p>Question 3</p>
<p>Refer to the exhibits. Router B should advertise the network connected to the E0/0/0 interface to router A and block all other network advertisements. The IP routing table on router A indicates that it is not receiving this prefix from router B.    <br />What is the probable cause of the problem?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838600925/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3" border="0" alt="3" src="http://cert-exam.net/wp-content/uploads/2012/02/3.jpg" width="521" height="484" /></a></p>
<p>A. An access list on router B is causing the 192.168.3.16/28 network to be denied.    <br />B. An access list on router B is causing the 192.168.3.32/28 network to be denied.     <br />C. The distribute list on router B is referencing a numbered access list that does not exist on router B.     <br />D. The distribute list on router B is referencing the wrong interface.</p>
<p>Answer: A</p>
<p>Explanation</p>
<p>This is an unclear question. The question says “Router B should advertise the network connected to the E0/0/0 interface to router A and block all other network advertisements. The IP routing table on router A indicates that it is not receiving this prefix from router B.” That means the network 192.168.3.16/28 (including the IP 192.168.3.21/28) is not received on router A -&gt; A is the most suitable answer.</p>
<p>Note: Distribute list are used to filter routing updates and they are based on access lists.</p>
<p>Question 4</p>
<p>Study the exhibit carefully. What must be done on router A in order to make EIGRP work effectively in a Frame Relay multipoint environment?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838603935/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4" border="0" alt="4" src="http://cert-exam.net/wp-content/uploads/2012/02/4.jpg" width="644" height="395" /></a></p>
<p>A. Issue the command bandwidth 56 on the physical interface.    <br />B. Issue the command bandwidth 56 on each subinterface.     <br />C. Issue the command bandwidth 224 on each subinterface.     <br />D. Issue the command bandwidth 224 on the physical interface.</p>
<p>Answer: D</p>
<p>Explanation</p>
<p>In Frame Relay, all neighbors share the same bandwidth, regardless of the actual CIR of each individual PVC. In this case the CIR of each PVC is the same so we can find the bandwidth of the main interface (multipoint connection interface) by 56 x 4 = 224.</p>
<p>Notice that if the bandwidth on each PVC is not equal then we get the lowest bandwidth to multiply.</p>
<p>Question 5</p>
<p>Refer to the exhibit. ROUTE Enterprises has many stub networks in their enterprise network, such as router B and its associated network. EIGRP is to be implemented on router A so that neither the prefix for the S/0/0/0 interface nor the prefixes from router B appear in the routing tables for the router in the enterprise network.    <br />Which action will accomplish this goal?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838610451/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5" border="0" alt="5" src="http://cert-exam.net/wp-content/uploads/2012/02/5.jpg" width="644" height="136" /></a></p>
<p>A. Declare router B a stub router using the eigrp stub command.    <br />B. Use the passive-interface command for interface Serial0/0/0.     <br />C. Use a mask with the network command to exclude interface Serial0/0/0.     <br />D. Implement a distribute list to exclude the link prefix from the routing updates.</p>
<p>Answer: C</p>
<p>Explanation</p>
<p>If we declare router B a stub router then the routers in Enterprise Network still learn about the network for S0/0/0 interface and the network behind router B -&gt; A is not correct.</p>
<p>If we use the passive-interface command on s0/0/0 interface then router A &amp; B can not become neighbor because they don’t exchange hello messages -&gt; A can not send traffic to the network behind B -&gt; B is not correct.</p>
<p>Theoretically, we can use a distribute list to exclude both the link prefix and the prefix from router B but it is not efficient because:</p>
<p>+ We have many stub networks so we will need a “long” distribute list.    <br />+ We declare networks in stub routers (like router B) while filter them out at router A -&gt; it is a waste.</p>
<p>I am not totally sure about answer C because if we “use a mask with the network command to exclude interface Serial0/0/0″ then router A and B can not become neighbors and the situation is same as answer B. But from many discussions about this question, maybe C is the best answer.</p>
<p><ins>Question 6</ins></p>
<p><ins>Refer to the exhibit. EIGRP is configured with the default configuration on all routers. Autosummarization is enabled on routers R2 and R3, but it is disabled on router R1. Which two EIGRP routes will be seen in the routing table of router R3? (Choose two)</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6838613943/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6" border="0" alt="6" src="http://cert-exam.net/wp-content/uploads/2012/02/6.jpg" width="644" height="351" /></a></p>
<p> <ins></ins>
<p><ins>A. 10.0.0.0/8      <br />B. 10.10.0.0/16       <br />C. 10.10.10.0/24       <br />D. 172.16.0.0/16       <br />E. 172.16.0.0/24       <br />F. 172.16.10.0/24</ins></p>
<p><ins></ins></p>
<p><ins>Answer: C D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>EIGRP performs an auto-summarization each time it crosses a border between two different major networks. In this case all different networks are in different major networks so EIGRP will perform auto-summarization when it exits an interface. But R1 has been configured with “no auto-summary” command so EIGRP will not summarize on S0 interface of R1. So the routing table of R2 will have the network 10.10.10.0/24 (not be summarized).</ins></p>
<p><ins>When exiting S1 interface of R2, EIGRP summarizes network 172.16.10.0/24 into the major 172.16.0.0/16 network but it does not summarize network 10.10.10.0/24 because it is not directly connected with this network. Therefore in the routing table of R3 there will have:</ins></p>
<p><ins>+ Network 10.10.10.0/24 ( not summarized)      <br />+ Network 172.16.0.0/16 (summarized)</ins></p>
<p><ins>-&gt; C and D are correct.</ins></p>
<p><ins>Note: I simulated this question on GNS3, you can see the final outputs of the “show ip route” commands on these routers (I connected these routers via FastEthernet, not Serial interfaces so the outputs are slightly different but the main points are not changed).</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838616291/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7" border="0" alt="7" src="http://cert-exam.net/wp-content/uploads/2012/02/7.jpg" width="571" height="484" /></a></ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838617773/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8" border="0" alt="8" src="http://cert-exam.net/wp-content/uploads/2012/02/8.jpg" width="644" height="254" /></a></ins></p>
<p><ins>Question 7</ins></p>
<p><ins>Refer to the exhibit. In a redundant hub-and-spoke deployment using EIGRP, what feature can be used to ensure that routers C through F are not used as transit routers for data traveling from router B to network 10.1.1.0?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838620045/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9" border="0" alt="9" src="http://cert-exam.net/wp-content/uploads/2012/02/9.jpg" width="450" height="484" /></a></ins></p>
<p><ins>A. Use address summarization at routers C, D. E, and F.      <br />B. Use the EIGRP Stub feature on routers C, D, E, and F.       <br />C. Use passive-interface on the spoke links in routers A and B.       <br />D. Change the administrative distance in routers A and B for routes learned from routers Cr D. E, and F.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>By configuring “stub” feature on routers C D E and F, routers A and B will not try to transit traffic through these routers. For example, if the network connecting from routers A and B is down, router B will not send to network 10.1.1.0/24 from router B -&gt; routerC/D/E/F -&gt; router A -&gt; network 10.1.1.0/24.</ins></p>
<p><ins>Question 8</ins></p>
<p><ins>Refer to the exhibit. How would you confirm on R1 that load balancing is actually occurring on the default-network (0.0.0.0)?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838621749/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10" border="0" alt="10" src="http://cert-exam.net/wp-content/uploads/2012/02/10.jpg" width="503" height="484" /></a></ins></p>
<p><ins>A. Use ping and the show ip route command to confirm the timers for each default network resets to 0.      <br />B. Load balancing does not occur over default networks; the second route will only be used for failover.       <br />C. Use an extended ping along with repeated show ip route commands to confirm the gateway of last resort address toggles back and forth.       <br />D. Use the traceroute command to an address that is not explicitly in the routing table.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>The most simple method to test load balancing is to use the “traceroute” command. If load balancing is working correctly, we will see different paths to reach the destination each time we use that command.</ins></p>
<p><ins>Unknown address will be routed via the default-network 0.0.0.0 so we must use an address that is not explicitly in the routing table.</ins></p>
<p><ins>Question 9</ins></p>
<p><ins>Refer to the exhibit. ROUTE.com is planning to implement load balancing for traffic between host on the 172.16.10.0/24 and 172.16.20./24 networks. You have been asked to review the implementation plan for this project. Which statement about the plan is true?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838623405/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11" border="0" alt="11" src="http://cert-exam.net/wp-content/uploads/2012/02/11.jpg" width="644" height="290" /></a></ins></p>
<p><ins>A. It is complete as written.      <br />B. It should include a task to configure EIGRP multipath equal to 2 on R1 and R4.       <br />C. It should include a task to implement OSPF because it handles unequal cost load balancing most efficiently using variance.       <br />D. It should include a task that establishes a baseline before and after the configuration has been changed.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>A complete implementation plan should be:</ins></p>
<p><ins>1. Configure variance on R1 and R4      <br />2. Use traceroute to validate load balancing has been activated       <br />3. Document configuration changes       <br />4. Establish a new traffic throughput baseline       <br />5. Compare the new and old baselines and verify that load balancing is implemented as desired.</ins></p>
<p><ins>Question 10</ins></p>
<p><ins>Refer to the exhibit. ROUTE.com is planning to implement load balancing for traffic between host on the 172.16.10.0/24 and 172.16.20./24 networks. You have been asked to review the implementation plan for this project. Which statement about the plan is true?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838625249/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12" border="0" alt="12" src="http://cert-exam.net/wp-content/uploads/2012/02/12.jpg" width="644" height="360" /></a></ins></p>
<p><ins>A. It is complete as written.      <br />B. It should include a task to configure multipath to equal a value of 2 on R1 and R4.       <br />C. It should use a ping instead of a traceroute to validate that load balancing has been activated.       <br />D. It should contain a task that documents the changes made to the configurations.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>Same as questions 9</ins></p>
<p><ins>Question 11</ins></p>
<p><ins>Refer to the exhibit. EIGRP had converged in AS 1 when the link between router R1 and R2 went down. The console on router R2 generated the following messages:</ins><br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>*Mar 20 12:12:06: %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 10.1.4.3 (Serial0) is down: stuck in active              <br />*Mar 20 12:15:23: %DUAL-3-SIA: Route 10.1.1.0/24 stuck-in-active state in IP-EIGRP 1.               <br />Cleaning up</p>
</td>
</tr>
</tbody>
</table>
<p><ins>The network administrator issued the show ip eigrp topology active command on R2 to check the status of the EIGRP network. Which statement best describes the reason for the error messages?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838629053/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="13" border="0" alt="13" src="http://cert-exam.net/wp-content/uploads/2012/02/13.jpg" width="644" height="399" /></a></ins><ins>A. Incorrect bandwidth configuration on router R3 prevents R2 from establishing neighbor adjacency.      <br />B. Incorrect bandwidth configuration on router R5 prevents R2 from establishing neighbor adjacency.       <br />C. Router R3 did not reply to the query about network 10.1.1.0/24 sent by router R2.       <br />D. Router R5 did not reply to the query about network 10.1.1.0/24 sent by router R2.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: C</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>When the link between R1 and R2 is down, R2 loses its successor for the network 10.1.1.0/24. R2 checks its topology table for a feasible successor but it can’t find one. So R2 goes active on the that route to find a new successor by sending queries out to its neighbors (R3 and R5) requesting a path to the lost route. Both R3 and R5 also go “active” for the that route. But R5 doesn’t have any neighbor to ask besides R2 so it will send an “unreachable message” to indicate it has no alternative path for that route and has no other neighbor to query. R3 also checks its EIRGP topology table for a feasible successor but it has none, too. Unlike R5, R3 has a neighbor (R4) so it continues to query this router.</ins></p>
<p><ins>Now suppose there is a problem on the link between R3 and R4 so R4 never receives the query from R3 and of course, R3 also never receives a reply back from R4. Therefore, R3 can’t reply back to R2. After about 3 minutes, the “Stuck in active” (SIA) timer on R2 expires and R2 marks the route 10.1.1.0/24 as “stuck in active” route.</ins></p>
<p><ins>The output line “via 10.1.3.3 (Infinity/Infinity), r, Seiral0, serno 1232″ indicates R2 has sent a query to 10.1.3.3 and is waiting for a reply (the lowercase r) -&gt; C is correct.</ins></p>
<p><ins>(Reference: <a href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008010f016.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008010f016.shtml</a>)</ins></p>
<p><ins>Question 12</ins></p>
<p><ins>Refer to the exhibit. EIGRP has been configured on routers R1 and R2. However, R1 does not show R2 as a neighbor and does not accept routing updates from R2. What could be the cause of the problem?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838633459/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="14" border="0" alt="14" src="http://cert-exam.net/wp-content/uploads/2012/02/14.jpg" width="591" height="484" /></a></ins></p>
<p><ins>A. The no auto-summary command has not been issued under the EIGRP process on both routers.      <br />B. Interface E0 on router R1 has not been configured with a secondary IP address of 10.1.2.1/24.       <br />C. EIGRP cannot exchange routing updates with a neighbor’s router interface that is configured with two IP addresses.       <br />D. EIGRP cannot form neighbor relationship and exchange routing updates with a secondary address.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>EIGRP updates always use the primary IP address of the outgoing interface as the source address. In this case R2 will use the 10.1.2.2/24 address, which is not in the same subnet of R1, to send EIGRP update to R1. Therefore R1 does not accept this update and generates the “not on common subnet” error message.</ins></p>
<p><ins>Answer D is a bit unclear. It should state that “EIGRP cannot form neighbor relationship and exchange routing updates if the two primary addresses on two routers are not in the same subnet”.</ins></p>
<p><ins>Notice that although R1 does not accept R2 as its EIGRP neighbors but R2 accepts R1 as its EIGRP neighbor accepts R1 hello packets..</ins></p>
<p><ins>For more information about this problem, please read<a href="http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f09.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f09.shtml</a>.</ins></p>
<p><ins>Question 13</ins></p>
<p><ins>Refer to the exhibit. A Boston company bought the assets of a New York company and is trying to route traffic between the two data networks using EIGRP over EoMPLS. As a network consultant, you were asked to verify the interoperability of the two networks.</ins></p>
<p><ins>From the show ip route command output, what can you tell the customer about the traffic flow between the subnet in New York (172.16.8.0/24) and the subnets in Boston (172.16.16.0/24 and 10.10.16.0/24)?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838636129/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="15" border="0" alt="15" src="http://cert-exam.net/wp-content/uploads/2012/02/15.jpg" width="447" height="484" /></a></ins></p>
<p><ins>A. Traffic is flowing between the 172.16.8.0 subnet and subnets 172.16.16.0 and 10.10.16.0 and no configuration changes are needed.      <br />B. Auto-summary must be disabled on N1 and B1 before traffic can flow between the 172.16.8.0 subnet and subnets 172.16.16.0 and 10.10.16.0.       <br />C. Traffic will flow between the 172.16.8.0 subnet and 172.16.16.0 without any further configuration changes. However, auto-summary must be disabled on N1 and B1 before traffic can flow between the 172.16.8.0 subnet and the 10.10.16.0 subnet.       <br />D. Auto-summary must be disabled on N1 and B1 before traffic can flow between the 172.16.8.0 subnet and the 172.16.16.0 subnet. However, traffic will flow between the 172.16.8.0 subnet and 10.10.16.0 without any further configuration changes.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Question 14</ins></p>
<p><ins>Refer to the exhibit. A Boston company bought the assets of a New York company and is trying to route traffic between the two data networks using EIGRP. The show command output shows that traffic will not flow between the networks. As a network consultant, you were asked to modify the configuration and certify the interoperability of the two networks. For traffic to flow from subnet 172.16.8.0/24 to the 172.16.16.0/24 subnet, which configuration change do you recommend?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6838638153/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="16" border="0" alt="16" src="http://cert-exam.net/wp-content/uploads/2012/02/16.jpg" width="644" height="409" /></a></ins></p>
<p><ins>A. Turn off autosummarization on routers N1 and B1.      <br />B. Add IP summary addresses to the Internet-pointing interfaces of routers N1 and B1.       <br />C. Turn off autosummarization on routers N2 and B2.       <br />D. Add wildcard masks to the network commands on routers N2 and B2.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 4</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-4</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-4#comments</comments>
		<pubDate>Sun, 22 Jan 2012 15:40:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-4</guid>
		<description><![CDATA[EIGRP Questions Question 1 Which three statements are true about EIGRP route summarization? (Choose three) A. Manual route summarization is configured in router configuration mode when the router is configured for EIGRP routing. B. Manual route summarization is configured on the interface. C. When manual summarization is configured, the summary route will use the metric [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP Questions</p>
<p>Question 1</p>
<p>Which three statements are true about EIGRP route summarization? (Choose three)</p>
<p>A. Manual route summarization is configured in router configuration mode when the router is configured for EIGRP routing.    <br />B. Manual route summarization is configured on the interface.     <br />C. When manual summarization is configured, the summary route will use the metric of the largest specific metric of the summary routes.     <br />D. The ip summary-address eigrp command generates a default route with an administrative distance of 90.     <br />E. The ip summary-address eigrp command generates a default route with an administrative distance of 5.     <br />F. When manual summarization is configured, the router immediately creates a route that points to null0 interface</p>
<p>Answer: B E F</p>
<p><span id="more-186"></span>
<p>Explanation</p>
<p>The ip summary-address eigrp {AS number} {address mask} command is used to configure a summary aggregate address for a specified interface. For example with the topology below:</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742541677/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="14" border="0" alt="14" src="http://cert-exam.net/wp-content/uploads/2012/01/141.jpg" width="644" height="163" /></a></p>
<p>R2 has 5 loopback interfaces but instead of advertising all these interfaces we can only advertise its summarized subnet. In this case the best summarized subnet should be 1.1.1.0/29 which includes all these 5 loopback interfaces.</p>
<p>R2(config)#interface fa0/0    <br />R2(config-if)#ip summary-address eigrp 1 1.1.1.0 255.255.255.248</p>
<p>This configuration causes EIGRP to summarize network 1.1.1.0 and sends out Fa0/0 interface</p>
<p>After configuring manual EIGRP summary, the routing table of the local router will have a route to Null0:</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742545895/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="15" border="0" alt="15" src="http://cert-exam.net/wp-content/uploads/2012/01/151.jpg" width="644" height="330" /></a></p>
<p>So why is this route inserted in the routing table when doing summarization? Well, you may notice that although our summarized subnet is 1.1.1.0/29 but we don’t have all IP addresses in this subnet. Assignable IP addresses of subnet 1.1.1.0/29 are from 1.1.1.1 to 1.1.1.6. Imagine what happens if R1 sends a packet to 1.1.1.6. Because R1 do believe R2 is connected with this IP so it will send this packet to R2. But R2 does not have this IP so if R2 has a default-route to R1 (for example R1 is connected to the Internet and R2 routes all unknown destination IP packets to R1) then a loop will occur.</p>
<p>To solve this problem, some routing protocols automatically add a route to Null0. A packet is sent to “Null0″ means that packet is dropped. Suppose that R1 sends a packet to 1.1.1.6 through R2, even R2 does not have a specific route for that IP, it does have a general route pointing to Null0 which the packet sent to 1.1.1.6 can be matched -&gt; That packet is dropped at R2 without causing a routing loop!</p>
<p>By default, EIGRP summary routes are given an administrative distance value of 5. Notice that this value is only shown on the local router doing the summarization. On other routers we can still see an administrative distance of 90 in their routing table.</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742549899/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="16" border="0" alt="16" src="http://cert-exam.net/wp-content/uploads/2012/01/161.jpg" width="644" height="253" /></a></p>
<p>Question 2</p>
<p>After implementing EIGRP on your network, you issue the show ip eigrp traffic command on router C. The following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IF-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 481/444     <br />Updates sent/received: 41/32     <br />Queries sent/received: 5/1     <br />Replies sent/received: 1/4     <br />Acks sent/received: 21/25     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>Approximately 25 minutes later, you issue the same command again. The following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IP-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 1057/1020     <br />Updates sent/received: 41/32     <br />Queries sent/received: 5/1     <br />Replies sent/received: 1/4     <br />Acks sent/received: 21/25     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>Approximately 25 minutes later, you issue the same command a third time. The following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IP-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 1754/1717     <br />Updates sent/received: 41/32     <br />Queries sent/received: 5/1     <br />Replies sent/received: 1/4     <br />Acks sent/received: 21/25     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>What can you conclude about this network?</p>
<p>A. The network has been stable for at least the last 45 minutes.    <br />B. There is a flapping link or interface, and router C knows an alternate path to the network.     <br />C. There is a flapping link or interface, and router A does not know an alternate path to the network.     <br />D. EIGRP is not working correctly on router C.     <br />E. There is not enough information to make a determination.</p>
<p>Answer: A</p>
<p>Explanation</p>
<p>In three times using the command, the “Queries sent/received” &amp; “Replies sent/received” are still the same -&gt; the network is stable.</p>
<p>Question 3</p>
<p>After implementing EIGRP on your network, you issue the show ip eigrp traffic command on router C. The following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IP-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 2112/2076     <br />Updates sent/received: 47/38     <br />Queries sent/received: 5/3     <br />Replies sent/received: 3/4     <br />Acks sent/received: 29/33     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>Moments later, you issue the same command a second time and the following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IP-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 2139/2104     <br />Updates sent/received: 50/39     <br />Queries sent/received: 5/4     <br />Replies sent/received: 4/4     <br />Acks sent/received: 31/37     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>Moments later, you issue the same command a third time and the following output is shown:</p>
<p>RouterC#show ip eigrp traffic    <br />IP-EIGRP Traffic Statistics for process 1     <br />Hellos sent/received: 2162/2126     <br />Updates sent/received: 53/42     <br />Queries sent/received: 5/5     <br />Replies sent/received: 5/4     <br />Acks sent/received: 35/41     <br />Input queue high water mark 2, 0 drops     <br />SIA-Queries sent/received: 0/0     <br />SIA-Replies sent/received: 0/0</p>
<p>What information can you determine about this network?</p>
<p>A. The network is stable.    <br />B. There is a flapping link or interface, and router C knows an alternate path to the network.     <br />C. There is a flapping link or interface, and router C does not know an alternate path to the network.     <br />D. EIGRP is not working correctly on router C.     <br />E. There is not enough information to make a determination.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>We notice that the “Queries received” number is increased so router C has been asked for a route. The “Replies sent” number is also increased -&gt; router C knows an alternate path to the network.</p>
<p>Question 4</p>
<p>R1 and R2 are connected and are running EIGRP on all their interfaces, R1 has four interfaces, with IP address 172.16.1.1/24, 172.16.2.3/24,172.16.5.1/24, and 10.1.1.1/24. R2 has two interfaces, with IP address 172.16.1.2/24 and 192.168.1.1/24. There are other routers in the network that are connected on each of the interfaces of these two routers that are also running EIGRP. Which summary routes does R1 generate automatically (assuming auto-summarization is enable)? (choose two)</p>
<p>A. 192.168.1.0/24    <br />B. 10.0.0.0/8     <br />C. 172.16.1.0/22     <br />D. 172.16.0.0/16     <br />E. 10.1.1.0/24</p>
<p>Answer: B D</p>
<p>Question 5</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742552329/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="17" border="0" alt="17" src="http://cert-exam.net/wp-content/uploads/2012/01/171.jpg" width="644" height="344" /></a></p>
<p>There was an exhibit, 172.16.1.0/24 to 172.16.2.0/24 with the 4 paths with mentions of eigrp metric and asked if the variance is put to 2 in exhibit then what 2 paths are not used by eigrp routing table? (Choose two)</p>
<p>A. R1—R2—R6    <br />B. R1—R3—R6     <br />C. R1—R4—R6     <br />D. R1—R5—R6</p>
<p>Answer: C D</p>
<p><ins>Question 6</ins></p>
<p><ins>What does the default value of the EIGRP variance command of 1 mean?</ins></p>
<p><ins>A. Load balancing is disabled on this router.      <br />B. The router performs equal-cost load balancing.       <br />C. Only the path that is the feasible successor should be used.       <br />D. The router only performs equal-cost load balancing on all paths that have a metric greater than 1.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Question 7</ins></p>
<p><ins>Refer to the exhibit. EIGRP has been configured on all routers in the network. The command metric weights 0 0 1 0 0 has been added to the EIGRP process so that only the delay metric is used in the path calculations. Which router will R1 select as the successor and feasible successor for Network A?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6742554895/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="18" border="0" alt="18" src="http://cert-exam.net/wp-content/uploads/2012/01/181.jpg" width="644" height="187" /></a></ins></p>
<p><ins>A. R4 becomes the successor for Network A and will be placed in the routing table. R2 becomes the feasible successor for Network A.      <br />B. R4 becomes the successor for Network A and will be included in the routing table. No feasible successor will be selected as the advertised distance from R2 is higher than the feasible distance.       <br />C. R2 becomes the successor and will be placed in the routing table. R4 becomes the feasible successor for Network A.       <br />D. R2 becomes the successor and will be placed in the routing table. No feasible successor will be selected as the reported distance from R4 is lower than the feasible distance.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Question 8</ins></p>
<p><ins>Based on the exhibited output, which three statements are true? (Choose three)</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6742557285/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="19" border="0" alt="19" src="http://cert-exam.net/wp-content/uploads/2012/01/191.jpg" width="569" height="484" /></a></ins></p>
<p><ins>A. R1 is in AS 200.      <br />B. R1 will load balance between three paths to reach the 192.168.1.48/28 prefix because all three paths have the same advertised distance (AD) of 40512000.       <br />C. The best path for R1 to reach the 192.168.1.48/28 prefix is via 192.168.1.66.       <br />D. 40512000 is the advertised distance (AD) via 192.168.1.66 to reach the 192.168.1.48/28 prefix.       <br />E. All the routes are in the passive mode because these routes are in the hold-down state.       <br />F. All the routes are in the passive mode because R1 is in the query process for those routes.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A C D</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>In the statement “IP-EIGRP Topology Table for process 200″, process 200 here means AS 200 -&gt; A is correct.</ins></p>
<p><ins>There are 3 paths to reach network 192.168.1.48/28 but there is only 1 path in the routing table (because there is only 1 successor) so the path with least FD will be chosen -&gt; path via 192.168.1.66 with a FD of 40537600 will be chosen -&gt; C is correct.</ins></p>
<p><ins>The other parameter, 40512000, is the AD of that route -&gt; D is correct.</ins></p>
<p><ins>Question 9</ins></p>
<p><ins>Characteristics of the routing protocol EIGRP? (choose two)</ins></p>
<p><ins>A. Updates are sent as broadcast.      <br />B. Updates are sent as multicast.       <br />C. LSAs are sent to adjacent neighbors.       <br />D. Metric values are represented in a 32-bit format for granularity.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B D</ins></p>
<p><ins>Question 10</ins></p>
<p><ins>Which EIGRP packet statement is true?</ins></p>
<p><ins>A. On high-speed links, hello packets are broadcast every 5 seconds for neighbor discovery.      <br />B. On low-speed links, hello packets are broadcast every 15 seconds for neighbor discovery.       <br />C. Reply packets are multicast to IP address 224.0.0.10 using RTP.       <br />D. Update packets route reliable change information only to the affected routers.       <br />E. Reply packets are used to send routing updates.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: D</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 3</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-3</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-3#comments</comments>
		<pubDate>Sun, 22 Jan 2012 15:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-3</guid>
		<description><![CDATA[EIGRP Questions Question 1 Refer to the exhibit. ROUTE.com has just implemented this EIGRP network. A network administrator came to you for advice while trying to implement load balancing across part of their EIGRP network. If the variance value is configured as 2 on all routers and all other metric and K values are configured [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP Questions</p>
<p>Question 1</p>
<p>Refer to the exhibit. ROUTE.com has just implemented this EIGRP network. A network administrator came to you for advice while trying to implement load balancing across part of their EIGRP network.    <br />If the variance value is configured as 2 on all routers and all other metric and K values are configured to their default values, traffic from the Internet to the data center will be load balanced across how many paths?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742339651/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="9" border="0" alt="9" src="http://cert-exam.net/wp-content/uploads/2012/01/9.jpg" width="644" height="274" /></a></p>
<p>A. 1</p>
<p><span id="more-179"></span>
<p>B. 2    <br />C. 3     <br />D. 4</p>
<p>Answer: C</p>
<p>Explanation</p>
<p>First we should list all the paths from the Internet to the data center:</p>
<p>+ A-B-C-H with a metric of 70 (40 + 15 + 15)    <br />+ A-B-E-H with a metric of 60 (40+10+10)     <br />+ A-D-E-H with a metric of 30 (10+10+10)     <br />+ A-D-E-B-C-H with a metric of 60 (10+10+10+15+15)     <br />+ A-D-E-F-G-H with a metric of 70 (10+10+10+20+20)     <br />+ A-F-G-H with a metric of 60 (20+20+20)     <br />+ A-F-E-H with a metric of 40 (20+10+10)</p>
<p>So the path A-D-E-H will be chosen because it has the best metric. But EIGRP can support unequal cost path load balancing. By configuring the variance value of 2, the minimum metric is increased to 60 (30 * 2) and all the routes that have a metric of less than or equal to 60 and satisfy the feasibility condition will be used to send traffic.</p>
<p>Besides the main path A-D-E-H we have 4 more paths that have the metric of less than or equal to 60 (we also include the Advertised Distances of these routes for later comparison):</p>
<p>+ A-B-E-H with an AD of 20    <br />+ A-D-E-B-C-H with an AD of 50     <br />+ A-F-G-H with an AD of 40     <br />+ A-F-E-H with an AD of 20</p>
<p>Now the last thing we need to consider is the feasible condition. The feasible condition states:</p>
<p>“To qualify as a feasible successor, a router must have an AD less than the FD of the current successor route”</p>
<p>The FD of the current successor route here is 30 (notice that the variance number is not calculated here). Therefore there are only 2 paths that can satisfy this conditions: the path A-B-E-H &amp; A-F-E-H.</p>
<p>In conclusion, traffic from the Internet to the data center will be load balanced across 3 paths, including the main path (successor path) -&gt; C is correct.</p>
<p>Question 2</p>
<p>Which condition must be satisfied before an EIGRP neighbor can be considered a feasible successor?</p>
<p>A. The neighbor’s advertised distance must be less than or equal to the feasible distance of the current successor.&#160; <br />B. The neighbor’s advertised distance must be less than the feasible distance of the current successor.&#160; <br />C. The neighbor’s advertised distance must be greater than the feasible distance of the current successor.&#160; <br />D. The neighbor’s advertised distance must be equal to the feasible distance of the current successor.&#160; <br />E. The neighbor’s advertised distance must be greater than or equal to the feasible distance of the current successor.</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>As explained in question 1, this is called the feasible condition.</p>
<p>Question 3</p>
<p>Which statement about a non-zero value for the load metric (k2) for EIGRP is true?</p>
<p>A. A change in the load on an interface will cause EIGRP to recalculate the routing metrics and send a corresponding update out to each of its neighbors.&#160; <br />B. EIGRP calculates interface load as a 5-minute exponentially weighted average that is updated every 5 minutes.     <br />C. EIGRP considers the load of an interface only when sending an update for some other reason.     <br />D. A change in the load on an interface will cause EIGRP to recalculate and update the administrative distance for all routes learned on that interface.</p>
<p>Answer: C</p>
<p>Explanation</p>
<p>The load metric (k2) represents the worst load on a link between source and destination.</p>
<p>EIGRP routing updates are triggered only by a change in network topology (like links, interfaces go up/down, router added/removed), and not by change in interface load or reliability -&gt; A &amp; D are not correct.</p>
<p>The load is a five minute exponentially weighted average that is updated every five seconds (not five minutes) -&gt; B is not correct.</p>
<p>EIGRP considers the load of an interface only when sending an update for some other reason (like a link failure) -&gt; C is correct.</p>
<p>Question 4</p>
<p>Your network consists of a large hub-and-spoke Frame Relay network with a CIR of 56 kb/s for each spoke.    <br />Which statement about the selection of a dynamic protocol is true?</p>
<p>A. EIGRP would be appropriate if LMI type ANSI is NOT used.    <br />B. EIGRP would be appropriate, because the Frame Relay spokes could be segmented into their own areas.     <br />C. EIGRP would be appropriate, because by default, queries are not propagated across the slow speed Frame Relay links.     <br />D. EIGRP would be appropriate, because you can manage how much bandwidth is consumed over the Frame Relay interface.</p>
<p>Answer: D</p>
<p>Explanation</p>
<p>By default, EIGRP will limit itself to using no more than 50% of the interface bandwidth. The primary benefit of controlling EIGRP’s bandwidth usage is to avoid losing EIGRP packets, which could occur when EIGRP generates data faster than the interface line can absorb it. This is of particular benefit on Frame Relay networks, where the access interface bandwidth and the PVC capacity may be very different.</p>
<p>For example, in our Frame Relay topology a Hub is connected with 4 Spoke routers. The main Frame Relay interface on Hub router is 512Kpbs which is not enough to use for 6 links of 128 Kbps ( = 768 Kbps).</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742344147/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="10" border="0" alt="10" src="http://cert-exam.net/wp-content/uploads/2012/01/10.jpg" width="447" height="484" /></a></p>
<p>The solution here is we can use 512 / 6 = 85 Kbps on each subinterface of Hub by using “bandwidth 85″ command. For example:</p>
<p>Hub(config)#interface Serial0/0.1 point-to-point    <br />Hub(config-subif)#bandwidth 85</p>
<p>Also on Spoke routers we need to set this value. For example on Spoke1:</p>
<p>Spoke1(config)#interface Serial0/1.0 point-to-point    <br />Spoke1(config-subif)#bandwidth 85</p>
<p>Notice that by default, EIGRP limits itself to use no more than 50% of the configured interface bandwidth. In this case EIGRP will not use more than 42.5 Kbps (50% of 85 Kbps).</p>
<p>(For more information about implementing EIGRP over Frame Relay, please read<a href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094063.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094063.shtml</a>)</p>
<p>Question 5</p>
<p>When an EIGRP topology change is detected, what is the correct order of events when there is a FS?</p>
<p>A.&#160; <br />The neighbor adjacency is deleted.&#160; <br />The feasible route is used.&#160; <br />DUAL is notified.     <br />Remove all topology entries learned from that neighbor.</p>
<p>B.&#160; <br />DUAL is notified.     <br />Remove all topology entries learned from that neighbor.&#160; <br />The neighbor adjacency is deleted.&#160; <br />Routes enter the Active state and the feasible route is used.</p>
<p>C.    <br />The neighbor adjacency is deleted.     <br />Routes enter the Active state and the feasible route is used.&#160; <br />DUAL is notified.     <br />Remove all topology entries learned from that neighbor.</p>
<p>D.&#160; <br />DUAL is notified.     <br />The neighbor adjacency is deleted.     <br />Remove all topology entries learned from that neighbor.     <br />The feasible route is used.</p>
<p>Answer: D</p>
<p>Question 6</p>
<p>Refer to the exhibit. You want to use all the routes in the EIGRP topology for IP load balancing.</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742346847/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="11" border="0" alt="11" src="http://cert-exam.net/wp-content/uploads/2012/01/111.jpg" width="644" height="430" /></a></p>
<p>Which two EIGRP subcommands would you use to accomplish this goal? (Choose two)</p>
<p>A. traffic-share balanced    <br />B. distance     <br />C. maximum-paths&#160; <br />D. default-network     <br />E. variance</p>
<p>Answer: C E</p>
<p>Explanation</p>
<p>Notice that the “maximum-paths” command is used to share traffic to equal cost path while the “variance” command can share traffic to unequal cost path.</p>
<p>In the output above we learn that EIGRP is using 2 successors to send traffic. By using the “variance 2″ command we can share traffic to other feasible successor routes. But by default, EIGRP only shares traffic to 4 paths. So we need to use the “maximum-paths 6″ to make sure all of these routes are used.</p>
<p><ins>Question 7</ins></p>
<p><ins>Refer to the exhibit. R1 accesses the Internet using E0/0. You have been asked to configure R1 so that a default route is generated to its downstream devices (191.0.0.1 and 192.0.0.1). Which commands would create this configuration?</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6742349499/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="12" border="0" alt="12" src="http://cert-exam.net/wp-content/uploads/2012/01/12.jpg" width="510" height="484" /></a></ins></p>
<p><ins>A.      <br />router eigrp 190       <br />redistribute static       <br />!       <br />ip route 0.0.0.0 0.0.0.0 Null0</ins></p>
<p><ins>B. ip default-network 20.0.0.0</ins></p>
<p><ins>C.&#160; <br />router eigrp 190       <br />redistribute static       <br />!       <br />ip route 0.0.0.0 255.255.255.255 Null0</ins></p>
<p><ins>D. ip default-network 20.20.20.0</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A</ins></p>
<p><ins>Question 8</ins></p>
<p><ins>Which command will display EIGRP packets sent and received, as well as statistics on hello packets, updates, queries, replies, and acknowledgments?</ins></p>
<p><ins>A. debug eigrp packets      <br />B. show ip eigrp traffic       <br />C. debug ip eigrp       <br />D. show ip eigrp interfaces</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B</ins></p>
<p><ins>Explanation</ins></p>
<p><ins>Below is the output of the “show ip eigrp traffic” command:</ins></p>
<p><ins><a href="http://www.flickr.com/photos/71379052@N04/6742352651/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="13" border="0" alt="13" src="http://cert-exam.net/wp-content/uploads/2012/01/13.jpg" width="644" height="332" /></a></ins></p>
<p><ins>Question 9</ins></p>
<p><ins>Which three statements are true about EIGRP operation? (Choose three)</ins></p>
<p><ins>A. When summarization is configured, the router will also create a route to null 0.      <br />B. The summary route remains in the route table, even if there are no more specific routes to the network.       <br />C. Summarization is configured on a per-interface level.       <br />D. The maximum metric for the specific routes is used as the metric for the summary route.       <br />E. Automatic summarization across major network boundaries is enabled by default.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A C E</ins></p>
<p><ins>Question 10</ins></p>
<p><ins>Which two statements about the EIGRP DUAL process are correct? (Choose two)</ins></p>
<p><ins>A. An EIGRP route will go active if there are no successors or feasible successors in the EIGRP topology table.      <br />B. An EIGRP route will go passive if there are no successors in the EIGRP topology table.       <br />C. DUAL will trigger an EIGRP query process while placing the flapping routes in the holddown state.       <br />D. A feasible successor in the EIGRP topology table can become the successor only after all the query requests have been replied to.       <br />E. The stuck in active state is caused when the wait for the query replies have timed out.       <br />F. EIGRP queries are sent during the loading state in the EIGRP neighbor establishment process.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: A E</ins></p>
<p><ins>Question 11</ins></p>
<p><ins>What are three key concepts that apply when configuring the EIGRP stub routing feature in a hub and spoke network? (Choose three)</ins></p>
<p><ins>A. A hub router prevents routes from being advertised to the remote router.      <br />B. Only remote routers are configured as stubs.       <br />C. Stub routers are not queried for routes.       <br />D. Spoke routers connected to hub routers answer the route queries for the stub router.       <br />E. A stub router should have only EIGRP hub routers as neighbors.       <br />F. EIGRP stub routing should be used on hub routers only.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B C E</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 2</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-2</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-2#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:46:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-2</guid>
		<description><![CDATA[EIGRP Questions Question 1 Refer to the exhibit. EIGRP has been configured on all routers in the network. What additional configuration statement should be included on router R4 to advertise a default route to its neighbors? A. R4(config)#ip default-network 10.0.0.0 B. R4(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1 C. R4(config)#ip route 10.0.0.0 255.0.0.0 10.1.1.1 D. R4(config-router)# default-information [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP Questions</p>
<p>Question 1</p>
<p>Refer to the exhibit. EIGRP has been configured on all routers in the network. What additional configuration statement should be included on router R4 to advertise a default route to its neighbors?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742271623/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="5" border="0" alt="5" src="http://cert-exam.net/wp-content/uploads/2012/01/51.jpg" width="644" height="322" /></a></p>
<p>A. R4(config)#ip default-network 10.0.0.0</p>
<p><span id="more-173"></span>
<p>B. R4(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1     <br />C. R4(config)#ip route 10.0.0.0 255.0.0.0 10.1.1.1     <br />D. R4(config-router)# default-information originate</p>
<p>Answer: A</p>
<p>Explanation</p>
<p>The “ip default-network ” command will direct other routers to send its unknown traffic to this network. Other router (R1,R2,R3) will indicate this network as the “Gateway of last resort”.</p>
<p>There is another way to route unknown traffic to 10.1.1.0/24 network: create a static route using “ip route 0.0.0.0 0.0.0.0 10.1.1.2″ command then inject this route using the “network 0.0.0.0″ command, or using “redistribute static” command.</p>
<p>Note: In EIGRP, default routes cannot be directly injected (as they can in OSPF with the default-information originate command. Also, EIGRP does not have the “default-information originate” command).</p>
<p>Question 2</p>
<p>Refer to the exhibit. Router RTA is the hub router for routers RTB and RTC. The Frame Relay network is configured with EIGRP, and the entire network is in autonomous system 1. However, router RTB and RTC are not receiving each other’s routes. What is the solution?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742274083/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="6" border="0" alt="6" src="http://cert-exam.net/wp-content/uploads/2012/01/6.jpg" width="644" height="469" /></a></p>
<p>A. Configure the auto summary command under router eigrp 1 on router RTA.    <br />B. Issue the no ip split horizon command on router RTA.     <br />C. Configure subinterfaces on the spoke routers and assign different IP address subnets for each subinterface.     <br />D. Check and change the access lists on router RTA.     <br />E. Issue the no ip split horizon eigrp 1 command on router RTA.</p>
<p>Answer: E</p>
<p>Explanation</p>
<p>RTB and RTC cannot see each other because of the split horizon rule: “A router never sends information about a route back in same direction which is original information came”. To overcome this problem we can configure subinterfaces or disable split horizon with the command “no ip split horizon eigrp 1″ on RTA.</p>
<p>Question 3</p>
<p>When troubleshooting an EIGRP connectivity problem, you notice that two connected EIGRP routers are not becoming EIGRP neighbors. A ping between the two routers was successful. What is the next thing that should be checked?</p>
<p>A. Verify that the EIGRP hello and hold timers match exactly.    <br />B. Verify that EIGRP broadcast packets are not being dropped between the two routers with the show ip EIGRP peer command.&#160; <br />C. Verify that EIGRP broadcast packets are not being dropped between the two routers with the show ip EIGRP traffic command.&#160; <br />D. Verify that EIGRP is enabled for the appropriate networks on the local and neighboring router.</p>
<p>Answer: D</p>
<p>Question 4</p>
<p>Refer to the exhibit. You are the network administrator of the Route.com company. You have been tasked to implement a hub and spoke EIGRP topology over Frame Relay to provide connectivity between the networks at headquarters and all 300 spokes.</p>
<p>Before you begin the actual implementation, which three pieces of information are more important to know than the others? (Choose three)</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742276257/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7" border="0" alt="7" src="http://cert-exam.net/wp-content/uploads/2012/01/71.jpg" width="499" height="484" /></a></p>
<p>A. the Committed Information Rate of all the Frame Relay PVCs    <br />B. the Cisco IOS version running on all the routers     <br />C. the router model number of all the spoke routers     <br />D. the number of HQ networks connected behind the headquarter routers     <br />E. the routing policy, such as whether or not the spokes can be used as backup transient point between the two headquarter routers</p>
<p>Answer: A B E</p>
<p><ins>Question 5</ins></p>
<p><ins>Refer to the exhibit. The Route.com company is running EIGRP between all the routers. Currently, if one of the LAN links (LAN1 or LAN2) at the headquarters flaps (goes up and down), the HQ-RTR1 and HQ-RTR2 routers will experience high CPU usage and have a long EIGRP convergence time. As the new network administrator, you are asked to investigate this situation and determine if there is a quick way to resolve this issue.</ins></p>
<p><ins>Which is the most important thing that you can quickly verify first to resolve this issue?</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742276257/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="7" border="0" alt="7" src="http://cert-exam.net/wp-content/uploads/2012/01/72.jpg" width="499" height="484" /></a></p>
<p><ins>A. Verify that the bandwidth setting on all WAN links is correct.      <br />B. Verify that the HQ-RTR1 and HQ-RTR2 routers are configured to send only a default route to all the spoke routers.&#160; <br />C. Verify that the HQ-RTR1 and HQ-RTR2 routers are configured for EIGRP Nonstop Forwarding.&#160; <br />D. Verify that all the spoke routers are configured for autosummarization.&#160; <br />E. Verify that all the spoke routers are configured as EIGRP stub.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: E</ins></p>
<p><ins>Question 6</ins></p>
<p><ins>Refer to the exhibit. When you examine the routing table of R1 and R4, you are not able to see the R1 Ethernet subnet on the R4 routing table. You are also not able to see the R4 Ethernet subnet on the R1 routing table.</ins></p>
<p><ins>Which configuration change should be made to resolve this issue? Select the routers where the configuration change will be required, and select the required EIGRP configuration command(s). (Choose two)</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742280979/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8" border="0" alt="8" src="http://cert-exam.net/wp-content/uploads/2012/01/8.jpg" width="644" height="213" /></a></p>
<p> <ins></ins>
<p><ins>A. R1 and R4      <br />B. R2 and R3       <br />C. ip summary-address eigrp 1 10.1.1.0 255.255.255.0 and ip summary-address eigrp 1       <br />D. variance 2       <br />E. eigrp stub connected       <br />F. no auto-summary</ins></p>
<p><ins></ins></p>
<p><ins>Answer: B F</ins></p>
<p><ins>Question 7</ins></p>
<p><ins>Refer to the exhibit. The actual speed of the serial links between R2 and R3 are 256 kb/s and 512 kb/s respectively. When configuring EIGRP on routers R2 and R3, the network administrator configured the bandwidth of both serial interfaces to 512 kb/s. What will be the effect?</ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742280979/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="8" border="0" alt="8" src="http://cert-exam.net/wp-content/uploads/2012/01/81.jpg" width="644" height="213" /></a></p>
<p><ins>A. EIGRP will overutilize the 512 kb/s link.      <br />B. The interface “delay” value used in the EIGRP metric calculation will be inaccurate on the 256 kb/s serial interface.       <br />C. The amount of bandwidth used for EIGRP routing protocol traffic on the 256 kb/s link can become excessive.       <br />D. EIGRP can load balance between the two serial links only if the variance is set to 2 or higher.       <br />E. Unequal cost load balancing will be disabled.</ins></p>
<p><ins></ins></p>
<p><ins>Answer: C</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-902 EXAM 1</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-902-exam-1</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-902-exam-1#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-902]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-902-exam-1</guid>
		<description><![CDATA[EIGRP Questions Question 1 Refer to the exhibit. Which statement is true? hostname RAR1&#160; ! &#60;output omitted&#62; ! router bgp 100&#160; neighbor 172.16.1.2 remote-as 200&#160; neighbor 172.16.1.2 distribute-list 101 in ! access-list 101 permit ip 10.10.0.0 0.0.0.0 255.255.224.0 0.0.0.0 A. Router RAR1 will accept only route 10.10.0.0/19 from its BGP neighbor. B. Router RAR1 will [...]]]></description>
			<content:encoded><![CDATA[<p>EIGRP Questions</p>
<p>Question 1</p>
<p>Refer to the exhibit. Which statement is true?<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>hostname RAR1&#160; <br />!               <br />&lt;output omitted&gt;               <br />!               <br />router bgp 100&#160; <br />neighbor 172.16.1.2 remote-as 200&#160; <br />neighbor 172.16.1.2 distribute-list 101 in               <br />!               <br />access-list 101 permit ip 10.10.0.0 0.0.0.0 255.255.224.0 0.0.0.0</p>
</td>
</tr>
</tbody>
</table>
<p>A. Router RAR1 will accept only route 10.10.0.0/19 from its</p>
<p><span id="more-166"></span>
<p>BGP neighbor.    <br />B. Router RAR1 will send only route 10.10.0.0/19 to its BGP neighbor.     <br />C. Only traffic with a destination from 10.10.0.0/19 will be permitted.     <br />D. Only traffic going to 10.10.0.0/19 will be permitted.</p>
<p>Answer: A</p>
<p>Question 2</p>
<p>Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map? (Choose three)<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>router eigrp 1&#160; <br />redistribute ospf 1 route-map ospf-to-eigrp&#160; <br />default-metric 20000 2000 255 1 1500               <br />!               <br />!               <br />route-map ospf-to-eigrp deny 10&#160; <br />match tag 6               <br />match route-type external type-2               <br />!               <br />route-map ospf-to-eigrp permit 20&#160; <br />match ip address prefix-list pfx&#160; <br />set metric 40000 1000 255 1 1500               <br />!               <br />route-map ospf-to-eigrp permit 30&#160; <br />set tag 8</p>
</td>
</tr>
</tbody>
</table>
<p>A. The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set.    <br />B. The map prohibits the redistribution of all type 2 external OSPF routes.     <br />C. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values 40000, 1000, 255, 1, and 1500.&#160; <br />D. The map prohibits the redistribution of all external OSPF routes with tag 6 set.     <br />E. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.     <br />F. The map permits the redistribution of all type 1 external OSPF routes.</p>
<p>Answer: A E F</p>
<p>Explanation</p>
<p>In the route-map:</p>
<p>route-map ospf-to-eigrp deny 10&#160; <br />match tag 6     <br />match route-type external type-2</p>
<p>The deny clause rejects route matches from redistribution. If several match commands are present in a clause, all must succeed for a given route in order for that route to match the clause (in other words, the logical AND algorithm is applied for multiple match commands). In this question, both the “match tag 6″ and “match route-type external type-2″ must be matched for this route to be denied -&gt; A is correct.</p>
<p>If a match command is not present, all routes match the clause. In this question, all routes that reach clause 30 match and their tags are set to 8 -&gt; E is correct.</p>
<p>If a route is not matched with clause 10 or 20 then it will be matched with clause 30 for sure -&gt; F is correct.</p>
<p>Note: Route-maps that are applied to redistribution behave the same way as ACLs: if the route does not match any clause in a route-map then the route redistribution is denied, as if the route-map contained deny statement at the end.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml">http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml</a>)</p>
<p>Question 3</p>
<p>Refer to the exhibit. On the basis of the information in the exhibit, which two statements are true? (Choose two)</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742178189/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1" border="0" alt="1" src="http://cert-exam.net/wp-content/uploads/2012/01/11.jpg" width="474" height="484" /></a></p>
<p>A. The output was generated by entering the show ip bgp command on the ISP router.    <br />B. The output was generated by entering the show ip bgp command on the SanJose1 router.     <br />C. The serial0/0/1 interface on the ISP router has been configured with the set metric 50 command.     <br />D. The serial 0/0/1 Interface on the ISP router has been configured with the set metric 75 command.     <br />E. When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded to SanJose1 because of the lower MED value of SanJose1.     <br />F. When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded to SanJose2 because of the higher MED value of SanJose2.</p>
<p>Answer: A E</p>
<p>Explanation</p>
<p>From the output, we notice that the “local router ID” is 192.168.100.1 which is an interface on ISP router -&gt; A is correct.</p>
<p>The show ip bgp command is used to display entries in the Border Gateway Protocol (BGP) routing table</p>
<p>Multi-Exit Discriminator (MED) is used when we have multiple entry points (connections) to another AS. A lower MED value is preferred over a higher value. Notice that the comparison between the MED only occurs if the first AS is the same in two (or more) paths. In this question, the first AS is 64512 which is the same -&gt; the comparison can occur.</p>
<p>From the output, we learn that ISP router is receiving the 172.16.0.0 network from SanJose1 (192.168.1.6) with a metric of 50 and from SanJose2 (192.168.1.2) with a metric of 75. Also note that BGP has chosen the best path 192.168.1.6 to the 172.16.0.0 network (the “&gt;” indicates it is the best path). The Weight, Local Preference (LocPrf) and AS-Path values between two next hops (192.168.1.2 &amp; 192.168.1.6) are the same so we can deduce the traffic from ISP is sent from the ISP to SanJose1 because of the lower MED value.</p>
<p>Note: An entry of 0.0.0.0 in the “Next Hop” indicates that the router has some non-BGP routes to this network.</p>
<p>Question 4</p>
<p>Refer to the exhibit. Routers R1 and R2 have been configured to operate with OSPF. Routers R1 and R3 have been configured to operate with RIP. After configuring the redistribution between OSPF and RIP on R1, no OSPF routes are distributed into RIP. What should be done to correct this problem?</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742181253/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="2" border="0" alt="2" src="http://cert-exam.net/wp-content/uploads/2012/01/22.jpg" width="644" height="460" /></a></p>
<p>A. The redistribution command should be reentered with the match route-type parameter included.&#160; <br />B. The redistribution command should be reentered with the route-map map-tag parameter included.     <br />C. The redistribution command should be reentered with the metric metric-value parameter included.&#160; <br />D. Routes will first need to be distributed into another protocol, and then into RIP.</p>
<p>Answer: C</p>
<p>Explanation</p>
<p>Notice that RIP metric is based on hop count only, and the maximum valid metric is 15. Anything above 15 is considered infinite. By default, when no metric is assigned when redistributing from EIGRP, OSPF, IS-IS, BGP into RIP, the default metric will be infinite. Therefore we must define a metric that is understandable to the receiving protocol. Usually, we should use a small value (like 1, 2, 3) so that after redistributing, that route can be advertised through many routers (because the limit is 15).</p>
<p>Question 5<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>router eigrp 123&#160; <br />redistribute ospf 123&#160; <br />network 116.16.35.0 0.0.0.255&#160; <br />network 130.130.0.0&#160; <br />auto-summary               <br />!&#160; <br />router ospf 123&#160; <br />log-adjacency-changes&#160; <br />network 116.16.34.0 0.0.0.255 area 0&#160; <br />neighbor 116.16.34.4</p>
</td>
</tr>
</tbody>
</table>
<p>Refer to the exhibit. Why are the EIGRP neighbors for this router not learning the routes redistributed from OSPF?</p>
<p>A. Redistribution must be enabled mutually (in both directions) to work correctly.    <br />B. Auto-summary causes the OSPF routes redistributed into EIGRP to be summarized; thus the OSPF network 116.16.34 is summarized to 116.34.0.0, which is already covered by the EIGRP protocol.     <br />C. Default metrics are not configured under EIGRP.     <br />D. Both routing protocols must have unique autonomous system numbers for redistribution to function correctly.</p>
<p>Answer: C</p>
<p>Explanation</p>
<p>Same as RIP, when redistribute into EIGRP from OSPF, the default metric is infinite -&gt; We must set a seed metric when redistributing into EIGRP. Below lists the default seed metrics when redistributing from a routing protocol into another:<br />
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p>Redistributed Protocol</p>
</td>
<td valign="top">
<p>Default Seed Metric</p>
</td>
</tr>
<tr>
<td valign="top">
<p>RIP</p>
</td>
<td valign="top">
<p>Infinity</p>
</td>
</tr>
<tr>
<td valign="top">
<p>IGRP/EIGRP</p>
</td>
<td valign="top">
<p>Infinity</p>
</td>
</tr>
<tr>
<td valign="top">
<p>OSPF</p>
</td>
<td valign="top">
<p>20 for all (except for BGP, which is 1)</p>
</td>
</tr>
<tr>
<td valign="top">
<p>BGP</p>
</td>
<td valign="top">
<p>is set to IGP metric value</p>
</td>
</tr>
</tbody>
</table>
<p>Question 6</p>
<p>If a metric is not specified for routes that are redistributed into OSPF, the default metric that is assigned to the routes is 20, except for redistributed BGP routes. What is the metric that is assigned to redistributed BGP routes?</p>
<p>A. 0    <br />B. 1     <br />C. 10     <br />D. 200</p>
<p>Answer: B</p>
<p>Explanation</p>
<p>Same explanation of Question 5</p>
<p><ins><font style="background-color: #ffffff">Question 7</font></ins></p>
<p><ins><font style="background-color: #ffffff">During a redistribution of routes from OSPF into EIGRP, an administrator notices that none of the OSPF routes are showing in EIGRP. What are two possible causes? (Choose two)</font></ins></p>
<p><ins><font style="background-color: #ffffff">A. incorrect distribute lists have been configured&#160; <br />B. missing ip classless command         <br />C. CEF not enabled         <br />D. no default metric configured for EIGRP</font></ins></p>
<p><ins><font style="background-color: #ffffff"></font></ins></p>
<p><ins><font style="background-color: #ffffff">Answer: A D</font></ins></p>
<p><ins><font style="background-color: #ffffff">Explanation</font></ins></p>
<p><ins><font style="background-color: #ffffff">An incorrect distribute list can filter out updates therefore none of the OSPF routes are showing in EIGRP -&gt; A is correct.</font></ins></p>
<p><ins><font style="background-color: #ffffff">The default metric when redistributing into EIGRP is infinite so we must specify a seed metric for EIGRP to work with -&gt; D is correct.</font></ins></p>
<p><ins><font style="background-color: #ffffff">Question 8</font></ins></p>
<p><ins><font style="background-color: #ffffff">During the redistribution process configured on RTA, some of the EIGRP routes, such as 10.1.1.0/24 and 10.2.2.0/24, are not being redistributed into the OSPF routing domain. Which two items could be a solution to this problem? (Choose two)</font></ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742183899/"><font style="background-color: #ffffff"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="3" border="0" alt="3" src="http://cert-exam.net/wp-content/uploads/2012/01/31.jpg" width="644" height="292" /></font></a></p>
<p> <ins></ins>
<p><ins><font style="background-color: #ffffff">A. Change the metric-type to 2 in the redistribute command.        <br />B. Configure the redistribute command under router eigrp 1 instead.         <br />C. Change the EIGRP AS number from 100 to 1 in the redistribute command.         <br />D. Add the subnets option to the redistribute command.         <br />E. Change the metric to ah EIGRP compatible metric value (bandwidth, delay, reliability, load, MTUs) in the redistribute command.</font></ins></p>
<p><ins><font style="background-color: #ffffff"></font></ins></p>
<p><ins><font style="background-color: #ffffff">Answer: C D</font></ins></p>
<p><ins><font style="background-color: #ffffff">Explanation</font></ins></p>
<p><ins><font style="background-color: #ffffff">The AS of EIGRP in the output above is not correct and we need to fix it into “eigrp 1″. Also, some of EIGRP routes, such as 10.1.1.0/24 and 10.2.2.0/24 are subnets so we must use the keyword “subnets” so that OSPF can see these routes. The full commands should be:</font></ins></p>
<p><ins><font style="background-color: #ffffff">router ospf 1        <br />redistribute eigrp 1 metric 20 metric-type 1 subnets</font></ins></p>
<p><ins><font style="background-color: #ffffff">Question 9</font></ins></p>
<p><ins><font style="background-color: #ffffff">You want the redistributed EIGRP AS 10 routes to have an administrative distance of 121 when they appear as RIP routes in the routing table of A1. Which command should you use on a router to accomplish this goal?</font></ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742186365/"><font style="background-color: #ffffff"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4" border="0" alt="4" src="http://cert-exam.net/wp-content/uploads/2012/01/41.jpg" width="644" height="171" /></font></a></p>
<p> <ins></ins>
<p><ins><font style="background-color: #ffffff">A. redistribute eigrp 10 metric 121        <br />B. redistribute rip metric 121         <br />C. default-metric 121         <br />D. distance 121 10.1.1.6 0.0.0.0</font></ins></p>
<p><ins><font style="background-color: #ffffff"></font></ins></p>
<p><ins><font style="background-color: #ffffff">Answer: D</font></ins></p>
<p><ins><font style="background-color: #ffffff">Question 10</font></ins></p>
<p><ins><font style="background-color: #ffffff">Refer to the exhibit. Which three commands should be used on router B1 to redistribute the EIGRP AS 10 routes into RIP? (Choose three)</font></ins></p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6742186365/"><font style="background-color: #ffffff"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4" border="0" alt="4" src="http://cert-exam.net/wp-content/uploads/2012/01/42.jpg" width="644" height="163" /></font></a></p>
<p><ins><font style="background-color: #ffffff">A. router rip        <br />B. router eigrp 10         <br />C. redistribute eigrp 10&#160; <br />D. redistribute rip         <br />E. default-metric 10000 100 255 1 1500         <br />F. default-metric 5</font></ins></p>
<p><ins><font style="background-color: #ffffff"></font></ins></p>
<p><ins><font style="background-color: #ffffff">Answer: A C F</font></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-902-exam-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP 642-832 EXAM 6</title>
		<link>http://cert-exam.net/ccnp/ccnp-642-832-exam-6</link>
		<comments>http://cert-exam.net/ccnp/ccnp-642-832-exam-6#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[642-832]]></category>

		<guid isPermaLink="false">http://cert-exam.net/ccnp/ccnp-642-832-exam-6</guid>
		<description><![CDATA[QUESTION 51 Following ticket consists of a problem description and existing configuration on the device. TROUBLE TICKET STATEMENT: The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1 and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status, network addressing, routing [...]]]></description>
			<content:encoded><![CDATA[<p>QUESTION 51</p>
<p>Following ticket consists of a problem description and existing configuration on the device.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p><span id="more-159"></span>
<p>Client 1 and Client 2 are getting a 169.x.x.x IP address and are not able to ping DSW1 or the FTP Server.</p>
<p>They are able to ping each other.</p>
<p>Configuration on R4</p>
<p>!</p>
<p>no ip domain lookup</p>
<p>ip dhcp excluded-address 10.2.1.1 10.2.1.253</p>
<p>ip dhcp excluded-address 10.2.1.254</p>
<p>!</p>
<p>ip dhcp pool TSHOOT network 10.2.1.0 255.255.255.0</p>
<p>default-router 10.2.1.254 </p>
<p>!</p>
<p>The fault condition is related to which technology?</p>
<p>A. NTP</p>
<p>B. IP DHCP Server</p>
<p>C. IPv4 OSPF Routing</p>
<p>D. IPv4 EIGRP Routing</p>
<p>E. IPv4 Route Redistribution</p>
<p>F. IPv6 RIP Routing</p>
<p>G. IPv6 OSPF Routing</p>
<p>H. IPV4 and IPV6 Interoperability</p>
<p>I. IPV4 layer 3 security</p>
<p>Answer: B</p>
<p>Explanation/Reference:</p>
<p>Explanation:</p>
<p>Since Client1 is getting ip address 169.x.x.x, there may be problem in DHCP. On closer look into the DHCP</p>
<p>configuration on DHCP Server i.e R4 you get ip dhcp excluded-address command has wrongly configured.</p>
<p>So the fault condition is related to IP DHCP Server.</p>
<p>QUESTION 52</p>
<p>Following ticket consists of a problem description and existing configuration on the device.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>Client 1 and Client 2 are getting a 169.x.x.x IP address and are not able to ping DSW1 or the FTP Server.</p>
<p>They are able to ping each other.</p>
<p>Configuration on R4</p>
<p>!</p>
<p>no ip domain lookup</p>
<p>ip dhcp excluded-address 10.2.1.1 10.2.1.253</p>
<p>ip dhcp excluded-address 10.2.1.254</p>
<p>!</p>
<p>ip dhcp pool TSHOOT</p>
<p>network 10.2.1.0 255.255.255.0</p>
<p>default-router 10.2.1.254 </p>
<p>!</p>
<p>What is the soultion to the fault condition ?</p>
<p>A. Under global configuration, delete the no ip dhcp use vrf connected command.</p>
<p>B. Under IP DHCP pool configuration, delete the default-router 10.2.1.254 command and enter the default-</p>
<p>router 10.1.4.5 command.C. Under IP DHCP pool configuration, delete the network 10.2.1.0 255.255.255.0 command and enter the</p>
<p>network 10.1.4.0 255.255.255.0 command.</p>
<p>D. Under the IP DHCP pool configuration, issue the no ip dhcp excluded-address 10.2.1.1 10.2.1.253</p>
<p>command and enter the ip dhcp excluded-address 10.2.1.1 10.2.1.2 command. </p>
<p>Answer: D</p>
<p>Explanation/Reference:</p>
<p>Explanation:</p>
<p>Since Client1 is getting ip address 169.x.x.x, there may be problem in DHCP. On closer look into the DHCP</p>
<p>configuration on DHCP Server i.e R4 you get ip dhcp excluded-address command has wrongly configured.</p>
<p>Under IP DHCP pool configuration issue the command &quot;no ip dhcp excluded-address 10.2.1.1</p>
<p>10.2.1.253&quot; and enter the command &quot; ip dhcp excluded-address 10.2.1.1 10.2.1.2&quot;. Soon the client 1 will</p>
<p>get the Ip address from DHCP.</p>
<p>QUESTION 53</p>
<p>Following ticket consists of a problem description and existing configuration on the device.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>the neighborship between R4 and DSW1 wasn’t establised. Client 1 can’t ping R4</p>
<p>Configuration on R4</p>
<p>router eigrp 10</p>
<p>passive-interface default</p>
<p>redistribute ospf 1 route-map OSPF-&gt;EIGRP</p>
<p>network 10.1.4.4 0.0.0.3</p>
<p>network 10.1.4.8 0.0.0.3</p>
<p>default-metric 10000 100 255 1 10000</p>
<p>no auto-summary</p>
<p>On Which device is the fault condition located?</p>
<p>A. R1</p>
<p>B. R2</p>
<p>C. R3</p>
<p>D. R4</p>
<p>Answer: D</p>
<p>Explanation/Reference:</p>
<p>QUESTION 54</p>
<p>Following ticket consists of a problem description and existing configuration on the device.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicatingthat client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>the neighborship between R4 and DSW1 wasn’t establised. Client 1 can’t ping R4</p>
<p>Configuration on R4</p>
<p>router eigrp 10</p>
<p>passive-interface default</p>
<p>redistribute ospf 1 route-map OSPF-&gt;EIGRP</p>
<p>network 10.1.4.4 0.0.0.3</p>
<p>network 10.1.4.8 0.0.0.3</p>
<p>default-metric 10000 100 255 1 10000</p>
<p>no auto-summary</p>
<p>The fault condition is related to which technology?</p>
<p>A. NTP</p>
<p>B. IP DHCP Server</p>
<p>C. IPv4 OSPF Routing</p>
<p>D. IPv4 EIGRP Routing</p>
<p>E. IPv4 Route Redistribution</p>
<p>F. IPv6 RIP Routing</p>
<p>G. IPv6 OSPF Routing</p>
<p>H. IPV4 and IPV6 Interoperability</p>
<p>I. IPV4 layer 3 security</p>
<p>Answer: D</p>
<p>Explanation/Reference:</p>
<p>QUESTION 55</p>
<p>Following ticket consists of a problem description and existing configuration on the device.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>the neighborship between R4 and DSW1 wasn’t establised. Client 1 can’t ping R4</p>
<p>Configuration on R4</p>
<p>router eigrp 10</p>
<p>passive-interface default</p>
<p>redistribute ospf 1 route-map OSPF-&gt;EIGRP</p>
<p>network 10.1.4.4 0.0.0.3</p>
<p>network 10.1.4.8 0.0.0.3</p>
<p>default-metric 10000 100 255 1 10000</p>
<p>no auto-summary</p>
<p>What is the soultion to the fault condition ?</p>
<p>A. Remove “Passive interface” in Interface f0/1 and f0/0B.</p>
<p>C.</p>
<p>D.</p>
<p>Answer: A</p>
<p>Explanation/Reference:</p>
<p>QUESTION 56</p>
<p>The network setup for this trouble ticket is shown in Figure 3.</p>
<p><a href="http://www.flickr.com/photos/71379052@N04/6730933641/"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="56" border="0" alt="56" src="http://cert-exam.net/wp-content/uploads/2012/01/56.jpg" width="567" height="484" /></a></p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>DSW1 and R4 cannot ping R2&#8242;s loopback or R2&#8242;s s0/0/0/0.12 IPv6 address. Initial troubleshooting shows</p>
<p>and R2 is not an OSPFv3 neighbor on R3.Configuration on R2:</p>
<p>ipv6 unicast-routing</p>
<p>!</p>
<p>ipv6 router ospf 6</p>
<p>router-id 2.2.2.2</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:1/122</p>
<p>Configuration on R3</p>
<p>ipv6 unicast-routing</p>
<p>!</p>
<p>ipv6 router ospf 6</p>
<p>router-id 3.3.3.3</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:2/122</p>
<p>ipv6 ospf 6 area 0</p>
<p>On Which device is the fault condition located?</p>
<p>A. DSW1</p>
<p>B. DSW2</p>
<p>C. R2</p>
<p>D. R3</p>
<p>Answer: C</p>
<p>Explanation/Reference:</p>
<p>Explanation:</p>
<p>Since both DSW1 and R4 cannot ping R2&#8242;s loopback or R2&#8242;s s0/0/0/0.12 interface we should start by</p>
<p>examining the configuration of R2. R2 is also not an IPv3 neighbor of R3. If you look at the configuration of</p>
<p>R2 you will notice that OSPFv3 has not been enabled on the connection to R3, confirming that the fault</p>
<p>condition is on R2.</p>
<p>QUESTION 57</p>
<p>The network setup for this trouble ticket is shown in Figure 3.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>DSW1 and R4 cannot ping R2&#8242;s loopback or R2&#8242;s s0/0/0/0.12 IPv6 address. Initial troubleshooting shows</p>
<p>and R2 is not an OSPFv3 neighbor on R3.</p>
<p>Configuration on R2</p>
<p>ipv6 unicast-routing</p>
<p>!ipv6 router ospf 6</p>
<p>router-id 2.2.2.2</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:1/122</p>
<p>Configuration on R3</p>
<p>ipv6 unicast-routing</p>
<p>!</p>
<p>ipv6 router ospf 6</p>
<p>router-id 3.3.3.3</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:2/122</p>
<p>ipv6 ospf 6 area 0</p>
<p>The Fault Condition is related to which technology?</p>
<p>A. IPv6 Addressing</p>
<p>B. Route Redistribution</p>
<p>C. IPv6 OSPF Routing</p>
<p>D. RIPng</p>
<p>Answer: C</p>
<p>Explanation/Reference:</p>
<p>Explanation:</p>
<p>The key to this question is the fact there R3 has not formed an OSPFv3 neighbor relationship with R2 so</p>
<p>we can be fairly certain that the problem lies with the OSPFv3 configuration.</p>
<p>QUESTION 58</p>
<p>The network setup for this trouble ticket is shown in Figure 3.</p>
<p>TROUBLE TICKET STATEMENT:</p>
<p>The implementation group has been using the test bed to do a ‘proof-of-concept’ that required both client 1</p>
<p>and client 2 to access the Web Server at 209.65.200.241. After several changed to interface status,</p>
<p>network addressing, routing schemes and layer 2 connectivity, at trouble ticket has been opened indicating</p>
<p>that client 1 cannot ping the 209.65.200.241 (internet Server).</p>
<p>show run</p>
<p>DSW1 and R4 cannot ping R2&#8242;s loopback or R2&#8242;s s0/0/0/0.12 IPv6 address. Initial troubleshooting shows</p>
<p>and R2 is not an OSPFv3 neighbor on R3.</p>
<p>Configuration on R2</p>
<p>ipv6 unicast-routing</p>
<p>!</p>
<p>ipv6 router ospf 6</p>
<p>router-id 2.2.2.2</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:1/122Configuration on R3</p>
<p>ipv6 unicast-routing</p>
<p>!</p>
<p>ipv6 router ospf 6</p>
<p>router-id 3.3.3.3</p>
<p>!</p>
<p>interface s0/0/0/0.23</p>
<p>ipv6 address 2026::1:2/122</p>
<p>ipv6 ospf 6 area 0</p>
<p>What is the solution of the fault condition?</p>
<p>A. Under the interface Serial 0/0/0.23 configuration enter the ipv6 ospf 6 area 0 command. </p>
<p>B. Add ipv6 ospf 6 area 6 under s0/0/0/0.23 on R2</p>
<p>C. Remove IPv6 address from s0/0/0/0.23 on R2</p>
<p>D. Enable IPv6 routing on s0/0/0/0.23 on R2</p>
<p>Answer: A</p>
<p>Explanation/Reference:</p>
<p>Explanation:</p>
<p>Unlike OSPF on IPv4 where networks are added under the routing process, IPv6 needs OSPFv3 enabled</p>
<p>on a per-interface basis. This has been done on the R3 connection to R2, but not on the R2 connection</p>
<p>back to R3. We will need to add the &quot;ipv6 ospf 6 area 0&quot; configuration command to the s0/0/0/0.23 interface</p>
<p>of R2</p>
]]></content:encoded>
			<wfw:commentRss>http://cert-exam.net/ccnp/ccnp-642-832-exam-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

