<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from www.9tut.com/new-ccna-eigrp-questions/comment-page-3 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 01 Jun 2015 16:19:50 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>CCNA Training » New CCNA – EIGRP Questions</title> <link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all posts" href="../feed" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all comments" href="../comments/feed" /> <link rel="pingback" href="../xmlrpc.php" /> <link rel="shortcut icon" href="../favicon.ico" /> <!-- style START --> <!-- default style --> <style type="text/css" media="screen">@import url( ../wp-content/themes/inove/style.css);</style> <!-- for translations --> <!--[if IE]> <link rel="stylesheet" href="http://www.9tut.com/wp-content/themes/inove/ie.css" type="text/css" media="screen" /> <![endif]--> <!-- style END --> <!-- script START --> <script type="text/javascript" src="../wp-content/themes/inove/js/base.js"></script> <script type="text/javascript" src="../wp-content/themes/inove/js/menu.js"></script> <!-- script END --> <link rel="alternate" type="application/rss+xml" title="CCNA Training » New CCNA – EIGRP Questions Comments Feed" href="feed" /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="../xmlrpc0db0.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.9tut.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='New CCNA – Security Questions' href='../new-ccna-security-questions.html' /> <link rel='next' title='New CCNA – OSPF Questions 2' href='../new-ccna-ospf-questions-2.html' /> <meta name="generator" content="WordPress 3.9.6" /> <link rel='canonical' href='comment-page-3#comments' /> <link rel='shortlink' href='../indexb4f0.html?p=1769' /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2141052-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <!-- wrap START --> <div id="wrap"> <!-- container START --> <div id="container" > <!-- header START --> <link rel="shortcut icon" href="../wp-content/themes/inove/favicon.ico" /> <div id="header"> <a href="../index.html"><img width="207" height="80" border="0" alt="logo" title="logo" src="../wp-content/themes/inove/img/header.jpg"></a> <!-- searchbox START --> <div id="searchbox"> <form action="http://www.9tut.com/" method="get"> <div class="content"> <input type="text" class="textfield" name="s" size="24" value="" /> <input type="submit" class="button" value="" /> </div> </form> </div> <script type="text/javascript"> //<![CDATA[ var searchbox = MGJS.$("searchbox"); var searchtxt = MGJS.getElementsByClassName("textfield", "input", searchbox)[0]; var searchbtn = MGJS.getElementsByClassName("button", "input", searchbox)[0]; var tiptext = "Type text to search here..."; if(searchtxt.value == "" || searchtxt.value == tiptext) { searchtxt.className += " searchtip"; searchtxt.value = tiptext; } searchtxt.onfocus = function(e) { if(searchtxt.value == tiptext) { searchtxt.value = ""; searchtxt.className = searchtxt.className.replace(" searchtip", ""); } } searchtxt.onblur = function(e) { if(searchtxt.value == "") { searchtxt.className += " searchtip"; searchtxt.value = tiptext; } } searchbtn.onclick = function(e) { if(searchtxt.value == "" || searchtxt.value == tiptext) { return false; } } //]]> </script> <!-- searchbox END --> <div class="fixed"></div> </div> <!-- header END --> <!-- navigation START --> <div id="navigation"> <!-- menus START --> <!-- menus END --> <div class="fixed"></div> </div> <!-- navigation END --> <!-- content START --> <div id="content"> <!-- main START --> <div id="main"> <div id="postpath"> <a title="Go to homepage" href="../index.html">Home</a> > New CCNA – EIGRP Questions </div> <div class="post" id="post-1769"> <h1>New CCNA – EIGRP Questions</h1> <div class="info"> <span class="date">September 27th, 2013</span> <!-- <span class="addcomment"><a href="#respond">Leave a comment</a></span> --> <span class="comments"><a href="#comments">Go to comments</a></span> <div class="fixed"></div> </div> <div class="content"> <p>Note: If you are not sure about EIGRP, please read our <a href="../eigrp-routing-protocol-tutorial.html" target="_blank">EIGRP Tutorial</a>.</p> <p class="ccnaquestionsnumber">Question 1</p> <p>A network administrator is troubleshooting an EIGRP problem on a router and needs to confirm the IP addresses of the devices with which the router has established adjacency. The retransmit interval and the queue counts for the adjacent routers also need to be checked. What command will display the required information?</p> <p>A. Router# show ip eigrp adjacency</p> <p>B. Router# show ip eigrp topology</p> <p>C. Router#show ip eigrp interfaces</p> <p>D. Router#show ip eigrp neighbors</p> <p> </p> <p><span class="ccnacorrectanswers">Answer:</span> D</p> <p class="ccnaexplanation">Explanation</p> <p>Below is an example of the <strong>show ip eigrp neighbors </strong>command. The retransmit interval (Smooth Round Trip Timer – SRTT) and the queue counts (Q count, which shows the number of queued EIGRP packets) for the adjacent routers are listed:</p> <p><img src="../../www.iptut.com/images/ccna/EIGRP/EIGRP_show_ip_eigrp_neighbors_command.jpg" alt="EIGRP_show_ip_eigrp_neighbors_command.jpg" width="432" height="72" /></p> <p class="ccnaquestionsnumber">Question 2</p> <p>Refer to the exhibit. Based on the exhibited routing table, how will packets from a host within the 192.168.10.192/26 LAN be forwarded to 192.168.10.1?</p> <p><img class="aligncenter" src="../../www.iptut.com/images/ccna/EIGRP/EIGRP_show_ip_route.jpg" alt="EIGRP_show_ip_route.jpg" width="510" height="430" /></p> <p>A. The router will forward packets from R3 to R2 to R1</p> <p>B. The router will forward packets from R3 to R1</p> <p>C. The router will forward packets from R3 to R1 to R2</p> <p>D. The router will forward packets from R3 to R2 to R1 AND from R3 to R1</p> <p> </p> <p><span class="ccnacorrectanswers">Answer:</span> D</p> <p class="ccnaexplanation">Explanation</p> <p>From the routing table we learn that network 192.168.10.0/30 is learned via 2 equal-cost paths (192.168.10.9 &192.168.10.5) -> traffic to this network will be load-balancing.</p> <p>Note: There is a typo in this question because R3 lists the its own IP addresses to 192.168.10.0/30. and 192.168.10.128/26 as the next-hop IP addresses. However we have to choose the best answers based on our understanding even the question output is wrong.</p> <p class="ccnaquestionsnumber">Question 3</p> <p>Refer to the exhibit, when running EIGRP what is required for R1 to exchange routing updates with R3?</p> <p><img class="aligncenter" src="../../www.iptut.com/images/ccna/EIGRP/EIGRP_AS_number.jpg" alt="EIGRP_AS_number" border="0" /></p> <p>A – AS numbers must be changed to match on all the routers</p> <p>B – Loopback interfaces must be configured so a DR is elected</p> <p>C – The no auto-summary command is needed on R1 and R3</p> <p>D – R2 needs to have two network statements, one for each connected network</p> <p> </p> <p><span class="ccnacorrectanswers">Answer:</span> A</p> <p class="ccnaquestionsnumber">Question 4</p> <p>Which type of EIGRP route entry describes a feasible successor?</p> <p>A. a primary route,stored in the routing table</p> <p>B. a backup route,stored in the routing table</p> <p>C. a backup route,stored in the topology table</p> <p>D. a primary route,stored in the topology table</p> <p> </p> <p><span class="ccnacorrectanswers">Answer:</span> C</p> <p class="ccnaexplanation">Explanation</p> <p>Feasible successor is a route whose Advertised Distance is less than the Feasible Distance of the current best path. A feasible successor is a backup route, which is not stored in the routing table but stored in the topology table.</p> <p class="ccnaquestionsnumber">Question 5</p> <p>Refer to the exhibit. The company uses EIGRP as the routing protocol. What path will packets take from a host on 192.168.10.192/26 network to a host on the LAN attached to router R1?</p> <p><img class="aligncenter" src="../../www.iptut.com/images/ccna/EIGRP/EIGRP_show_ip_route_2.jpg" alt="EIGRP_show_ip_route_2.jpg" width="350" height="250" /></p> <p><strong>R3# show ip route</p> <p>Gateway of last resort is not set</p> <p>192 168.10.0/24 is variably subnetted, 6 subnets, 2 masks</p> <p>D 192.168.10.64/26 [90/2195456] via 192.168.10.9, 00:03:31, Serial0/0</p> <p>D 192.168.10.0/30 [90/2681856] via 192.168.10.9, 00:03:31, Serial0/0</p> <p>C 192.168.10.4/30 is directly connected, Serial0/1</p> <p>C 192.168.10.8/30 is directly connected, Serial0/0</p> <p>C 192.168.10.192/26 is directly connected, FastEthernet0/0</p> <p>D 192.168.10.128/26 [90/2195456] via 192.168.10.5,00:03:31, Serial0/1</strong></p> <p>A. The path of the packets will be R3 to R2 to R1.</p> <p>B. The path of the packets will be R3 to R1 to R2.</p> <p>C. The path of the packets will be both R3 to R2 to R1 and R3 to R1.</p> <p>D. The path of the packets will be R3 to R1</p> <p> </p> <p><span class="ccnacorrectanswers">Answer:</span> D</p> <p class="ccnaexplanation">Explanation</p> <p>Host on the LAN attached to router R1 belongs to 192.168.10.64/26 subnet. From the output of the routing table of R3 we learn this network can be reach via 192.168.10.9, which is an IP address in 192.168.10.8/30 network (the network between R1 & R3) -> packets destined for 192.168.10.64 will be routed from R3 -> R1 -> LAN on R1.</p> <div class="fixed"></div> </div> <!-- <div class="under"> <span class="tags"></span><span></span> </div> --> </div> <!-- related posts START --> <!-- related posts END --> <script type="text/javascript" src="../wp-content/themes/inove/js/comment.js"></script> <div id="comments"> <div id="cmtswitcher"> <a id="commenttab" class="curtab" href="javascript:void(0);">Comments (140)</a> <span class="addcomment">Comments</span> <div class="fixed"></div> </div> <div id="commentnavi"> <span class="pages">Comment pages</span> <div id="commentpager"> <a class="prev page-numbers" href="comment-page-2.html#comments">« Previous</a> <a class='page-numbers' href='comment-page-1.html#comments'>1</a> <a class='page-numbers' href='comment-page-2.html#comments'>2</a> <span class='page-numbers current'>3</span> <span id="cp_post_id">1769</span> </div> <div class="fixed"></div> </div> <div id="commentlist"> <!-- comments START --> <ol id="thecomments"> <li class="comment regularcomment" id="comment-2401352"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Jahanzaib Leghari </div> <div class="date"> January 9th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2401352', 'comment-2401352', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2401352', 'comment-2401352', 'commentbody-2401352', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2401352"> <p>Follow This link For all new updated dumps<br /> <a href="http://www.examcollection.com/" rel="nofollow">http://www.examcollection.com/</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2431357"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> abdel </div> <div class="date"> January 19th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2431357', 'comment-2431357', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2431357', 'comment-2431357', 'commentbody-2431357', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2431357"> <p>Q2 in my exam today, passed</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2432332"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> murad </div> <div class="date"> January 19th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2432332', 'comment-2432332', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2432332', 'comment-2432332', 'commentbody-2432332', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2432332"> <p>Q1 in my exam today.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2497423"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> anonymous </div> <div class="date"> February 5th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2497423', 'comment-2497423', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2497423', 'comment-2497423', 'commentbody-2497423', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2497423"> <p>@ moha and everyone</p> <p>When you guys refer to labs ACL1 and ACL2 are on the exam. What are you referring to? The “CCNA Lab Sim” link here at 9tut? Where can I find the labs you are talking about?</p> <p>thanks</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2518792"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Ghada </div> <div class="date"> February 11th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2518792', 'comment-2518792', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2518792', 'comment-2518792', 'commentbody-2518792', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2518792"> <p>@anonymous</p> <p>yes they refer to the first section of 9tut here called “CCNA Lab Sim”</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2524283"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> anonymous </div> <div class="date"> February 13th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2524283', 'comment-2524283', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2524283', 'comment-2524283', 'commentbody-2524283', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2524283"> <p>@ Ghada,</p> <p>Thanks for the response. I just wanted to make sure so i can prepare.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2534604"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Che </div> <div class="date"> February 16th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2534604', 'comment-2534604', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2534604', 'comment-2534604', 'commentbody-2534604', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2534604"> <p>Q2 On 15th Feb.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2547271"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> illbwolf </div> <div class="date"> February 19th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2547271', 'comment-2547271', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2547271', 'comment-2547271', 'commentbody-2547271', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2547271"> <p>q1,2 today</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2582305"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Donnie </div> <div class="date"> March 2nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2582305', 'comment-2582305', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2582305', 'comment-2582305', 'commentbody-2582305', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2582305"> <p>please anyone send me the latest Valid dumps for CCNA-X 200-120 Exam<br /> i will be appearing this weekend</p> <p>email – <a href="mailto:thojohnc@hotmail.com">thojohnc@hotmail.com</a><br /> Thanks</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2586352"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> ALI </div> <div class="date"> March 3rd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2586352', 'comment-2586352', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2586352', 'comment-2586352', 'commentbody-2586352', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2586352"> <p>please anyone send me the latest Valid dumps for CCNA-X 200-120 Exam<br /> regards</p> <p><a href="mailto:adnandaudzai@gmail.com">adnandaudzai@gmail.com</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2617519"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Sehri </div> <div class="date"> March 13th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2617519', 'comment-2617519', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2617519', 'comment-2617519', 'commentbody-2617519', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2617519"> <p>Hi all , Can any one please send me the CCNA 200-120 valid dump to <a href="mailto:rsharifi.it@outlook.com">rsharifi.it@outlook.com</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2627266"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Sipho </div> <div class="date"> March 16th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2627266', 'comment-2627266', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2627266', 'comment-2627266', 'commentbody-2627266', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2627266"> <p>Test</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2627276"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Sipho </div> <div class="date"> March 16th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2627276', 'comment-2627276', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2627276', 'comment-2627276', 'commentbody-2627276', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2627276"> <p>Guys I need the latest VCE program (don’t need dumps) if anyone can assist, I am almost ready to take my exam but need the latest VCE to see at least how questions look like.</p> <p>My address is: <a href="mailto:sipho_ndlovu@outlook.com">sipho_ndlovu@outlook.com</a> Thanks</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2633085"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Apush </div> <div class="date"> March 18th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2633085', 'comment-2633085', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2633085', 'comment-2633085', 'commentbody-2633085', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2633085"> <p>Passed my CCNA exam today (18th Mar)… Q1 in exam</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2637614"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Ashish Mehra </div> <div class="date"> March 19th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2637614', 'comment-2637614', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2637614', 'comment-2637614', 'commentbody-2637614', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2637614"> <p>Q5 in my exam today</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2643921"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Alaa Yalda </div> <div class="date"> March 22nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2643921', 'comment-2643921', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2643921', 'comment-2643921', 'commentbody-2643921', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2643921"> <p>can some one explain the diference between q.2 and 5</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2656622"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> An </div> <div class="date"> March 26th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2656622', 'comment-2656622', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2656622', 'comment-2656622', 'commentbody-2656622', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2656622"> <p>q2 is asking about the host on the router. q5 asks route to .1. load balancing will take place because of path</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2656625"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> An </div> <div class="date"> March 26th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2656625', 'comment-2656625', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2656625', 'comment-2656625', 'commentbody-2656625', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2656625"> <p>i mean q5 is the host q2 is the route to .1</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2658199"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Peter </div> <div class="date"> March 26th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2658199', 'comment-2658199', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2658199', 'comment-2658199', 'commentbody-2658199', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2658199"> <p>Q1</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2660481"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Siaulius </div> <div class="date"> March 27th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2660481', 'comment-2660481', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2660481', 'comment-2660481', 'commentbody-2660481', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2660481"> <p>Hi, I’ll appreciate, if someone share latest CCNA dumps <a href="mailto:siaulietisss@yahoo.com">siaulietisss@yahoo.com</a> Thanks in advance.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2664903"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> amirthalingam </div> <div class="date"> March 29th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2664903', 'comment-2664903', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2664903', 'comment-2664903', 'commentbody-2664903', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2664903"> <p>hi guys iam taking ccna next sunday need dump desperately, toi have been searching for a week now unable to find if someone gives me it will be very helpful, <a href="mailto:amrith_2006@yahoo.com">amrith_2006@yahoo.com</a> thx in advance plz guyssssss</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2665919"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> mike </div> <div class="date"> March 30th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2665919', 'comment-2665919', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2665919', 'comment-2665919', 'commentbody-2665919', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2665919"> <p>hi can i have the latest dump for my ccna exam please? please send it to <a href="mailto:mbrown1290@yahoo.com">mbrown1290@yahoo.com</a>. thx in advance</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2693146"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> RACHID </div> <div class="date"> April 11th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2693146', 'comment-2693146', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2693146', 'comment-2693146', 'commentbody-2693146', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2693146"> <p>what means EIGRP 112 or EIGRP 222 or EIGRP 212?<br /> in what section in 9tut ?<br /> thx</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2693147"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> RACHID </div> <div class="date"> April 11th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2693147', 'comment-2693147', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2693147', 'comment-2693147', 'commentbody-2693147', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2693147"> <p>what means ACL1 + ACL2 Mod3?<br /> in what section in 9tut ?<br /> thx</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2697281"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Cyrus </div> <div class="date"> April 13th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2697281', 'comment-2697281', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2697281', 'comment-2697281', 'commentbody-2697281', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2697281"> <p>EIGRP lab in 9tut but the AS number are change to 112, 222 or 212 you have to configure the router with these parameters to meet the requirements.<br /> same with ACL2 modification 3 is need to perform.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2710404"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Anonymous </div> <div class="date"> April 20th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2710404', 'comment-2710404', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2710404', 'comment-2710404', 'commentbody-2710404', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2710404"> <p><a href="mailto:mj8mj4@hotmail.com">mj8mj4@hotmail.com</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2716126"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> nandha </div> <div class="date"> April 22nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2716126', 'comment-2716126', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2716126', 'comment-2716126', 'commentbody-2716126', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2716126"> <p>hai frnds,,</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2716127"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> nandha </div> <div class="date"> April 22nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2716127', 'comment-2716127', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2716127', 'comment-2716127', 'commentbody-2716127', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2716127"> <p>am going to write xam on sunday..ccna 200-120</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2716128"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> nandha </div> <div class="date"> April 22nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2716128', 'comment-2716128', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2716128', 'comment-2716128', 'commentbody-2716128', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2716128"> <p>is it enough study from 9tut?</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2717818"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> AC.Vidoca </div> <div class="date"> April 23rd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2717818', 'comment-2717818', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2717818', 'comment-2717818', 'commentbody-2717818', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2717818"> <p>Plz help me wit latest dumps and VCE too for CCNA . My exam on 8 next month. send me via email: <a href="mailto:acvidoca@ymail.com">acvidoca@ymail.com</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2728904"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> vaikosen. D </div> <div class="date"> April 27th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2728904', 'comment-2728904', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2728904', 'comment-2728904', 'commentbody-2728904', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2728904"> <p>Nice tutorial in fact the best i have read on this site.Thanks</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2728943"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Amanda </div> <div class="date"> April 27th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2728943', 'comment-2728943', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2728943', 'comment-2728943', 'commentbody-2728943', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2728943"> <p>Can somebody and me dumps……</p> <p><a href="mailto:amanarora7777@gmail.com">amanarora7777@gmail.com</a></p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2779353"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Anonymous </div> <div class="date"> May 14th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2779353', 'comment-2779353', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2779353', 'comment-2779353', 'commentbody-2779353', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2779353"> <p>can someone send me the latest dumbs and vce for ccna 200-120 email:albosoftie@gmail.com</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2781058"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Kevin </div> <div class="date"> May 14th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2781058', 'comment-2781058', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2781058', 'comment-2781058', 'commentbody-2781058', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2781058"> <p>Hello ,<br /> Q2 & Q5 in EIGRP questions is the same, so why there is a difference answer ? i have confused</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2784135"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Sehri </div> <div class="date"> May 16th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2784135', 'comment-2784135', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2784135', 'comment-2784135', 'commentbody-2784135', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2784135"> <p>Kevin : if you look closer the question 2: how the packet reach to LAN .1? according to routing table, the packet will be forwarded both through router 3 to 2 to 1 and 3 to 1. while in question 5 it states the LAN attached to router 1? in this question routing table entry shows that the pack route is through router 3 and 1.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2795337"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Anonymous </div> <div class="date"> May 19th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2795337', 'comment-2795337', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2795337', 'comment-2795337', 'commentbody-2795337', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2795337"> <p>can someone send me the latest dumbs and vce for ccna 200-120 email:dawezal@hotmail.com</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2804587"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Bill B </div> <div class="date"> May 22nd, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2804587', 'comment-2804587', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2804587', 'comment-2804587', 'commentbody-2804587', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2804587"> <p>Hello friends. Please, I have a question about EIGRP that I hope someone can answer: In EIGRP, why, to be a Feasible Successor (Backup Route) must it have a lower AD (Cost from the neighbor to the destination) than the FD (sum of the AD + the cost between the Local Router and the Next Hop Router) (which is actually the total distance from the Local Router all the way through the Neighbor Router to the Destination Router) of the Successor Route?</p> <p>Wouldn’t that mean that it is a better route meaning that it should be the Successor and not the Feasible Successor?</p> <p>Is this because the Feasible Successor’s cost is higher between the local router and the next-hop Router than the Successor’s cost between the local router and the next-hop Router in every case?</p> <p>Feasible successor definition summary: To qualify as the Feasible Successor Route, the cost from the Feasible Successor’s neighbor to the destination is lower than the entire cost of the Successor’s route. </p> <p>This means that the Feasible Successors local router to next-hop Cost, when added with the Feasible Successor’s Advertised Distance is higher then the overall cost of the Successor; otherwise IT would be the Successor Route, correct? </p> <p>Thanks fellas!</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2834272"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> Rob </div> <div class="date"> May 30th, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2834272', 'comment-2834272', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2834272', 'comment-2834272', 'commentbody-2834272', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2834272"> <p>Can someone please send me the latest dumps and vce for ccna 200-120<br /> email:rob100634@gmail.com</p> <p>Thanks!</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2837957"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> arlet13 </div> <div class="date"> May 31st, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2837957', 'comment-2837957', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2837957', 'comment-2837957', 'commentbody-2837957', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2837957"> <p>Hi,<br /> I spent my CCNA wednesday 27 th of may. The subject is eigrp, ACL. This site is the best place to prepare the CCNA, thank</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> <li class="comment regularcomment" id="comment-2839743"> <div class="info"> <div class="author"> <!-- <div class="pic"> </div> --> ccna </div> <div class="date"> June 1st, 2015 </div> <div class="act"> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.reply('commentauthor-2839743', 'comment-2839743', 'comment');">Reply</a> --> <!-- <a href="javascript:void(0);" onclick="MGJS_CMT.quote('commentauthor-2839743', 'comment-2839743', 'commentbody-2839743', 'comment');">Quote</a> --> </div> <div class="smallspace"></div> <div class="content"> <div id="commentbody-2839743"> <p>tnx to 9tut…i passed the ccna exam.</p> </div> </div> </div> <div class="fixed"></div> </li><!-- #comment-## --> </ol> <!-- comments END --> <div id="commentnavi"> <span class="pages">Comment pages</span> <div id="commentpager"> <a class="prev page-numbers" href="comment-page-2.html#comments">« Previous</a> <a class='page-numbers' href='comment-page-1.html#comments'>1</a> <a class='page-numbers' href='comment-page-2.html#comments'>2</a> <span class='page-numbers current'>3</span> <span id="cp_post_id">1769</span> </div> <div class="fixed"></div> </div> <!-- trackbacks START --> <div class="fixed"></div> <!-- trackbacks END --> </div> </div> <form action="http://www.9tut.com/wp-comments-post.php" method="post" id="commentform"> <div id="respond"> <div class="addnewcomment">Add a Comment</div> <div id="author_info"> <div class="row"> <input type="text" name="author" id="author" class="textfield" value="" size="24" tabindex="1" /> <label for="author" class="small">Name </label> </div> </div> <!-- comment input --> <div class="row"> <textarea name="comment" id="comment" tabindex="4" rows="8" cols="50"></textarea> </div> <!-- comment submit and rss --> <div id="submitbox"> <div class="submitbutton"> <input name="submit" type="submit" id="submit" class="button" tabindex="5" value="Submit Comment" /> </div> <a class="feed" href="../comments/feed">Subscribe to comments feed</a> <input type="hidden" name="comment_post_ID" value="1769" /> <div class="fixed"></div> </div> </div> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="3d920f56f8" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="153"/></p> </form> <div id="postnavi"> <span class="prev"><a href="../new-ccna-ospf-questions-2.html" rel="next">New CCNA – OSPF Questions 2</a></span> <span class="next"><a href="../new-ccna-security-questions.html" rel="prev">New CCNA – Security Questions</a></span> <div class="fixed"></div> </div> </div> <!-- main END --> <!-- sidebar START --> <div id="sidebar"> <!-- sidebar north START --> <div id="northsidebar" class="sidebar"> <!-- showcase --> <div id="am4login-3" class="widget widget_text"><h3>Premium Membership</h3><p class="becomemember">Become a member to interact with all questions and read all tutorials, labs!</p> </br> <p align="center"><img width="128" border="0" height="128" alt="package_favourite" align="center" src="../images/app_file-manager.png"></p> <p class="findoutmore" align="center"><a href="../we-want-to-write-more.html">Find out more</a> or <a href="../member/login.html">Sign In</a></p> </div></div> <!-- sidebar north END --> <div id="centersidebar"> <!-- sidebar east START --> <div id="eastsidebar" class="sidebar"> <!-- categories --> <div class="widget widget_categories"> <h2>New CCNA 200-120</h2> <ul> <li class="cat-item cat-item-8"><a href="../category/ccna-lab-sim.html" title="View all posts filed under CCNA Lab Sim">CCNA Lab Sim</a> </li> <li><a href="../new-ccna-hsrp-vrrp-glbp.html"> New CCNA – HSRP VRRP GLBP </a> </li> <li><a href="../new-ccna-snmp-questions.html"> New CCNA – SNMP Questions </a> </li> <li><a href="../new-ccna-netflow-questions.html"> New CCNA – NetFlow Questions </a> </li> <li><a href="../new-ccna-syslog-questions.html"> New CCNA – Syslog Questions </a> </li> <li><a href="../new-ccna-new-questions-2.html"> New CCNA – New Questions </a> </li> <li><a href="../new-ccna-basic-questions.html"> New CCNA – Basic Questions </a> </li> <li><a href="../new-ccna-osi-tcpip-model.html"> New CCNA – OSI & TCP/IP Model </a> </li> <li><a href="../new-ccna-ios-questions.html"> New CCNA – IOS Questions </a> </li> <li><a href="../new-ccna-wan-questions.html"> New CCNA – WAN Questions </a> </li> <li><a href="../new-ccna-switch-questions.html"> New CCNA – Switch Questions </a> </li> <li><a href="../new-ccna-switch-questions-2.html"> New CCNA – Switch Questions 2 </a> </li> <li><a href="../new-ccna-trunking-questions.html"> New CCNA – Trunking Questions </a> </li> <li><a href="../new-ccna-trunking-questions-2.html"> New CCNA – Trunking Questions 2 </a> </li> <li><a href="../new-ccna-stp.html"> New CCNA – STP </a> </li> <li><a href="../new-ccna-stp-2.html"> New CCNA – STP 2 </a> </li> <li><a href="../new-ccna-rstp.html"> New CCNA – RSTP </a> </li> <li><a href="../new-ccna-access-list-questions.html"> New CCNA – Access list Questions </a> </li> <li><a href="../new-ccna-nat-pat-questions.html"> New CCNA – NAT PAT Questions </a> </li> <li><a href="../new-ccna-vlan-questions.html"> New CCNA – VLAN Questions </a> </li> <li><a href="../new-ccna-intervlan-questions.html"> New CCNA – InterVLAN Questions </a> </li> <li><a href="../new-ccna-subnetting.html"> New CCNA – Subnetting </a> </li> <li><a href="../new-ccna-subnetting-2.html"> New CCNA – Subnetting 2 </a> </li> <li><a href="../new-ccna-frame-relay.html"> New CCNA – Frame Relay </a> </li> <li><a href="../new-ccna-frame-relay-2.html"> New CCNA – Frame Relay 2 </a> </li> <li><a href="../new-ccna-ip-routing-questions.html"> New CCNA – IP Routing Questions </a> </li> <li><a href="../new-ccna-ip-routing-2.html"> New CCNA – IP Routing 2 </a> </li> <li><a href="../new-ccna-dhcp-questions.html"> New CCNA – DHCP Questions </a> </li> <li><a href="../new-ccna-ospf-questions.html"> New CCNA – OSPF Questions </a> </li> <li><a href="../new-ccna-ospf-questions-2.html"> New CCNA – OSPF Questions 2 </a> </li> <li class="active_post"><a href="../new-ccna-eigrp-questions.html"> New CCNA – EIGRP Questions </a> </li> <li><a href="../new-ccna-security-questions.html"> New CCNA – Security Questions </a> </li> <li><a href="../new-ccna-operation-questions.html"> New CCNA – Operation Questions </a> </li> <li><a href="../new-ccna-operation-2.html"> New CCNA – Operation 2 </a> </li> <li><a href="../new-ccna-show-commands.html"> New CCNA – Show commands </a> </li> <li><a href="../new-ccna-troubleshooting.html"> New CCNA – Troubleshooting </a> </li> <li><a href="../new-ccna-ipv6.html"> New CCNA – IPv6 </a> </li> <li><a href="../new-ccna-ipv6-questions-2.html"> New CCNA – IPv6 Questions 2 </a> </li> <li><a href="../new-ccna-drag-and-drop-1.html"> New CCNA – Drag and Drop 1 </a> </li> <li><a href="../new-ccna-drag-and-drop-2.html"> New CCNA – Drag and Drop 2 </a> </li> <li><a href="../new-ccna-drag-and-drop-3.html"> New CCNA – Drag and Drop 3 </a> </li> <li><a href="../new-ccna-drag-and-drop-4.html"> New CCNA – Drag and Drop 4 </a> </li> <li><a href="../new-ccna-drag-and-drop-5.html"> New CCNA – Drag and Drop 5 </a> </li> <li><a href="../ccna-faqs-a-tips.html"> CCNA FAQs & Tips </a> </li> <li><a href="../share-your-new-ccna-experience.html"> Share your (new) CCNA Experience </a> </li> </ul> </div> <br /> <div class="widget widget_categories"> <h2>CCNA Self-Study</h2> <ul> <li class="cat-item cat-item-11"><a href="../category/practice-ccna-gns3-labs.html" title="View all posts filed under Practice CCNA GNS3 Labs">Practice CCNA GNS3 Labs</a> </li> <li class="cat-item cat-item-12"><a href="../category/ccna-knowledge.html" title="View all posts filed under CCNA Knowledge">CCNA Knowledge</a> </li> </ul> </div> <br /> </div> <div class="widget widget_categories"> <h2>Network Resources</h2> <ul> <li class="cat-item"><a href="../free-router-simulators.html">Free Router Simulators </ul> </div> <ul><li class="cat-item"><a href="http://www.9tut.net/" target="_blank">ICND1/ICND2 Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.digitaltut.com/" target="_blank">CCNP - ROUTE Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.certprepare.com/" target="_blank">CCNP - SWITCH Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.networktut.com/" target="_blank">CCNP - TSHOOT Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.voicetut.com/" target="_blank">CCNA Voice Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.wirelesstut.com/" target="_blank">CCNA Wireless Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.securitytut.com/" target="_blank">CCNA Security Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.dstut.com/" target="_blank">CCDA Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.iptut.com/" target="_blank">CCIP Website</a></li></ul> <ul><li class="cat-item"><a href="http://www.rstut.com/" target="_blank">CCIE Written Website</a></li></ul> </div> <!-- sidebar east END --> <!-- sidebar west START --> <div id="westsidebar" class="sidebar"> </div> <!-- sidebar west END --> <div class="fixed"></div> <br/> <div style="text-align:center;"> Support 9tut <!-- Paypal Donate Module --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="support@9tut.com"> <input type="hidden" name="item_name" value="Support 9tut.com to keep this site updated!"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="hidden" name="bn" value="PP-DonationsBF"> <input type="image" src="../images/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> </form> Your contribution will help keep this site updated! </div> <br /> </div> <!-- sidebar END --> <div class="fixed"></div> </div> <!-- content END --> <!-- footer START --> <div id="footer"> <a id="gotop" href="#" onclick="MGJS.goTop();return false;">Top</a> <div id="footer_logo"><img width="60" height="60" border="0" alt="footer" title="footer" src="../wp-content/themes/inove/img/networking.png"></div> <div id="copyright"> Copyright © 2010-2013 CCNA Training </div> <div id="themeinfo"> <a href=../privacy-policy.html>Site Privacy Policy</a>. Valid XHTML 1.1 and CSS 3.UV </div> </div> <!-- footer END --> </div> <!-- container END --> </div> <!-- wrap END --> <script type='text/javascript' src='../wp-content/plugins/akismet/_inc/form128b.js?ver=3.1'></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2141052-10']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> <!-- Mirrored from www.9tut.com/new-ccna-eigrp-questions/comment-page-3 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 01 Jun 2015 16:19:50 GMT --> </html>