<?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>SWITCH Training</title>
	<atom:link href="http://www.certprepare.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.certprepare.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 00:13:38 +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>Practice Real SWITCH Labs with Packet Tracer</title>
		<link>http://www.certprepare.com/practice-real-switch-labs-with-packet-tracer</link>
		<comments>http://www.certprepare.com/practice-real-switch-labs-with-packet-tracer#comments</comments>
		<pubDate>Sat, 14 Apr 2012 15:07:42 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=54</guid>
		<description><![CDATA[The title said it all. Below are the screenshots of the lab files Files included: + MLS with EIGRP lab + LACP &#8211; STP Lab Download these lab files from certprepare.com Please say thanks to Jojo who created these lab-sims. Now you can practice with real SWITCH Lab questions.]]></description>
			<content:encoded><![CDATA[<p>The title said it all. Below are the screenshots of the lab files</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Real_MLS_EIGRP.jpg" border="0" alt="Real_MLS_EIGRP.jpg" width="325" height="311" /></p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/REAL_STP_LACP.jpg" border="0" alt="REAL_STP_LACP.jpg" width="480" height="321" /></p>
<p><br class="spacer_" /></p>
<p>Files included:</p>
<p>+ MLS with EIGRP lab<br />
 + LACP &#8211; STP Lab</p>
<p><a href="download/Certprepare.com SWITCH Labs.zip">Download these lab files from certprepare.com</a></p>
<p>Please say thanks to<span class="pinkandbold"> Jojo</span> who created these lab-sims. Now you can practice with real SWITCH Lab questions.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2092096328550054";
/* 728x90, created 8/23/10 */
google_ad_slot = "6374779530";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/practice-real-switch-labs-with-packet-tracer/feed</wfw:commentRss>
		<slash:comments>124</slash:comments>
		</item>
		<item>
		<title>LACP with STP Sim</title>
		<link>http://www.certprepare.com/lacp-with-stp-sim</link>
		<comments>http://www.certprepare.com/lacp-with-stp-sim#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:06:55 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=52</guid>
		<description><![CDATA[Question (not sure about the requirement, I will try to update soon!) Answer and Explanation: Below is a good solution commented by toy_man123. Please say thank to him! Each of these vlans has one host each on its port SVI on vlan 1 &#8211; ip 192.168.1.11 with snm Switch B &#8211; Ports 3, 4 connected [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question</span> (not sure about the requirement, I will try to update soon!)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/LACP_STP.jpg" border="0" alt="LACP_STP.jpg" width="680" height="400" /></p>
<p class="ccnaexplanation">Answer and Explanation:</p>
<p><!--adsense--></p>
<p><span id="more-52"></span></p>
<p>Below is a good solution commented by <span class="pinkandbold">toy_man123</span>. Please say thank to him!</p>
<p>Each of these vlans has one host each on its port<br />
 SVI on vlan 1 &#8211; ip 192.168.1.11 with snm</p>
<p>Switch B &#8211; <br />
 Ports 3, 4 connected to ports 3 and 4 on Switch A</p>
<p>Port 15 connected to Port on Router.</p>
<p>Tasks to do</p>
<p>1. Use non proprietary mode of aggregation with Switch B being the initiator<br />
 &#8212; Assumed use LACP with B being in Active mode</p>
<p>2. Use non proprietary trunking and no negotiation<br />
 &#8212; Assumed use switchport mode trunk and switchport trunk encapsulation dot1q</p>
<p>3. Restrict only to vlans needed<br />
 &#8212; Assumed either vtp pruning or allowed vlan list. vtp pruning command did not seem to work on the simulator so landed using allowed vlan list</p>
<p>4. SVI on vlan 1 with some ip and subnet given</p>
<p>5. Configure switch A so that nodes other side of Router C are accessible<br />
 &#8212; Assumed this to mean that on switch A default gatway has to be configured.</p>
<p>6. Make switch B the root<br />
 &#8212; Could not get this to work. Exam hung when I tried the command<br />
 spanning-tree vlan 1,21-23 priority 4096<br />
 So passed on this configuration. Anyone else got this correct</p>
<p>What I tried .. <br />
 on Switch A<br />
 verify with show run if you need to create vlans 21-23</p>
<p><strong>int range fa0/9 &#8211; 10<br />
 switchport mode access<br />
 switchport access vlan 21<br />
 spanning-tree portfast<br />
 no shut</strong></p>
<p><strong> int range fa0/13 &#8211; 14<br />
 switchport mode access<br />
 switchport access vlan 22<br />
 spanning-tree portfast<br />
 no shut</strong></p>
<p><strong> int range fa0/16 &#8211; 16<br />
 switchport mode access<br />
 switchport access vlan 23<br />
 spanning-tree portfast<br />
 no shut</strong></p>
<p><strong> int range fa0/3 &#8211; 4<br />
 channel-protocol lacp<br />
 channel group 1 mode passive<br />
 no shut</strong></p>
<p><strong> int port-channel 1<br />
 switchport mode trunk<br />
 switchport trunk encapsulation dot1q<br />
 spanning-tree allowed vlans 1,21-23<br />
 no shut</strong></p>
<p><strong> int vlan 1<br />
 ip address x.y.z.11 255.a.b.c<br />
 no shut</strong></p>
<p>On switch B run the command show cdp neighbors detail and get the ip address of port from router C.</p>
<p>Now use this ip address of port of router C to configure as default gateway on Switch A<br />
 SA(config)# <strong>ip default-gateway 192.168.1.1</strong></p>
<p>On switch B do only the channel group and port-channel stuff<br />
 Only mode is active instead of passive.</p>
<p>copy run start did not work. Tried combos of wr, copy running-config startup-config, copy system:running-config nvram:startup-config. All variations did not work.</p>
<p>Got some errors on mismatch of native VLAN. Switch B had some ports on vlan 98 configured for native vlan. Tried setting native vlan on Port-channel 1 on switch B to 1. Configuration command took but errors still were occuring. Ran out of time I had allocated so gave up.</p>
<p><em>If you learn anything new about this sim please share with us!</em></p>
<p><br class="spacer_" /></p>
<p><!--adsense#MiddleContent--></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank"></a><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a><br />
 <a href="http://www.certprepare.com/vtp-lab-2" target="_blank">VTP Lab 2</a><br />
 <a href="http://www.certprepare.com/vtp-lab" target="_blank">VTP Lab</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank">Spanning Tree Lab Sim</a><br />
 <a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a><em><br />
 </em></p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/lacp-with-stp-sim/feed</wfw:commentRss>
		<slash:comments>1093</slash:comments>
		</item>
		<item>
		<title>MLS and EIGRP Sim</title>
		<link>http://www.certprepare.com/mls-and-eigrp-sim</link>
		<comments>http://www.certprepare.com/mls-and-eigrp-sim#comments</comments>
		<pubDate>Sun, 25 Mar 2012 15:05:04 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=50</guid>
		<description><![CDATA[(Updated from real SWITCH Exam on 08-August-2010) Notice: This is just a sketch about this sim. I can not guarantee the information posted below is correct. So if you know anything new about this sim please post here. Your ideas and comments are warmly welcome! Question: I am still not sure about the question but [...]]]></description>
			<content:encoded><![CDATA[<p class="pinkandbold">(Updated from real SWITCH Exam on 08-August-2010)</p>
<p>Notice: This is just a sketch about this sim. I can not guarantee the information posted below is correct. So if you know anything new about this sim please post here. Your ideas and comments are warmly welcome!</p>
<p class="ccnaquestionsnumber">Question:</p>
<p>I am still not sure about the question but we need to configure the Multilayer Switch so that PCs from VLAN 2 and VLAN 3 can communicate with the Server.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/MLS_EIGRP_Sim.jpg" border="0" alt="MLS_EIGRP_Sim.jpg" width="650" height="530" /></p>
<p style="text-align: left;"><span class="ccnaexplanation">Answer and Explanation</span></p>
<p><!--adsense--></p>
<p><span id="more-50"></span></p>
<p>the config (commented by a certprepare.com&#8217;s reader but he does not leave his name, but please say thank to him!)</p>
<p>mls><strong>enable</strong><br />
 mls# <strong>configure terminal</strong><br />
 mls(config)#<strong> int gi0/1</strong><br />
 mls(config-if)#<strong>no switchport</strong> -> not sure about this command line, but you should use this command if the simulator does not let you assign IP address on Gi0/1 interface.<br />
 mls(config-if)#<strong> ip address 10.10.10.2 255.255.255.0</strong><br />
 mls(config-if)# <strong>no shutdown</strong><br />
 mls(config-if)#<strong> exit</strong><br />
 mls(config)# <strong>int vlan 2</strong><br />
 mls(config-if)#<strong> ip address 190.200.250.33 255.255.255.224</strong><br />
 mls(config-if)# <strong>no shutdown</strong><br />
 mls(config-if)#<strong> int vlan 3</strong><br />
 mls(config-if)#<strong> ip address 190.200.250.65 255.255.255.224</strong><br />
 mls(config-if)# <strong>no shutdown</strong><br />
 mls(config-if)#<strong>exit</strong><br />
 mls(config)#<strong> ip routing</strong> (Notice: MLS will not work without this command)<br />
 mls(config)#<strong> router eigrp 650</strong><br />
 mls(config-router)# <strong>network 10.10.10.0 0.0.0.255</strong><br />
 mls(config-router)# <strong>network 190.200.250.32 0.0.0.31<br />
 </strong>mls(config-router)# <strong>network 190.200.250.64 0.0.0.31</strong></p>
<p>NOTE : THE ROUTER IS CORRECTLY CONFIGURED, so you will not miss within it in the exam , also don&#8217;t modify/delete any port just do the above configuration.</p>
<p>in order to complete the lab , you should expect the ping to SERVER to succeed from the MLS , and from the PCs as well.</p>
<p>If the above configuration does not work, you should configure EIGRP with &#8220;no auto-summary&#8221; command:<br />
 <strong>no auto-summary</strong></p>
<p><strong><br />
 </strong></p>
<p><!--adsense#MiddleContent--></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a><em><br />
 </em><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank"></a><a href="http://www.certprepare.com/vtp-lab-2" target="_blank">VTP Lab 2</a><br />
 <a href="http://www.certprepare.com/vtp-lab" target="_blank">VTP Lab</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank">Spanning Tree  Lab Sim</a><br />
 <a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a><em><br />
 </em></p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/mls-and-eigrp-sim/feed</wfw:commentRss>
		<slash:comments>372</slash:comments>
		</item>
		<item>
		<title>VTP Lab 2</title>
		<link>http://www.certprepare.com/vtp-lab-2</link>
		<comments>http://www.certprepare.com/vtp-lab-2#comments</comments>
		<pubDate>Tue, 20 Mar 2012 15:04:08 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=48</guid>
		<description><![CDATA[Question: Acme is a small export company that has an existing enterprise network comprised of 5 switches; CORE,DSW1,DSW2,ASW1 and ASW2. The topology diagram indicates their desired pre-VLAN spanning tree mapping. Previous configuration attempts have resulted in the following issues: &#8211; CORE should be the root bridge for VLAN 20; however, DSW1 is currently the root [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question:</span></p>
<p>Acme is a small export company that has an existing enterprise network comprised of 5 switches; <br />
 CORE,DSW1,DSW2,ASW1 and ASW2. The topology diagram indicates their desired pre-VLAN spanning tree mapping. <br />
 Previous configuration attempts have resulted in the following issues: <br />
 &#8211; CORE should be the root bridge for VLAN 20; however, DSW1 is currently the root bridge for VLAN 20. <br />
 &#8211; Traffic for VLAN 30 should be forwarding over the gig 1/0/6 trunk port between DSW1 and DSW2. However VLAN 30 is currently using gig 1/0/5. <br />
 &#8211; Traffic for VLAN 40 should be forwarding over the gig 1/0/5 trunk port between DSW1 and DSW2. However VLAN 40 is currently using gig 1/0/6.</p>
<p>You have been tasked with isolating the cause of these issuer and implementing the appropriate solutions. You task is complicated by the fact that you only have full access to DSW1, with isolating the cause of these issues and implementing the appropriate solutions. Your task is complicated by the fact that you only have full access to DSW1, with the enable secret password cisco. Only limited show command access is provided on CORE, and DSW2 using the enable 2 level with a password of acme. No configuration changes will be possible on these routers. No access is provided to ASW1 or ASW2.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VTP_Troubleshooting.jpg" border="0" alt="VTP_Troubleshooting" width="659" height="385" /></p>
<p class="ccnaexplanation">Answer and Explanation:</p>
<p><span id="more-48"></span></p>
<p><!--adsense--></p>
<p><strong>  1) &#8220;CORE should be the root bridge for VLAN 20; however, DSW1 is currently the root bridge for VLAN 20&#8243; -> We need to make CORE switch the root bridge for VLAN 20.<br />
 </strong></p>
<p>By using the &#8220;show spanning-tree&#8221; command as shown above, we learned that DSW1 is the root bridge for VLAN 20 (notice the line &#8220;This bridge is the root&#8221;).</p>
<p><span class="blueandbold">DSW1></span><span class="pinkandbold">enable</span><br />
 <span class="blueandbold">DSW1#</span><span class="pinkandbold">show spanning-tree</span></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VTP_Lab2_show_spanning-tree.jpg" border="0" alt="VTP_Lab2_show_spanning-tree" width="729" height="477" /></p>
<p style="text-align: left;">To determine the root bridge, switches send and compare their priorities and MAC addresses with each other. The switch with the lowest priority value will have highest priority and become the root bridge. Therefore, we can deduce that the priority of DSW1 switch is lower than the priority of the CORE switch so it becomes the root bridge. To make the CORE the root bridge we need to increase the DSW1&#8242;s priority value, the best value should be 61440 because it is the biggest value allowed to assign and it will surely greater than of CORE switch. (You can use another value but make sure it is greater than the CORE priority value by checking if the CORE becomes the root bridge or not; and that value must be in increments of 4096).</p>
<p style="text-align: left;">(Notice that the terms bridge and switch are used interchangeably when discussing STP)</p>
<p style="text-align: left;"><span class="blueandbold">DSW1#</span><span class="pinkandbold">configure terminal </span><br />
 <span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">spanning-tree vlan 20 priority 61440</span></p>
<p style="text-align: left;"><strong>2) &#8220;Traffic for VLAN 30 should be forwarding over the gig 1/0/6 trunk port between DSW1 and DSW2. However VLAN 30 is currently using gig 1/0/5&#8243;</strong></p>
<p style="text-align: left;">DSW1 is the root bridge for VLAN 30 (you can re-check with the<span class="pinkandbold"> show spanning-tree</span> command as above), so all the ports are in forwarding state for VLAN 30. But the question said that VLAN 30 is currently using Gig1/0/5 so we can guess that port Gig1/0/6 on DSW2 is in blocking state (for VLAN 30 only), therefore all traffic for VLAN 30 will go through port Gig1/0/5.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VTP_Lab2_VLAN30_Blocking.jpg" border="0" alt="VTP_Lab2_VLAN30_Blocking" width="483" height="80" /></p>
<p style="text-align: left;">The root bridge for VLAN 30, DSW1, originates the Bridge Protocol Data Units (BPDUs) and switch DSW2 receives these BPDUS on both Gig1/0/5 and Gig1/0/6 ports. It compares the two BPDUs received, both have the same bridge-id so it checks the port cost, which depends on the bandwidth of the link. In this case both have the same bandwidth so it continues to check the sender&#8217;s port id (includes port priority and the port number of the sending interface). The lower port-id value will be preferred so the interface which received this port-id will be the root and the other interface (higher port-id value) will be blocked.</p>
<p style="text-align: left;">In this case port Gig1/0/6 of DSW2 received a Priority Number of 128.6 (means that port priority is 128 and port number is 6) and it is greater than the value received on port Gig1/0/5 (with a Priority Number of 128.5) so port Gig1/0/6 will be blocked. You can check again with the &#8220;show spanning-tree&#8221; command. Below is the output (notice this command is issued on DSW1 &#8211; this is the value DSW2 received and used to compare).</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VTP_Lab2_show_spanning-tree_VLAN30.jpg" border="0" alt="VTP_Lab2_show_spanning-tree_VLAN30" width="729" height="243" /></p>
<p style="text-align: left;">Therefore, all we need to do is to change the priority of port Gig1/0/6 to a lower value so the neighboring port will be in forwarding state. Notice that we only need to change this value for VLAN 30, not for all VLANs.</p>
<p style="text-align: left;"><span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">interface g1/0/6 </span><br />
 <span class="blueandbold">DSW1(config-if)#</span><span class="pinkandbold">spanning-tree vlan 30 port-priority 64 </span><br />
 <span class="blueandbold">DSW1(config-if)#</span><span class="pinkandbold">exit</span></p>
<p><strong>3) &#8220;Traffic for VLAN 40 should be forwarding over the gig 1/0/5 trunk port between DSW1 and DSW2. However VLAN 40 is currently using gig 1/0/6&#8243;</strong></p>
<p>Next we need to make sure traffic for VLAN 40 should be forwarding over Gig1/0/5 ports. It is a similar job, right? But wait, we are not allowed to make any configurations on DSW2, how can we change its port-priority for VLAN 40? There is another solution for this&#8230;</p>
<p>Besides port-priority parameter, there is another value we can change: the Cost value (or Root Path Cost). Although it depends on the bandwidth of the link but a network administrator can change the cost of a spanning tree, if necessary, by altering the configuration parameter in such a way as to affect the choice of the root of the spanning tree.</p>
<p>Notice that the Root Path Cost is the cost calculated by adding the cost in the received hello to the cost of the interface the hello BPDU was received. Therefore if you change the cost on an interface of DSW1 then only DSW1 will learn the change.</p>
<p>By default, the cost of a 100Mbps link is 19 but we can change this value to make sure that VLAN 40 will use interface Gig1/0/5.</p>
<p style="text-align: left;"><span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">interface g1/0/5 </span><br />
 <span class="blueandbold">DSW1(config-if)#</span><span class="pinkandbold">spanning-tree vlan 40 cost 1 </span></p>
<p><span class="blueandbold">DSW1(config-if)#</span><span class="pinkandbold">end </span><br />
 <span class="blueandbold"><br />
 </span>You should re-check to see if everything was configured correctly:</p>
<p style="text-align: left;"><span class="blueandbold">DSW1#</span><span class="pinkandbold">show spanning-tree</span></p>
<p style="text-align: left;"><strong>Save the configuration:</strong></p>
<p style="text-align: left;"><span class="blueandbold">DSW1#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p style="text-align: left;">(Notice: Many reports said the copy running-config startup-config didn&#8217;t work but they still got the full mark)</p>
<p style="text-align: left;">Remember these facts about Spanning-tree:</p>
<p style="text-align: left;"><strong>Path Selection:</strong></p>
<p style="text-align: left;">1) Prefer the neighbor advertising the lowest root ID<br />
 2) Prefer the neighbor advertising the lowest cost to root<br />
 3) Prefer the neighbor with the lowest bridge ID<br />
 4) Prefer the lowest sender port ID</p>
<p style="text-align: left;"><strong>Spanning-tree cost:</strong></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/spanningtree_cost.jpg" border="0" alt="spanningtree_cost" width="546" height="222" /></p>
<p style="text-align: left;">Other good resource for reference:</p>
<p><a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00800ae96a.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00800ae96a.shtml</a></p>
<p><!--adsense#MiddleContent--></p>
<p><br class="spacer_" /></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a><em><br />
 </em><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a><br />
 <a href="http://www.certprepare.com/vtp-lab-2" target="_blank"></a><a href="http://www.certprepare.com/vtp-lab" target="_blank">VTP Lab</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank">Spanning Tree  Lab Sim</a><br />
 <a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a><em><br />
 </em></p>
<p><br class="spacer_" /></p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/vtp-lab-2/feed</wfw:commentRss>
		<slash:comments>107</slash:comments>
		</item>
		<item>
		<title>VTP Lab</title>
		<link>http://www.certprepare.com/vtp-lab</link>
		<comments>http://www.certprepare.com/vtp-lab#comments</comments>
		<pubDate>Fri, 16 Mar 2012 15:02:50 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=46</guid>
		<description><![CDATA[Question: The headquarter offices for a book retailer are enhancing their wiring closets with Layer3 switches. The new distribution-layer switch has been installed and a new access-layer switch cabled to it. Your task is to configure VTP to share VLAN information from the distribution-layer switch to the access-layer devices. Then, it is necessary to configure [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question:</span></p>
<p>The headquarter offices for a book retailer are enhancing their wiring closets with Layer3 switches. The new distribution-layer switch has been installed and a new access-layer switch cabled to it. Your task is to configure VTP to share VLAN information from the distribution-layer switch to the access-layer devices. Then, it is necessary to configure interVLAN routing on the distribution layer switch to route traffic between the different VLANs that are configured on the access-layer switches; however, it is not necessary for you to make the specific VLAN port assignments on the access-layer switches. Also, because VLAN database mode is being deprecated by Cisco, all VLAN and VTP configurations are to be completed in the global configuration mode. Please reference the following table for the VTP and VLAN information to be configured:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VTP_Lab.jpg" alt="VTP_Lab.jpg" width="500" height="279" border="0" /></p>
<p><strong>Requirements:</strong></p>
<table border="1">
<tbody>
<tr>
<td>VTP Domain name</td>
<td>cisco</td>
<td> </td>
</tr>
<tr>
<td>VLAN Ids</td>
<td>20</td>
<td>21</td>
</tr>
<tr>
<td>IP Addresses</td>
<td>172.16.71.1/24</td>
<td>172.16.132.1/24</td>
</tr>
</tbody>
</table>
<p>These are your specific tasks:</p>
<p>1. Configure the VTP information with the distribution layer switch as the VTP server<br />
 2. Configure the VTP information with the access layer switch as a VTP client<br />
 3. Configure VLANs on the distribution layer switch<br />
 4. Configure inter-VLAN routing on the distribution layer switch<br />
 5. Specific VLAN port assignments will be made as users are added to the access layer switches in the future.<br />
 6. All VLANs and VTP configurations are to completed in the global configuration. To configure the switch click on the host icon that is connected to the switch be way of a serial console cable.</p>
<p><!--adsense--></p>
<p><strong><span class="ccnaexplanation">Answer and Explanation:</span><br />
 </strong></p>
<p>&nbsp;</p>
<p><span id="more-46"></span></p>
<p><strong>1) Configure the VTP information with the distribution layer switch as the VTP server</strong>:</p>
<p>&nbsp;</p>
<p><span class="blueandbold">DLSwitch#</span><span class="pinkandbold">configure terminal</span><br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">vtp mode server</span><br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">vtp domain cisco</span> (use cisco, not CISCO because it is case sensitive)</p>
<p>(Requirement 2 will be solved later)<br />
 <strong>3) Configure VLANs on the distribution layer switch</strong></p>
<p>To create VLANs on a switch, use the vlan<em> vlanID#</em> command:<br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">vlan 20</span><br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">vlan 21</span></p>
<p><strong>Configure Ip addresses for Vlans:</strong></p>
<p><span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">interface vlan 20</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">ip address 172.16.71.1 255.255.255.0</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">no shutdown</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">interface vlan 21</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">ip address 172.16.132.1 255.255.255.0</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">no shutdown</span><br />
 <span class="blueandbold">DLSwitch(if-config)#</span><span class="pinkandbold">exit</span></p>
<p><strong>4) Configure inter-VLAN routing on the distribution layer switch<br />
 </strong><br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">ip routing</span><br />
 <span class="blueandbold">DLSwitch(config)#</span><span class="pinkandbold">exit</span><br />
 <span class="blueandbold">DLSwitch#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p><strong>2) Configure the VTP information with the access layer switch as a VTP client</strong></p>
<p><span class="blueandbold">ALSwitch#</span><span class="pinkandbold">configure terminal</span><br />
 <span class="blueandbold">ALSwitch(config)#</span><span class="pinkandbold">vtp mode client</span><br />
 <span class="blueandbold">ALSwitch(config)#</span><span class="pinkandbold">vtp domain cisco</span><br />
 <span class="blueandbold">ALSwitch(config)#</span><span class="pinkandbold">exit</span></p>
<p><span class="blueandbold">ALSwitch#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p>(Notice: Many reports said the copy running-config startup-config didn&#8217;t work but they still got the full mark)</p>
<p><!--adsense#MiddleContent--></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a><em><br />
 </em><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a><br />
 <a href="http://www.certprepare.com/vtp-lab-2" target="_blank">VTP Lab 2</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank">Spanning Tree Lab Sim</a><br />
 <a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a><em><br />
 </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/vtp-lab/feed</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Spanning Tree Lab Sim</title>
		<link>http://www.certprepare.com/spanning-tree-lab-sim</link>
		<comments>http://www.certprepare.com/spanning-tree-lab-sim#comments</comments>
		<pubDate>Wed, 14 Mar 2012 15:01:18 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=44</guid>
		<description><![CDATA[Question: The headquarter office for a cement manufacturer is installing a temporary Catalyst 3550 in an IDF to connect 24 additional users. To prevent network corruption, it is important to have the correct configuration prior to connecting to the production network. It will be necessary to ensure that the switch does not participate in VTP [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question:</span></p>
<p>The headquarter office for a cement manufacturer is installing a temporary Catalyst 3550 in an IDF to connect 24 additional users. To prevent network corruption, it is important to have the correct configuration prior to connecting to the production network. It will be necessary to ensure that the switch does not participate in VTP but forwards VTP advertisements that are received on trunk ports.<br />
 Because of errors that have been experienced on office computers, all nontrunking interfaces should transition immediately to the forwarding state of Spanning tree. Also, configure the user ports (all FastEthernet ports) so that the ports are permanently nontrunking.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/SpanningTreeLab.jpg" border="0" alt="SpanningTreeLab.jpg" width="305" height="116" /></p>
<p><strong>Requirements:</strong><br />
 You will configure FastEthernet ports 0/12 through 0/24 for users who belong to VLAN 20. Also, all VLAN and VTP configurations are to be completed in global configuration mode as VLAN database mode is being deprecated by Cisco. You are required to accomplish the following tasks:</p>
<p>1. Ensure the switch does not participate in VTP but forwards VTP advertisements received on trunk ports.<br />
 2. Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the forwarding state of Spanning-Tree.<br />
 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode.<br />
 4. Place FastEthernet interfaces 0/12 through 0/24 in VLAN 20.</p>
<p><span class="ccnaexplanation"><strong>Answer and Explanation:</strong></span></p>
<p><span id="more-44"></span></p>
<p style="text-align: center;"><!--adsense--></p>
<p><span class="blueandbold">Switch></span><span class="pinkandbold">enable</span><br />
 <span class="blueandbold">Switch#</span><span class="pinkandbold">configure  terminal </span><br />
 <span class="blueandbold">Switch(config)#</span><span class="pinkandbold">interface range fa0/1 &#8211; 24 </span><br />
 <span class="blueandbold">Switch(config-if-range)#</span><span class="pinkandbold">switchport mode access</span> (Make all FasEthernet interfaces into access mode) <br />
 <span class="blueandbold">Switch(config-if-range)#</span><span class="pinkandbold">spanning-tree portfast</span> (Enables the PortFast on interface)</p>
<p>Next, we need to assign FastEthernet ports 0/12 through 0/24 to VLAN 20.</p>
<p>By default, all ports on the switch are in VLAN 1. To change the VLAN  associated with a port, you need to go to each interface (or a range of interfaces) and tell it which VLAN to be a part of.</p>
<p><span class="blueandbold">Switch(config-if-range)#</span><span class="pinkandbold">interface range fa0/12 &#8211; 24 </span><br />
 <span class="blueandbold">Switch(config-if-range)#</span><span class="pinkandbold">switchport access vlan 20</span> (Make these ports members of vlan 20) <br />
 <span class="blueandbold">Switch(config-if-range)#</span><span class="pinkandbold">exit</span></p>
<p>Next we need to make this switch in transparent mode. In this mode, switch doesn&#8217;t participate in the VTP domain, but it still forwards VTP advertisements through any configured trunk links.</p>
<p><span class="blueandbold">Switch(config)#</span><span class="pinkandbold">vtp mode transparent </span><br />
 <span class="blueandbold">Switch(config)#</span><span class="pinkandbold">exit </span><br />
 <span class="blueandbold">Switch#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p style="text-align: left;">(Notice: Many reports said the copy running-config startup-config didn&#8217;t work but they still got the full mark)</p>
<p><!--adsense#MiddleContent--></p>
<p><br class="spacer_" /></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a><em><br />
 </em><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a><br />
 <a href="http://www.certprepare.com/vtp-lab-2" target="_blank">VTP Lab 2</a><br />
 <a href="http://www.certprepare.com/vtp-lab" target="_blank">VTP Lab</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank"></a><a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a><em><br />
 </em></p>
<p style="text-align: left;"><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/spanning-tree-lab-sim/feed</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
		<item>
		<title>AAAdot1x Lab Sim</title>
		<link>http://www.certprepare.com/aaadot1x-lab-sim</link>
		<comments>http://www.certprepare.com/aaadot1x-lab-sim#comments</comments>
		<pubDate>Mon, 12 Mar 2012 14:59:31 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[LabSim]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=41</guid>
		<description><![CDATA[Question: Acme is a small shipping company that has an existing enterprise network comprised of 2 switches;DSW1 and ASW1. The topology diagram indicates their layer 2 mapping. VLAN 40 is a new VLAN that will be used to provide the shipping personnel access to the server. For security reasons, it is necessary to restrict access [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question:</span></p>
<p>Acme is a small shipping company that has an existing enterprise network comprised of 2 switches;DSW1 and ASW1. The topology diagram indicates their layer 2 mapping. VLAN 40 is a new VLAN that will be used to provide the shipping personnel access to the server. For security reasons, it is necessary to restrict access to VLAN 20 in the following manner:<br />
 &#8211; Users connecting to ASW1’s port must be authenticate before they are given access to the network. Authentication is to be done via a Radius server:<br />
 &#8211; Radius server host: 172.120.39.46<br />
 &#8211; Radius key: rad123<br />
 &#8211; Authentication should be implemented as close to the host device possible.<br />
 &#8211; Devices on VLAN 20 are restricted to in the address range of 172.120.40.0/24.<br />
 &#8211; Packets from devices in the address range of 172.120.40.0/24 should be passed on VLAN 20.<br />
 &#8211; Packets from devices in any other address range should be dropped on VLAN 20.<br />
 &#8211; Filtering should be implemented as close to the server farm as possible.<br />
 The Radius server and application servers will be installed at a future date. You have been tasked with implementing the above access control as a pre-condition to installing the servers. You must use the available IOS switch features.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/AAAdot1x.jpg" border="0" alt="AAAdot1x.jpg" width="545" height="290" /></p>
<p style="text-align: center;"> </p>
<p style="text-align: left;"><strong><span class="ccnaexplanation">Answer and Explanation:</span><br />
 </strong></p>
<p><span id="more-41"></span></p>
<p><!--adsense--></p>
<p style="text-align: left;"><strong> 1) Configure ASW1<br />
 </strong></p>
<p style="text-align: left;">Enable AAA on the switch:<span class="blueandbold"><br />
 ASW1(config)#</span><span class="pinkandbold">aaa new-model</span></p>
<p style="text-align: left;">The new-model keyword refers to the use of method lists, by which authentication methods and sources can be grouped or organized.</p>
<p style="text-align: left;">Deﬁne the server along with its secret shared password:<br />
 <span class="blueandbold">ASW1(config)#</span><span class="pinkandbold">radius-server host 172.120.39.46 key rad123</span></p>
<p style="text-align: left;"><span class="blueandbold">ASW1(config)#</span><span class="pinkandbold">aaa authentication dot1x default group radius</span><br />
 This command causes the RADIUS server deﬁned on the switch to be used for 802.1x authentication.</p>
<p style="text-align: left;">Enable 802.1x on the switch:<br />
 <span class="blueandbold">ASW1(config)#</span><span class="pinkandbold">dot1x system-auth-control</span></p>
<p style="text-align: left;">Conﬁgure Fa0/1 to use 802.1x:</p>
<p style="text-align: left;"><span class="blueandbold">ASW1(config)#</span><span class="pinkandbold">interface fastEthernet 0/1</span><br />
 <span class="blueandbold">ASW1(config-if)#</span><span class="pinkandbold">switchport mode access</span><br />
 <span class="blueandbold">ASW1(config-if)#</span><span class="pinkandbold">dot1x port-control auto</span><br />
 Notice that the word &#8220;auto&#8221; will force connected PC to authenticate through the 802.1x exchange.</p>
<p style="text-align: left;"><span class="blueandbold">ASW1(config-if)#</span><span class="pinkandbold">exit</span><br />
 <span class="blueandbold">ASW1#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p style="text-align: left;"><strong>2) <strong>Configure DSW1:</strong></strong></p>
<p style="text-align: left;">Define an access-list:<br />
 <span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">ip access-list standard 10</span> (syntax: <strong>ip access-list</strong> {standard | extended} acl-name)<br />
 <span class="blueandbold">DSW1(config-ext-nacl)#</span><span class="pinkandbold">permit 172.120.40.0 0.0.0.255</span><br />
 <span class="blueandbold">DSW1(config-ext-nacl)#</span><span class="pinkandbold">exit</span></p>
<p style="text-align: left;">Define an access-map which uses the access-list above:<br />
 <span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">vlan access-map MYACCMAP 10</span> (syntax: <strong>vlan access-map</strong> map_name [0-65535] )<br />
 <span class="blueandbold">DSW1(config-access-map)#</span><span class="pinkandbold">match ip address 10</span> (syntax: <strong>match ip address</strong> {acl_number | acl_name})<br />
 <span class="blueandbold">DSW1(config-access-map)#</span><span class="pinkandbold">action forward</span><br />
 <span class="blueandbold">DSW1(config-access-map)#</span><span class="pinkandbold">exit</span></p>
<p><span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">vlan access-map MYACCMAP 20</span><br />
 <span class="blueandbold">DSW1(config-access-map)#</span><span class="pinkandbold">action drop</span> (drop other networks)<br />
 <span class="blueandbold">DSW1(config-access-map)#</span><span class="pinkandbold">exit</span></p>
<p style="text-align: left;">Apply a vlan-map into a vlan:<br />
 <span class="blueandbold">DSW1(config)#</span><span class="pinkandbold">vlan filter MYACCMAP vlan-list 20 </span>(syntax: <strong>vlan filter</strong> mapname <strong>vlan-list</strong> list)</p>
<p style="text-align: left;"><span class="blueandbold">DSW1#</span><span class="pinkandbold">copy running-config startup-config</span></p>
<p>(Notice: Many reports said the copy running-config startup-config didn&#8217;t work but they still got the full mark)</p>
<p><!--adsense#MiddleContent--></p>
<p>Other lab-sims in this site:</p>
<p><a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a><em><br />
 </em><a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a><br />
 <a href="http://www.certprepare.com/vtp-lab-2" target="_blank">VTP Lab 2</a><br />
 <a href="http://www.certprepare.com/vtp-lab" target="_blank">VTP Lab</a><br />
 <a href="http://www.certprepare.com/spanning-tree-lab-sim" target="_blank">Spanning Tree  Lab Sim</a><em><br />
 </em></p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/aaadot1x-lab-sim/feed</wfw:commentRss>
		<slash:comments>419</slash:comments>
		</item>
		<item>
		<title>STP Hotspot</title>
		<link>http://www.certprepare.com/stp-hotspot</link>
		<comments>http://www.certprepare.com/stp-hotspot#comments</comments>
		<pubDate>Sat, 10 Mar 2012 14:29:10 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[Hotspot]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=33</guid>
		<description><![CDATA[Question Online Incorporated is an internet game provide. The game service network had recently added an additional switch block with multiple VLANs configured. Unfortunately, system administrators neglected to document the spanning-tree topology during configuration. For baseline purpose, you will be required to identify the spanning-tree topology for the switch block. Using the output of &#8220;show [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question</span></p>
<p>Online Incorporated is an internet game provide. The game service network had recently added an additional switch block with multiple VLANs configured. Unfortunately, system administrators neglected to document the spanning-tree topology during configuration. For baseline purpose, you will be required to identify the spanning-tree topology for the switch block. Using the output of &#8220;show spanning-tree&#8221; command on switch SW-C and the provided physical topology, answer the following questions:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/SpanningTreeBCMSNHotspot.jpg" border="0" alt="SpanningTreeBCMSNHotspot" width="411" height="332" /></p>
<p>The output of &#8220;show spanning-tree&#8221; command on SW-C:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/SpanningTree_show_spanning_tree.jpg" border="0" alt="SpanningTree_show_spanning_tree" width="653" height="1000" /></p>
<p style="text-align: left;"> </p>
<p><span id="more-33"></span></p>
<p><!--adsense--></p>
<p><br class="spacer_" /></p>
<p class="ccnaquestionsnumber">Question 1:</p>
<p>Which spanning Tree Protocol has been implemented on SW-B?</p>
<p>A. STP/IEEE 802.1D<br />
 B. MSTP/IEEE 802.1s<br />
 C. PVST+<br />
 D. PVRST<br />
 E. None of the above</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaexplanation">Explanation:</p>
<p>On the Fa0/2 interface we can see the type of connection is P2p Peer (STP) and Cisco says that: &#8220;!&#8212; Type P2p Peer(STP) represents that the neighbor switch runs PVST.&#8221; Please visit this link to understand more <a href="http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a00807b0670.shtml" target="_blank">http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a00807b0670.shtml</a></p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>Which bridge ID belongs to SW-B?</p>
<p>A. 24623.000f.34f5.0138<br />
 B. 32768.000d.bd03.0380<br />
 C. 32768.000d.65db.0102<br />
 D. 32769.000d.65db.0102<br />
 E. 32874.000d.db03.0380<br />
 F. 32815.000d.db03.0380</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation:</p>
<p>Have a look at the output at VLAN0047:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/SpanningTree_show_spanning_tree_VLAN47.jpg" border="0" alt="SpanningTree_show_spanning_tree_VLAN47" width="507" height="316" /></p>
<p>Notice there are two &#8220;Cost&#8221; value in the picture, the above &#8220;Cost&#8221; is the total cost from the current switch to the root bridge while the second &#8220;Cost&#8221; refers to the cost on that interface (Fa0/2). Both these &#8220;Cost&#8221; are the same so we can deduce that the root bridge is connectly directly to this switch on Fa0/2 interface -> the root bridge is Switch B, and the &#8220;Address&#8221; field shows its MAC address 000f.34f5.0138. Notice Bridge ID = Bridge Priority + MAC address.</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>Which port role has interface Fa0/2 of SW-A adopted for VLAN 47?</p>
<p>A. Root port<br />
 B. Nondesigned port<br />
 C. Designated port<br />
 D. Backup port<br />
 E. Alternate port</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaexplanation">Explanation:</p>
<p>We learned that Switch B is the root bridge for VLAN 47 so port Fa0/1 on SwitchA and Fa0/2 on SwitchC should be the root ports, and from the output of SwitchC, we knew that port Fa0/1 of SwitchC is in blocking state. Therefore its opposite port on SwitchA must be in designated state (forwarding).</p>
<p>So, can Fa0/2 of SW-A be in blocking state? The answer is no so that BPDU packets can be received on Fa0/1 of SW-C. It will remain in blocking state as long as a steady ﬂow of BPDUs is received.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>Which port state is interface Fa0/2 of SW-B in for VLANs 1 and 106?</p>
<p>A. Listening<br />
 B. Learning<br />
 C. Disabled<br />
 D. Blocking<br />
 E. Forwarding<br />
 F. Discarding</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>As explained in question 2, we can deduce SW-A is the root bridge for VLANs 1 and 106 so ports Fa0/1 on SW-B and SW-C will be the root ports. From the output of SW-C for VLANs 1 and 106, port Fa0/2 of this switch is designated (forwarding) so we can deduce interface Fa0/2 of SW-B is in blocking status.</p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>Which bridge ID belongs to SW-A?</p>
<p>A. 24623.000f.34f5.0138<br />
 B. 32768.000d.bd03.0380<br />
 C. 32768.000d.65db.0102<br />
 D. 32769.000d.65db.0102<br />
 E. 32874.000d.db03.0380<br />
 F. 32815.000d.db03.0380</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>SW-A is the root bridge for VLANs 1 and 106 and we can easily find the MAC address of this root bridge from the output of SW-C, it is 000d.65db.0102. Notice that SW-A has 2 bridge IDs for VLANs 1 and 106, they are 32769.000d.65db.0102 and 24682.000d.65db.0102</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-hotspot/feed</wfw:commentRss>
		<slash:comments>106</slash:comments>
		</item>
		<item>
		<title>HSRP Hotspot</title>
		<link>http://www.certprepare.com/hsrp-hotspot</link>
		<comments>http://www.certprepare.com/hsrp-hotspot#comments</comments>
		<pubDate>Thu, 08 Mar 2012 14:28:06 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[Hotspot]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=30</guid>
		<description><![CDATA[Question: - DSW1( Distribute switch 1) is the primary device for Vlan 101, 102, 105 &#8211; DSW2 ( Distribute switch 2) is the primary device for Vlan 103 and 104 Question 1: During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1. All other interface were up. During this time, DSW1 remained the active [...]]]></description>
			<content:encoded><![CDATA[<p><span class="ccnaquestionsnumber">Question:</span></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_Hotspot.jpg" border="0" alt="HSRP_Hotspot" /></p>
<p style="text-align: left;">- DSW1( Distribute switch 1) is the primary device for Vlan 101, 102, 105<br />
 &#8211; DSW2 ( Distribute switch 2) is the primary device for Vlan 103 and 104</p>
<p><!--adsense--></p>
<p><br class="spacer_" /></p>
<p><span id="more-30"></span><span class="ccnaquestionsnumber">Question 1:</span></p>
<p><br class="spacer_" /></p>
<p>During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1. All other interface were up. During this time, DSW1 remained the active device for Vlan 102&#8242;s HSRP group. You have determined that there is an issue with the decrement value in the track command in Vlan 102&#8242;s HSRP group. What need to be done to make the group function properly?</p>
<p>A. The DSW1&#8242;s decrement value should be configured with a value from 5 to 15<br />
 B. The DSW1&#8242;s decrement value should be configured with a value from 9 to 15<br />
 C. The DSW1&#8242;s decrement value should be configured with a value from 11 to 18<br />
 D. The DSW1&#8242;s decrement value should be configured with a value from 195 to less than 205<br />
 E. The DSW1&#8242;s decrement value should be configured with a value from 200 to less than 205<br />
 F. The DSW1&#8242;s decrement value should be greater than 190 and less 200</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p><span class="ccnaexplanation">Explanation:</span></p>
<p>The question clearly stated that there was an issue with the decrement value in VLAN 102 so we should check VLAN 102 on both  DSW1 and DSW2 switches first. Click on the PC Console1 and PC Console2 to access these switches then use the &#8220;show running-config&#8221; command on both switches</p>
<p><span class="blueandbold">DSW1></span><span class="pinkandbold">enable</span><br />
 <span class="blueandbold">DSW1#</span><span class="pinkandbold">show running-config</span></p>
<p><span class="blueandbold">DSW2></span><span class="pinkandbold">enable</span><br />
 <span class="blueandbold">DSW2#</span><span class="pinkandbold">show running-config</span></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_show_run.jpg" border="0" alt="HSRP_show_run" width="480" height="602" /></p>
<p style="text-align: left;">As shown in the outputs, the DSW1&#8242;s priority is 200 and is higher than that of DSW2 so DSW1 becomes active switch for the group. Notice that the interface Gig1/0/1 on DSW1 is being tracked so when this interface goes down, HSRP automatically reduces the router’s priority by a conﬁgurable amount, in this case <strong>5</strong>. Therefore the priority of DSW1 goes down from 200 to 195. But this value is still higher than that of DSW2 (190) so DSW1 remains the active switch for the group. To make DSW2 takes over this role, we have to configure DSW1&#8242;s decrement value with a value equal or greater than 11 so that its result is smaller than that of DSW2 (200 &#8211; 11 < 190). Therefore C is the correct answer.</p>
<p><span class="ccnaquestionsnumber">Question 2:</span></p>
<p>During routine maintenance, G1/0/1 on DSW1 was shutdown. All other interface were up. DSW2 became the active HSRP device for Vlan101 as desired. However, after G1/0/1 on DSW1 was reactivated. DSW1 did not become the active HSRP device as desired. What need to be done to make the group for Vlan101 function properly?</p>
<p>A. Enable preempt on DSW1&#8242;s Vlan101 HSRP group<br />
 B. Disable preempt on DSW1&#8242;s Vlan101 HSRP group<br />
 C. Decrease DSW1&#8242;s priority value for Vlan101 HSRP group to a value that is less than priority value configured on DSW2&#8242;s HSRP group for Vlan101<br />
 D. Decrease the decrement in the track command for DSW1&#8242;s Vlan 101 HSRP group to a value less than the value in the track command for DSW2&#8242;s Vlan 101 HSRP group.</p>
<p><br class="spacer_" /></p>
<p><span class="blueandbold">Answer:</span> A</p>
<p><span class="ccnaexplanation">Explanation:</span></p>
<p>Continue to check VLAN 101 on both switches&#8230;</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_show_run_2.jpg" border="0" alt="HSRP_show_run_2.jpg" width="502" height="582" /></p>
<p>We learned that DSW1 doesn&#8217;t have the &#8220;standby 1 preempt&#8221; command so it can&#8217;t take over the active role again even if its priority is the highest. So we need to enable this command on VLAN 101 of DSW1.</p>
<p><span class="ccnaquestionsnumber">Question 3:</span></p>
<p>DSW2 has not become the active device for Vlan103&#8242;s HSRP group even though all interfaces are active. As related to Vlan103&#8242;s HSRP group. What can be done to make the group function properly?</p>
<p>A. On DSW1, disable preempt<br />
 B. On DSW1, decrease the priority value to a value less than 190 and greater than 150<br />
 C. On DSW2, increase the priority value to a value greater 241 and less than 249<br />
 D. On DSW2, increase the decrement value in the track command to a value greater than 10 and less than 50.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B or C</p>
<p class="ccnaexplanation">Explanation:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_vlan103.jpg" border="0" alt="HSRP_vlan103" width="494" height="601" /></p>
<p style="text-align: left;">The reason DSW2 has not become the active switch for Vlan103 is because the priority value of DSW1 is higher than that of DSW2. In order to make DSW2 become the active switch, we need to increase DSW2&#8242;s priority (to higher than 200) or decrease DSW1&#8242;s priority (to lower than 190).</p>
<p><!--adsense#MiddleContent--></p>
<p><span class="ccnaquestionsnumber">Question 4:</span></p>
<p>If G1/0/1 on DSW1 is shutdown, what will be the current priority value of the Vlan105&#8242;s group on DSW1?</p>
<p>A. 95<br />
 B. 100<br />
 C. 150<br />
 D. 200</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p><span class="ccnaexplanation">Explanation:</span></p>
<p>Below is the output of VLAN 105:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_vlan105.jpg" border="0" alt="HSRP_vlan105.jpg" width="493" height="269" /></p>
<p>If G1/0/1 on DSW1 is shutdown, its priority will decrease 55 so, its value will be 150 &#8211; 55 = 95</p>
<p><span class="ccnaquestionsnumber">Question 5:</span></p>
<p>What is the configured priority value of the Vlan105&#8242;s group on DSW2 ?</p>
<p>A. 50<br />
 B. 100<br />
 C. 150<br />
 D. 200</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p><span class="ccnaexplanation">Explanation:</span></p>
<p>Below is the output of VLAN 105 of DSW2:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_vlan105_DSW2.jpg" border="0" alt="HSRP_vlan105_DSW2.jpg" width="477" height="239" /></p>
<p style="text-align: left;">We don&#8217;t see the priority of DSW2 so it is using the default value (100).</p>
<p><span class="ccnaquestionsnumber">Question 6:</span></p>
<p>During routine maintenance, it became necessary to shutdown G1/0/1 on DSW1 and DSW2. All other interface were up. During this time, DSW1 became the active device for Vlan104&#8242;s HSRP group. As related to Vlan104&#8242;s HSRP group, what can be done to make the group function properly?</p>
<p>A. On DSW1, disable preempt<br />
 B. On DSW2, decrease the priority value to a value less than 150<br />
 C. On DSW1, increase the decrement value in the track command to a value greater than 6<br />
 D. On DSW1, disable track command.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaexplanation">Explanation:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Hotspot/HSRP_vlan104.jpg" border="0" alt="HSRP_vlan104" width="493" height="603" /></p>
<p>The question asks us how to keep the active role of DSW2. From the outputs, we learned that if both interfaces G1/0/1 of DSW1 and DSW2 are shutdown, the priority of DSW1 will be 150 &#8211; 1 = 149 and that of DSW2 will be 200 &#8211; 55 = 145 -> DSW1 will become the active switch.</p>
<p>The main point here is that we have to configure so in such a way that when both interfaces G1/0/1 of DSW1 and DSW2 are shutdown, the priority of DSW2 is still greater than that of DSW1. Therefore the priority value of DSW1 should be smaller than 145, or we have to configure the decrement value of DSW1 to a value greater than 6 ( 6 = 150 &#8211; 144) -> C is the correct answer.</p>
<p><span class="blueandbold">Notice:</span> To keep the active role of DSW2, we can disable &#8220;preempt&#8221; on DSW1 (answer A) so that it will not take over the active role when DSW1 is downed but it also means that VLAN 104 will not have active switch -> VLAN104 will fail.</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/hsrp-hotspot/feed</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
		<item>
		<title>Drag and Drop Questions</title>
		<link>http://www.certprepare.com/drag-and-drop-questions</link>
		<comments>http://www.certprepare.com/drag-and-drop-questions#comments</comments>
		<pubDate>Sun, 04 Mar 2012 14:25:54 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=27</guid>
		<description><![CDATA[Here you will find answers to Drap and Drop questions Question 1: Place the DTP mode with its correct description: Answer: 1) Trunk: Set the switch port to trunk mode and negotiate to become a trunk. 2) Nonegotiate: Specify that the DTP packets are not sent out of this interface. 3) Access: Set a switch [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to Drap and Drop questions</p>
<p><!--adsense--></p>
<p><span class="ccnaquestionsnumber">Question 1:</span></p>
<p>Place the DTP mode with its correct description:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/DTP_modes.jpg" border="0" alt="DTP_modes" width="701" height="290" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>1) <strong>Trunk:</strong> Set the switch port to trunk mode and negotiate to become a trunk. <br />
2) <strong>Nonegotiate:</strong> Specify that the DTP packets are not sent out of this interface. <br />
3) <strong>Access:</strong> Set a switch port to permanent nontrunking mode.<br />
4) <strong>Dynamic Auto:</strong> Set the switch port to respond, but not actively send DTP frames. <br />
5) <strong>Dynamic Desirable:</strong> Make the interface actively attempt to convert the link to a trunk link. (This means the interface is ready to autonegotiate trunking encapsulation and form a trunk link (using DTP) with a neighbor port in desirable, auto, or on mode.)</p>
<p class="ccnaexplanation">Explanation:</p>
<p>Dynamic Trunking Protocol (DTP) is the Cisco-proprietary that actively attempts to negotiate a trunk link between two switches. Below is the <strong>switchport modes</strong> (or DTP modes) for easy reference:</p>
<table border="1" align="center">
<tbody>
<tr>
<td><strong>Mode</strong></td>
<td><strong>Function</strong></td>
</tr>
<tr>
<td>Dynamic Auto</td>
<td>Creates the trunk based on the DTP request from the neighboring switch.</td>
</tr>
<tr>
<td>Dynamic Desirable</td>
<td>Communicates to the neighboring switch via DTP that the interface would like <br />
to become a trunk if the neighboring switch interface is able to become a trunk.</td>
</tr>
<tr>
<td>Trunk</td>
<td>Automatically enables trunking regardless of the state of the neighboring switch <br />
and regardless of any DTP requests sent from the neighboring switch.</td>
</tr>
<tr>
<td>Access</td>
<td>Trunking is not allowed on this port regardless of the state of the neighboring <br />
switch interface and regardless of any DTP requests sent from the neighboring <br />
switch.</td>
</tr>
<tr>
<td>Nonegotiate</td>
<td>Prevents the interface from generating DTP frames. This command can be <br />
used only when the interface switchport mode is access or trunk. You must <br />
manually configure the neighboring interface as a trunk interface to establish a <br />
trunk link.</td>
</tr>
</tbody>
</table>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>This is a drag and drop question which is about the correct sequence of steps that a wireless client takes during the process of association with an access point (AP). Drag the items to the proper locations.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/wireless_association.jpg" border="0" alt="wireless_association.jpg" width="726" height="261" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/wireless_association_answer.jpg" border="0" alt="wireless_association_answer.jpg" width="356" height="261" /></p>
<p class="ccnaexplanation">Explanation:</p>
<p>Any wireless client attempting to use the wireless network must ﬁrst arrange a membership with the AP. Membership with the AP is called an association. The client must send an association request message, and the AP grants or denies the request by sending an association reply message. Once associated, all communications to and from the client must pass through the AP. Clients associate with access points as follows:</p>
<p>1) The client sends a probe request.<br />
2) The AP sends a probe response.<br />
3) The client initiates an association to an AP. Authentication and any other security information is sent to the AP.<br />
4) The AP accepts the association.<br />
5) The AP adds the client’s MAC address to its association table.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>Drag and drop question. Drag the items to the proper locations.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/STP_process.jpg" border="0" alt="STP_process" width="493" height="381" /></p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/STP_process_answer.jpg" border="0" alt="STP_process_answer" width="251" height="230" /></p>
<p style="text-align: left;">1) <strong>Listening:</strong> sends and receives BPDUs to determine root, but does not update the MAC address table.<br />
2) <strong>Disabled:</strong> does not participate in frame forwarding or in STP.<br />
3) <strong>Blocking:</strong> does not participate in frame forwarding.<br />
4) <strong>Fowarding:</strong> sends and receives data frames.<br />
5) <strong>Learning:</strong> populates the MAC address table, but will not forward user data.</p>
<p style="text-align: left;"><em>Notice: A port begins its life in a Disabled state, moving through several passive states and, ﬁnally, into an active state if allowed to forward trafﬁc.</em></p>
<p style="text-align: left;"><span class="ccnaquestionsnumber">Question 4</span> (not sure about the question)</p>
<p>network level  – RSTP, NSF<br />
 system level – Dual power supply, SSO<br />
 management level – NTP , IP SLA</p>
<p>verify that the vlan is assigned to the proper ports<br />
 verify that creation of the virtual interface<br />
 Verify that there is inter-switch connectivity<br />
 verify that switchports are properly pruned</p>
<p>Number of IP Subnets<br />
 VLAN to IP mapping<br />
 Location of each VLAN<br />
 VLAN assignments</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/drag-and-drop-questions/feed</wfw:commentRss>
		<slash:comments>206</slash:comments>
		</item>
		<item>
		<title>Drag and Drop Questions 2</title>
		<link>http://www.certprepare.com/drag-and-drop-questions-2</link>
		<comments>http://www.certprepare.com/drag-and-drop-questions-2#comments</comments>
		<pubDate>Thu, 01 Mar 2012 23:55:53 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=160</guid>
		<description><![CDATA[Here you will find answers to Drag and Drop Questions &#8211; Part 2 Question 1 Drag the choices on the left to the boxes on the right that should be included when creating a VLAN-based implementation plan. Not all choices will be used. Answer: + reference to design documents + roll back guidelines + detailed [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to Drag and Drop Questions &#8211; Part 2</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>Drag the choices on the left to the boxes on the right that should be included when creating a VLAN-based implementation plan. Not all choices will be used.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/VLAN_implementation_plan.jpg" alt="VLAN_implementation_plan.jpg" width="550" height="226" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>+ reference to design documents<br />
 + roll back guidelines<br />
 + detailed implementation plans<br />
 + time required to perform the implementation</p>
<p>(In this question we don&#8217;t need to sort in the correct order)</p>
<p class="ccnaexplanation">Explanation</p>
<p>An implementation plan requires:</p>
<p>+ A description of the task<br />
 + References to design documents<br />
 + Detailed implementation guidelines<br />
 + Detailed rollback guidelines in case of failure<br />
 + The estimated time required for implementation</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>You have a VLAN implementation that requires inter-vlan routing using  layer 3 switches. Drag the steps on the left that should be part of the  verification plan to the spaces on the right. Not all choices will be  used.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/VLAN_implementation.jpg" alt="VLAN_implementation.jpg" width="550" height="266" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>+ Verify that there is inter-switch connectivity<br />
 + Verify that the data and voice VLANs are NOT assigned a trunk&#8217;s native VLAN<br />
 + Verify that the needed Switch Virtual interfaces have been created<br />
 + Verify that the proper ports are assigned to the VLAN</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>Match the SNMP versions and associated features</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/SNMP_version_features.jpg" alt="SNMP_version_features.jpg" width="530" height="360" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p><strong>v1:</strong><br />
 + get next request<br />
 + unsolicited alert msg</p>
<p><strong>v2:</strong><br />
 + informed request<br />
 + incremental 64 bit of new data</p>
<p><strong>v4:</strong><br />
 + user name<br />
 + security level</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>Categorize the high availability network resource or feature with the management level, network level, or system level used.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/network_resources.jpg" alt="network_resources.jpg" width="540" height="370" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p><strong>Management Level:</strong><br />
 + IP SLA responder<br />
 + NTP</p>
<p><strong>Network Level:</strong><br />
 + RSTP<br />
 + NSF</p>
<p><strong>System Level:</strong><br />
 + Dual Power Supplies<br />
 + SSO</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>Match the HSRP states on the left with the correct definition on the right.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/HSRP%20states.jpg" alt="HSRP states.jpg" width="550" height="266" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>+ <strong>Initial</strong>: State from which the router begin the HSRP process<br />
 + <strong>Standby</strong>: A candidate to become the next active router<br />
 + <strong>Learn</strong>: The router is still waiting to hear from the active router<br />
 + <strong>Active</strong>: The router is currently forwarding packets<br />
 + <strong>Listen</strong>: Listens for hello messages from the active and standby router<br />
 + <strong>Speak: </strong>Participates in the election for the active or standby router</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Sort the syslog priority from highest to lowest</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/syslog_priority.jpg" alt="syslog_priority.jpg" width="325" height="410" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>1) emergency<br />
 2) alert<br />
 3) critical<br />
 4) error<br />
 5) warning<br />
 6) notice<br />
 7) informational<br />
 8) debug</p>
<p class="ccnaexplanation">Explanation</p>
<p>The syslog levels and descriptions are listed below:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Code</strong></td>
<td><strong>Severity</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>0</td>
<td>Emergency</td>
<td>system is unusable (such as an imminent system crash)</td>
</tr>
<tr>
<td>1</td>
<td>Alert</td>
<td>action must be taken immediately (such as a corrupted system database)</td>
</tr>
<tr>
<td>2</td>
<td>Critical</td>
<td>Critical conditions (such as a hardware error)</td>
</tr>
<tr>
<td>3</td>
<td>Error</td>
<td>Error conditions</td>
</tr>
<tr>
<td>4</td>
<td>Warning</td>
<td>Warning conditions</td>
</tr>
<tr>
<td>5</td>
<td>Notice</td>
<td>normal but significant condition. It is not an error, but possibly should be handled in a special way</td>
</tr>
<tr>
<td>6</td>
<td>Informational</td>
<td>Informational message</td>
</tr>
<tr>
<td>7</td>
<td>Debug</td>
<td>Debug-level message</td>
</tr>
</tbody>
</table>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Match the Attributes on the left with the types of VLAN designs on right.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/VLAN_attributes.jpg" alt="VLAN_attributes.jpg" width="530" height="290" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p><strong>End-to-End VLANs:</strong><br />
 + As a user moves through a campus, the VLAN membership of the user remains the same, regardless of the physical switch this user attaches to.<br />
 + Users are grouped into each VLAN regardless of the physical locations.</p>
<p><strong>Local VLANs:</strong><br />
 + Create with Physical boundaries in mind rather then the departments or organization of the users on the devices.<br />
 + VLANs on one switch are not advertised to all other switches in the network, nor do they need to be created in the VLAN database of any other switch.</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>You have been tasked with planning a VLAN solution that will connect a seiver in one buliding to several hosts in another building. The solution should be built using the local vlan model and layer 3 switching at the distribution layer. Identify the questions related to this vlan solution that would ask the network administrator before you start the planning by dragging them into the target zone one the right. Not all questions will be used.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/VLAN_soutions.jpg" alt="VLAN_soutions.jpg" width="540" height="350" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>+ Is there inter-switch connectivity?<br />
 + What routing protocol will be used?<br />
 + What VLANs are available on each switch?<br />
 + What switch ports are available in each building?<br />
 + What IP addresses are available on each subnet?</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/DragAndDrop/local_VLAN_distributed_VLAN.jpg" alt="local_VLAN_distributed_VLAN.jpg" width="325" height="490" /></p>
<p><br class="spacer_" /></p>
<p class="ccnacorrectanswers">Answer:</p>
<p>Local vlan:<br />
 + 20/80 rule<br />
 + leverages on stp<br />
 + leverages on routing<br />
 + locally significant</p>
<p>Distributed vlan:<br />
 + 80/20 rule<br />
 + leverages on vtp<br />
 + leverages on switching<br />
 + globally significant</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/drag-and-drop-questions-2/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>VLAN VTP STP Questions</title>
		<link>http://www.certprepare.com/vlan-vtp-stp-questions</link>
		<comments>http://www.certprepare.com/vlan-vtp-stp-questions#comments</comments>
		<pubDate>Sat, 25 Feb 2012 14:24:40 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=25</guid>
		<description><![CDATA[Here you will find answers to VLAN, VTP, STP questions If you are not sure about VLAN, VTP, STP please read my VLAN tutorial, VTP tutorial and STP tutorial. Question 1 Two switches SA and SB are connected as shown below. Given the below partial configuration, which two statements are true about VLAN traffic? (Choose [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to VLAN, VTP, STP questions</p>
<p><!--adsense--></p>
<p>If you are not sure about VLAN, VTP, STP please read my <a href="http://www.9tut.com/virtual-local-area-network-vlan-tutorial" target="_blank">VLAN tutorial</a>, <a href="http://www.9tut.com/vlan-trunk-protocol-vtp-tutorial" target="_blank">VTP tutorial</a> and <a href="http://www.9tut.com/spanning-tree-protocol-stp-tutorial" target="_blank">STP tutorial</a>.</p>
<p><span class="ccnaquestionsnumber">Question 1</span></p>
<p>Two switches SA and SB are connected as shown below. Given the below partial configuration, which two statements are true about VLAN traffic? (Choose two)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/vtp_traffic.jpg" border="0" alt="vtp_traffic" width="449" height="363" /></p>
<p>A &#8211; VLANs 1-5 will be blocked if fa0/10 goes down.<br />
 B &#8211; VLANs 6-10 have a port priority of 128 on fa0/10.<br />
 C &#8211; VLANs 6-10 will use fa0/10 as a backup only.<br />
 D &#8211; VLANs 1-10 are configured to load share between fa0/10 and fa0/12.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>Let&#8217;s assume that SA is the root bridge for all VLANs, it will make the explanation a bit clearer&#8230;</p>
<p>First we should understand what will happen if nothing is configured (use default values). Because we assumed that SA is the root bridge so all of its ports will forward. SB will need to block one of its ports to avoid a bridging loop between the two switches. But how does SB select its blocked port? Well, the answer is based on the BPDUs it receives from SA. A BPDU is superior than another if it has:</p>
<p>1. A lower Root Bridge ID<br />
 2. A lower path cost to the Root<br />
 3. A lower Sending Bridge ID<br />
 4. A lower Sending Port ID</p>
<p>These four parameters are examined in order. In this specific case, all the BPDUs sent by SA have the same Root Bridge ID, the same path cost to the Root and the same Sending Bridge ID. The only parameter left to select the best one is the Sending Port ID (Port ID = port priority + port index). If using default values, the default port priority&#8217;s value is 32 or 128 (128 is much more popular today but 32 is also a default port priority&#8217;s value), so SB will compare port index values, which are unique to each port on the switch, and because Fa0/12 is inferior to Fa0/10, SB will select the port connected with Fa0/10 (of SA) as its root port and block the other port.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/vtp_traffic_explanation_blockFa012.jpg" border="0" alt="vtp_traffic_explanation_blockFa012" width="403" height="111" /></p>
<p style="text-align: left;">To change the default decision of selecting root port, we can change the port priority of each interface. The above picture is true for VLAN 1-5 because port Fa0/10 has a lower port-priority so the peer port will be chosen as the root port. For VLAN 6-10, port Fa0/12 has higher priority ID (lower port priority value) so SB will block its upper port.</p>
<p style="text-align: left;">For answer A &#8211; &#8220;VLANs 1-5 will be blocked if fa0/10 goes down&#8221; &#8211; is not correct because if Fa0/10 goes down, SB will unblock its lower port therefore VLANs 1-5 will still operate.</p>
<p style="text-align: left;">For answer B &#8211; &#8220;VLANs 6-10 have a port priority of 128 on fa0/10&#8243; &#8211; is not always correct because VLAN 6-10 can have a different port priority (of 32) according to the Cisco&#8217;s link below.</p>
<p>Answer C is correct because VLAN 6-10 uses Fa0/12 link as it main path. Fa0/10 is the backup path and is only opened when port Fa0/12 fails.</p>
<p>Answer D is correct because this configuration provide load-balance traffic based on VLAN basis. VLANs 1-5 use Fa0/10 and VLANs 6-10 use Fa0/12 as their main paths.</p>
<p>Note: We can not assure the answer B is always correct so we should choose C and D if the question asks us to give only 2 choices).</p>
<p>Reference (and good resource, too):</p>
<p><a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00800ae96a.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00800ae96a.shtml</a></p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>The network operations center has received a call stating that Users in VLAN 107 are unable to access resources through R1. From the information contained in the graphic, what is the cause of this problem?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/vtp_pruning.jpg" border="0" alt="vtp_pruning" width="502" height="455" /></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/vtp_pruning_output.jpg" border="0" alt="vtp_pruning_output.jpg" width="528" height="373" /></p>
<p>A &#8211; spanning tree is not enabled on VLAN 107 <br />
 B &#8211; VTP is pruning VLAN 107<br />
 C &#8211; VLAN 107 does not exist on switch SA<br />
 D &#8211; VLAN 107 is not configured on the trunk</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation:</p>
<p>&#8220;VLAN allowed on trunk&#8221; &#8211; Each trunk allows all VLANs by default. However, administrator can remove or add to the list by using the &#8220;switchport trunk allowed&#8221; command.</p>
<p>&#8220;VLANs allowed and active in management&#8221; &#8211; To be active, a VLAN must be in this list.</p>
<p>&#8220;VLANs in spanning tree forwarding state and not pruned&#8221; &#8211; This list is a subset of the &#8220;allowed and active&#8221; list but with any VTP-pruned VLANs removed.</p>
<p>All VLANs were configured except VLAN 101 so D is not correct. VLAN 107 exists in the &#8220;allowed and active&#8221; section so A and C are not correct, too. In the &#8220;forwarding state and not pruned&#8221; we don&#8217;t see VLAN 107 so the administrator had wrongly configured this VLAN as pruned.</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>The network administrator needs to enable VTP pruning within the network. What action should a network administrator take to enable VTP pruning on an entire management domain?</p>
<p>A &#8211; enable VTP pruning on every switch in the domain<br />
 B &#8211; enable VTP pruning on any client switch in the domain<br />
 C &#8211; enable VTP pruning on any switch in the management domain<br />
 D &#8211; enable VTP pruning on a VTP server in the management domain</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>Study the diagram below carefully, which three statements are true? (Choose three)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/dtp_diagram.jpg" border="0" alt="dtp_diagram" width="447" height="145" /></p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/dtp.jpg" border="0" alt="dtp" width="702" height="189" /></p>
<p>A &#8211; DTP packets are sent from Switch SB. <br />
 B &#8211; DTP is not running on Switch SA.<br />
 C &#8211; A trunk link will be formed.<br />
 D &#8211; The native VLAN for Switch SB is VLAN 1.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer</span>: A C D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>Dynamic Trunking Protocol (DTP) is the Cisco-proprietary that actively attempts to negotiate a trunk link between two switches. If an interface is set to switchport mode <strong>dynamic desirable</strong>, it will actively attempt to convert the link into trunking mode. If the peer port is configured as switchport mode <strong>trunk</strong>, <strong>dynamic desirable</strong>, or <strong>dynamic auto</strong> mode, trunking is negotiated successfully -> C is correct.</p>
<p>SB is in &#8220;dynamic desirable&#8221; mode so it will send DTP packets to SA to negotiate a trunk link -> A is correct.</p>
<p>On an 802.1Q trunk, DTP packets are sent on the native VLAN. By default, it is VLAN 1 (notice that SA&#8217;s native VLAN is 5) -> D is correct.</p>
<p>(Note: an 802.1Q trunk’s native VLAN is the only VLAN that has untagged frames)</p>
<p>Below is the <strong>switchport modes</strong> for easy reference:</p>
<table border="1" align="center">
<tbody>
<tr style="background-color: #99ff66;">
<td><strong>Mode</strong></td>
<td><strong>Function</strong></td>
</tr>
<tr>
<td>Dynamic Auto</td>
<td>Creates the trunk based on the DTP request from the neighboring switch.</td>
</tr>
<tr>
<td>Dynamic Desirable</td>
<td>Communicates to the neighboring switch via DTP that the interface would like <br />
 to become a trunk if the neighboring switch interface is able to become a trunk.</td>
</tr>
<tr>
<td>Trunk</td>
<td>Automatically enables trunking regardless of the state of the neighboring switch <br />
 and regardless of any DTP requests sent from the neighboring switch.</td>
</tr>
<tr>
<td>Access</td>
<td>Trunking is not allowed on this port regardless of the state of the neighboring <br />
 switch interface and regardless of any DTP requests sent from the neighboring <br />
 switch.</td>
</tr>
<tr>
<td>Nonegotiate</td>
<td>Prevents the interface from generating DTP frames. This command can be <br />
 used only when the interface switchport mode is access or trunk. You must <br />
 manually configure the neighboring interface as a trunk interface to establish a <br />
 trunk link.</td>
</tr>
</tbody>
</table>
<p class="ccnaquestionsnumber"> </p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>Regarding the exhibit and the partial configuration of switch SA and SB. STP is configured on all switches in the network. SB receives this error message on the console port:</p>
<p>00:06:34: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/5 (not half duplex), with SA FastEthernet0/4 (half duplex), with TBA05071417(Cat6K-B) 0/4 (half duplex).</p>
<p>What would be the possible outcome of the problem?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/vlanvtpstp/STP_mismatched_duplex.jpg" border="0" alt="STP_mismatched_duplex.jpg" width="626" height="383" /></p>
<p>A &#8211; The root port on switch P4S-SB will fall back to full-duplex mode.<br />
 B &#8211; The interfaces between switches P4S-SA and P4S-SB will transition to a blocking state. <br />
 C &#8211; The root port on switch P4S-SA will automatically transition to full-duplex mode.<br />
 D &#8211; Interface Fa0/6 on switch SB will transit to a forwarding state and create a bridging loop.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>From the output, we learned that the interfaces on two switches are operating in different duplex modes: Fa0/4 of SA in half-duplex mode &amp; Fa0/5 of SB in full-duplex mode. In this case, because SB is operating in full duplex mode, it does not check the carrier sense before sending frames (CSMA/CD is not used in full-duplex mode). Therefore, SB can start to send frames even if SA is using the link and a collision will occur. The result of this is SA will wait a random time before attempting to transmit another frame. If B sends enough frames to A to make every frame sent from A (which includes the BPDUs) get dropped then SB can think it has lost root bridge (B does not receive BPDUs from A anymore). Therefore SB will unblock its Fa0/6 interface for transmitting and cause a bridging loop.</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/vlan-vtp-stp-questions/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>STP Questions</title>
		<link>http://www.certprepare.com/stp-questions</link>
		<comments>http://www.certprepare.com/stp-questions#comments</comments>
		<pubDate>Mon, 20 Feb 2012 01:34:52 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=169</guid>
		<description><![CDATA[Here you will find answers to STP Questions Question 1 Company uses MSTP within their switched LAN. What is the main purpose of Multiple Instance Spanning Tree Protocol (MSTP)? A. To enhance Spanning Tree troubleshooting on multilayer switches B. To reduce the total number of spanning tree instances necessary for a particular topology C. To [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to STP Questions</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>Company uses MSTP within their switched LAN. What is the main purpose of Multiple Instance Spanning Tree Protocol (MSTP)?</p>
<p>A. To enhance Spanning Tree troubleshooting on multilayer switches<br />
 B. To reduce the total number of spanning tree instances necessary for a particular topology<br />
 C. To provide faster convergence when topology changes occur in a switched network<br />
 D. To provide protection for STP when a link is unidirectional and BPDUs are being sent but not received</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>Instead of running an STP instance for every VLAN, MSTP runs a number of VLAN-independent STP instances. By allowing a single instance of STP to run for multiple VLANs, MSTP keeps the number of STP instances to minimum (saving switch resources) while optimizing Layer 2 switching environment (load balancing traffic to different paths for different VLANs.).</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>Which of the following specifications will allow you to associate VLAN groups to STP instances so you can provide multiple forwarding paths for data traffic and enable load balancing?</p>
<p>A. IEEE 802.1d (STP)<br />
 B. IEEE 802.1s (MST)<br />
 C. IEEE 802.1q (CST)<br />
 D. IEEE 802.1w (RSTP)</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>Refer to the exhibit. All network links are FastEthernet. Although there is complete connectivity throughout the network, Front Line users have been complaining that they experience slower network performance when accessing the Server Farm than the Reception office experiences. Based on the exhibit, which two statements are true? (Choose two)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/bridge_priority_network_optimize.jpg" alt="bridge_priority_network_optimize.jpg" width="400" height="250" /></p>
<p>A. Changing the bridge priority of S1 to 4096 would improve network performance.<br />
 B. Changing the bridge priority of S1 to 36864 would improve network performance.<br />
 C. Changing the bridge priority of S2 to 36864 would improve network performance. <br />
 D. Changing the bridge priority of S3 to 4096 would improve network performance.<br />
 E. Disabling the Spanning Tree Protocol would improve network performance.<br />
 F. Upgrading the link between S2 and S3 to Gigabit Ethernet would improve performance.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>All three switches have the same bridge priority (32768 &#8211; default value) and S1 has the lowest MAC -> S1 is the root bridge and all traffic must go through it -> Front Line Users (S2) must go through S1 to reach Server Farm (S3). To overcome this problem, S2 or S3 should become the root switch and we can do it by changing the bridge priority of S1 to a higher value (which lower its priority &#8211; answer B) or lower the bridge priority value (which higher its priority &#8211; answer D)</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>Refer to the exhibit. Initially, LinkA is connected and forwarding traffic. A new LinkB is then attached between SwitchA and HubA. Which two statements are true about the possible result of attaching the second link? (Choose two)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_switch_loop_block.jpg" alt="STP_switch_loop_block.jpg" width="155" height="170" /></p>
<p>A. The switch port attached to LinkB will not transistion to up.<br />
 B. One of the two switch ports attached to the hub will go into blocking mode when a BPDU is received.<br />
 C. Both switch ports attached to the hub will transition to the blocking state.<br />
 D. A heavy traffic load could cause BPDU transmissions to be blocked and leave a switching loop.<br />
 E. The switch port attached to LinkA will immediately transition to the blocking state.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>we know that there will have only one Designated port for each segment (notice that the two ports of SwitchA are on the same segment as they are connected to a hub). The other port will be in Blocking state. But how does SwitchA select its Designated and Blocking port? The decision process involves the following parameters inside the BPDU:</p>
<p>* Lowest path cost to the Root<br />
 * Lowest Sender Bridge ID (BID)<br />
 * Lowest Port ID</p>
<p>In this case, both interfaces of SwitchA have the same “path cost to the root”  and “sender bridge ID” so the third parameter “lowest port ID” will be  used. Suppose two interfaces of SwitchA are fa0/1 &amp; fa0/2 then SwitchA will select fa0/1 as its  Designated port (because fa0/1 is inferior to fa0/2) -> B is correct.</p>
<p>Suppose the port on LinkA (named portA) is in forwarding state and the port on LinkB (named portB) is in blocking state. In blocking state, port B still listens to the BPDUs. If the traffic passing through LinkA is too heavy and the BPDUs can not reach portB, portB will move to listening state (after 20 seconds for STP) then learning state (after 15 seconds) and forwarding state (after 15 seconds). At this time, both portA &amp; portB are in forwarding state so a switching loop will occur -> D is correct.</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>Refer to the exhibit. Switch S1 is running mst IEEE 802.1s. Switch S2 contains the default configuration running IEEE 802.1D. Switch S3 has had the command spanning-tree mode rapid-pvst running IEEE 802.1w. What will be the result?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_simple.jpg" alt="STP_simple.jpg" width="260" height="240" /></p>
<p>A. IEEE 802.1D and IEEE 802.1w are incompatible. All three switches must use the same standard or no traffic will pass between any of the switches.<br />
 B. Switches S1, S2, and S3 will be able to pass traffic between themselves.<br />
 C. Switches S1, S2, and S3 will be able to pass traffic between themselves. However, if there is a topology change, Switch S2 will not receive notification of the change.<br />
 D. Switches S1 and S3 will be able to exchange traffic but neither will be able to exchange traffic with Switch S2</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>A switch running both MSTP and RSTP supports a built-in protocol migration mechanism that enables it to interoperate with legacy 802.1D switches. If this switch receives a legacy 802.1D configuration BPDU (a BPDU with the protocol version set to 0), it sends only 802.1D BPDUs on that port. An MST switch can also detect that a port is at the boundary of a region when it receives a legacy BPDU, an MST BPDU (version 3) associated with a different region, or an RST BPDU (version 2).<br />
However, the switch does not automatically revert to the MSTP mode if it no longer receives 802.1D BPDUs because it cannot determine whether the legacy switch has been removed from the link unless the legacy switch is the designated switch</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_9_ea1/configuration/guide/swmstp.html" target="_blank">http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_9_ea1/configuration/guide/swmstp.html</a>)</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Refer to the exhibit. Switch S2 contains the default configuration. Switches S1 and S3 both have had the command spanning-tree mode rapid-pvst issued on them. What will be the result?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_simple.jpg" alt="STP_simple.jpg" width="260" height="240" /></p>
<p>A. IEEE 802.1D and IEEE 802.1w are incompatible. All three switches must use the same standard or no traffic will pass between any of the switches.<br />
 B. Switches S1, S2. and S3 will be able to pass traffic between themselves.<br />
 C. Switches S1, S2. and S3 will be able to pass traffic between themselves. However, if there is a topology change. Switch S2 will not receive notification of the change.<br />
 D. Switches S1 and S3 will be able to exchange traffic but neither will be able to exchange traffic with Switch S2.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Which two statements are true when the extended system ID feature is enabled? (Choose two)</p>
<p>A. The BID is made up of the bridge priority value (2 bytes) and bridge MAC address (6 bytes).<br />
 B. The BID is made up of the bridge priority (4 bits), the system ID (12 bits), and a bridge MAC address (48 bits).<br />
 C. The BID is made up of the system ID (6 bytes) and bridge priority value (2 bytes).<br />
 D. The system ID value is the VLAN ID (VID).<br />
 E. The system ID value is a unique MAC address allocated from a pool of MAC addresses assigned to the switch or module.<br />
 F. The system ID value is a hex number used to measure the preference of a bridge in the spanning-tree algorithm.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>In short, with the use of IEEE 802.1t spanning-tree extensions, some of the bits previously used for the switch priority are now used for the extended system ID</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/extended_system_id_stp.jpg" alt="extended_system_id_stp.jpg" width="380" height="210" /></p>
<p>Only four high-order bits of the 16-bit Bridge Priority field carry actual priority. Therefore, priority can be incremented only in steps of 4096. In most cases, the Extended System ID holds the VLAN ID. For example, if our VLAN ID is 5 and we use the default bridge priority 32768 then the 16-bit Priority will be 32768 + 5 = 32773.</p>
<p>Note: The MAC address is reserved when the extended system ID feature is enabled.</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>Which set of statements about Spanning Tree Protocol default timers is true?</p>
<p>A.<br />
 The hello time is 2 seconds.<br />
 The forward delay is 10 seconds.<br />
 The max_age timer is 15 seconds.</p>
<p>B. <br />
 The hello time is 2 seconds.<br />
 The forward delay is 15 seconds.<br />
 The max_age timer is 20 seconds.</p>
<p>C. <br />
 The hello time is 2 seconds.<br />
 The forward delay is 20 seconds.<br />
 The max_age timer is 30 seconds.</p>
<p>D. <br />
 The hello time is 5 seconds.<br />
 The forward delay is 10 seconds.<br />
 The max_age timer is 15 seconds.</p>
<p>E. <br />
 The hello time is 5 seconds.<br />
 The forward delay is 15 seconds.<br />
 The max_age timer is 20 seconds.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>There are several STP timers, as this list shows:</p>
<p>* <strong>Hello </strong>- The hello time is the time between each bridge protocol data unit (BPDU) that is sent on a port. This time is equal to 2 seconds (sec) by default, but you can tune the time to be between 1 and 10 sec.<br />
* <strong>Forward delay</strong> &#8211; The forward delay is the time that is spent in the listening and learning state. This time is equal to 15 sec by default, but you can tune the time to be between 4 and 30 sec.<br />
* <strong>Max age</strong> &#8211; The max age timer controls the maximum length of time that passes before a bridge port saves its configuration BPDU information. This time is 20 sec by default, but you can tune the time to be between 6 and 40 sec.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml</a>)</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>Refer to the exhibit. Switch 15 is configured as the root switch for VLAN 10 but not for VLAN 20. If the STP configuration is correct, what will be true about Switch 15?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_forwarding.jpg" alt="STP_forwarding.jpg" width="440" height="310" /></p>
<p>A. All ports will be in forwarding mode.<br />
 B. All ports in VLAN 10 will be in forwarding mode.<br />
 C. All ports in VLAN 10 will be in forwarding mode and all ports in VLAN 20 will be in blocking mode.<br />
 D. All ports in VLAN 10 will be in forwarding mode and all ports in VLAN 20 will be in standby mode.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation</p>
<p>All ports on root bridge are designated ports, which are in forwarding state but notice in this case Switch 15 is the root switch for VLAN 10 -> all ports in VLAN 10 will be in forwarding state. We can not say anything about the modes of ports of Switch 15 in other VLANs.</p>
<p class="ccnaquestionsnumber">Question 10</p>
<p>Refer to the exhibit. STP has been implemented in the network. Switch SW_A is the root switch for the default VLAN. To reduce the broadcast domain, the network administrator decides to split users on the network into VLAN 2 and VLAN 10. The administrator issues the command <strong>spanning-tree vlan 2 root primary</strong> on switch SW_A. What will happen as a result of this change?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_root.jpg" alt="STP_root.jpg" width="440" height="250" /></p>
<p>A. All ports of the root switch SW_A will remain in forwarding mode throughout the reconvergence of the spanning tree domain.<br />
 B. Switch SW_A will change its spanning tree priority to become root for VLAN 2 only.<br />
 C. Switch SW_A will remain root for the default VLAN and will become root for VLAN 2.<br />
 D. No other switch in the network will be able to become root as long as switch SW_A is up and running.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaexplanation">Explanation</p>
<p>This command sets the switch to become root for a given VLAN. It works by lowering the priority of the switch until it becomes root. Once the switch is root, it will not prevent any other switch from becoming root. In particular, if the current root bridge is greater than 24576 then our switch will drop to 24576. If the current root bridge is less than 24576, our new bridge priority will be (Priority value of the current root bridge &#8211; 4096).</p>
<p>This command does not affect other VLAN so SW_A will remain root for the default VLAN -> C is correct.</p>
<p>Note: This command is not shown in a Catalyst switch configuration because the command is actually a macro executing other switch commands.</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-questions/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>STP Questions 2</title>
		<link>http://www.certprepare.com/stp-questions-2</link>
		<comments>http://www.certprepare.com/stp-questions-2#comments</comments>
		<pubDate>Wed, 15 Feb 2012 01:30:51 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=175</guid>
		<description><![CDATA[Here you will find answers to STP Questions &#8211; Part 2 Question 1 Refer to the exhibit. Based on the output of the show spanning-tree command, which statement is true? A. Switch SW1 has been configured with the spanning-tree vlan 1 root primary global configuration command. B. Switch SW1 has been configured with the spanning-tree [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to STP Questions &#8211; Part 2</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>Refer to the exhibit. Based on the output of the show spanning-tree command, which statement is true?</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/STP_show_spanning-tree.jpg" alt="STP_show_spanning-tree.jpg" width="530" height="310" /></p>
<p>A. Switch SW1 has been configured with the spanning-tree vlan 1 root primary global configuration command.<br />
 B. Switch SW1 has been configured with the spanning-tree vlan 1 root secondary global configuration command.<br />
 C. Switch SW1 has been configured with the spanning-tree vlan 1 priority 24577 global configuration command.<br />
 D. Switch SW1 has been configured with the spanning-tree vlan 1 hello-time 2 global configuration command.<br />
 E. The root bridge has been configured with the spanning-tree vlan 1 root secondary global configuration command.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>The command &#8220;spanning-tree vlan 1 root secondary&#8221; sets its bridge ID to a value which is higher than the current root bridge but higher than other switches in the network -> If the current root bridge fails, Sw1 will become the root bridge.</p>
<p>If no priority has been configured, every switch will have the same default priority of 32768. Assuming all other switches are at default priority, the <strong>spanning-tree vlan vlan-id  root <span style="text-decoration: underline;">primary</span></strong> command sets a value of 24576. Also, assuming all other switches are at default priority, the <strong>spanning-tree vlan vlan-id root <span style="text-decoration: underline;">secondary</span></strong> command sets a value of 28672.</p>
<p>In this question, the bridge priority of Sw1 is 28673, not 28672 because the extended system ID (indicated as sys-id-ext) is 1, indicating this is the STP instance for VLAN 1. In fact, the bridge priority is 28672.</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>Refer to the exhibit. On the basis of the output of the show spanning-tree inconsistentports command, which statement about interfaces FastEthernet 0/1 and FastEthernet 0/2 is true?</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/show_spanning-tree_inconsistentports.jpg" alt="show_spanning-tree_inconsistentports.jpg" width="500" height="180" /></p>
<p>A. They have been configured with the spanning-tree bpdufilter disable command.<br />
 B. They have been configured with the spanning-tree bpdufilter enable command.<br />
 C. They have been configured with the spanning-tree bpduguard disable command.<br />
 D. They have been configured with the spanning-tree bpduguard enable command.<br />
 E. They have been configured with the spanning-tree guard loop command.<br />
 F. They have been configured with the spanning-tree guard root command.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> F</p>
<p class="ccnaexplanation">Explanation</p>
<p>We can configure the root guard feature to prevent unauthorized switches from becoming the root bridge. When you enable root guard on a port, if that port receives a superior BPDU, instead of believing the BPDU, the port goes into a root-inconsistent state. While a port is in the root-inconsistent state, no user data is sent across it. However, after the superior BPDUs stop, the port returns to the forwarding state.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_simple.jpg" alt="STP_simple.jpg" width="260" height="240" /></p>
<p>For example, in the topology above suppose S1 is the current root bridge. If a hacker plugs a switch on S3 which sends superior BPDUs then it will become the new root bridge, this will also change the traffic path and may result in a traffic jam. By enabling root guard on S3 port, if spanning-tree calculations cause an interface to be selected as the root port, the interface transitions to the root-inconsistent (blocked) state instead to prevent the hacker&#8217;s switch from becoming the root switch or being in the path to the root.</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>Refer to the exhibit. What information can be derived from the output?</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/STP_show_spanning-tree_inconsistentports.jpg" alt="STP_show_spanning-tree_inconsistentports.jpg" width="510" height="330" /></p>
<p>A. Devices connected to interfaces FastEthemet3/1 and FastEthemet3/2 are sending BPDUs with a superior root bridge parameter and no traffic is forwarded across the ports. Once inaccurate BPDUs have been stopped, the interfaces will need to be administratively shut down, and brought back up, to resume normal operation.<br />
 B. Devices connected to interfaces FastEthemet3/1 and FastEthernet3/2 are sending BPDUs with a superior root bridge parameter, but traffic is still forwarded across the ports.<br />
 C. Devices connected to interfaces FastEthemet3/1 and FastEthemet3/2 are sending BPDUs with a superior root bridge parameter and no traffic is forwarded across the ports. Once inaccurate BPDUs have been stopped, the interfaces automatically recover and resume normal operation.<br />
 D. Interfaces FastEthemet3/1 and FastEthemet3/2 are candidate for becoming the STP root port, but neither can realize that role until BPDUs with a superior root bridge parameter are no longer received on at least one of the interfaces.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaexplanation">Explanation</p>
<p>Same explanation as question 2.</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>Which statement is correct about RSTP port roles?</p>
<p>A. The designated port is the switch port on every nonroot bridge that is the chosen path to the root bridge. There can be only one designated port on every switch. The designated port assumes the forwarding state in a stable active topology. All switches connected to a given segment listen to all BPDUs and determine the switch that will be the root switch for a particular segment.<br />
 B. The disabled port is an additional switch port on the designated switch with a redundant link to the segment for which the switch is designated. A disabled port has a higher port 10 than the disabled port on the designated switch. The disabled port assumes the discarding state in a stable active topology.<br />
 C. The backup port is a switch port that offers an alternate path toward the root bridge. The backup port assumes a discarding state in a stable, active topology. The backup port will be present on nondesignated switches and will make a transition to a designated port if the current designated path fails.<br />
 D. The root port is the switch port on every nonroot bridge that is the chosen path to the root bridge. There can be only one root port on every switch. The root port assumes the forwarding state in a stable active topology.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaexplanation">Explanation</p>
<p>To learn about RSTP port roles, please read my <a href="http://www.9tut.com/rapid-spanning-tree-protocol-rstp-tutorial" target="_blank">RSTP tutorial</a>.</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>How are STP timers and state transitions affected when a topology change occurs in an STP environment?</p>
<p>A. All ports will temporarily transition to the learning state for a period equal to the max age timer plus the forward delay interval.<br />
 B. All ports will transition temporarily to the learning state for a period equal to the forward delay interval.<br />
 C. The default aging time for MAC address entries will be reduced for a period of the max age timer plus the forward delay interval.<br />
 D. The default hello time for configuration BPDUs will be reduced for the period of the max age timer.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C (but the wording may cause you to misunderstand)</p>
<p class="ccnaexplanation">Explanation</p>
<p>If a switch stops receiving Hellos, it means that there is a failure in the network. The switch will initiate the process of changing the Spanning-tree topology. The process requires the use of 3 STP timers:<br />
 * <strong>Hello </strong>- the time between each bridge protocol data unit (BPDU) that is sent on a port. This time is equal to 2 seconds (sec) by default, but you can tune the time to be between 1 and 10 sec.<br />
 *<strong> Forward delay</strong> &#8211; the time that is spent in the listening and learning state. This time is equal to 15 sec by default, but you can tune the time to be between 4 and 30 sec.<br />
 * <strong>Max age</strong> – maximum length of time a BPDU can be stored without receiving an update.. This time is 20 sec by default, but you can tune the time to be between 6 and 40 sec.</p>
<p>Max Age is the time that a bridge stores a BPDU before discarding it.</p>
<p>Switches (Bridges) keep its MAC address table entries for 300 seconds (5  minutes, known as aging time), by default. When a network topology  change happens, the Switch (Bridge) temporarily lowers the aging time <strong>to  the same as the forward delay time</strong> (15 seconds) to relearn the MAC  address changes happened because of topology change.</p>
<p>This is important because normally only after five minutes an entry is  aged out from the MAC address table of the switch and the network  devices could be unreachable for up to 5 minutes.  This is known as a  black hole because frames can be forwarded to a device, which is no  longer available.</p>
<p>Notice that shortening the aging time to 15 seconds does not flush the entire table, it just accelerates the aging process. Devices that continue to &#8220;speak&#8221; during the 15-second age-out period never leave the bridging table.</p>
<p>Therefore in this question, to be clearer answer C should state &#8220;The default aging time for MAC address entries will be reduced <strong>to forward_delay time</strong> for a  period of the max age timer plus the forward delay interval.&#8221;</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094797.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094797.shtml</a>)</p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Refer to the exhibit. The command <strong>spanning-tree guard root</strong> is configured on interface Gi0/0 on both switch S2 and S5. The global configuration command <strong>spanning-tree uplinkfast</strong> has been configured on both switch S2 and S5. The link between switch S4 and S5 fails. Will Host A be able to reach Host B?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_spanning-tree_root_guard.jpg" alt="STP_spanning-tree_root_guard.jpg" width="540" height="250" /></p>
<p>A. Fifty percent of the traffic will successfully reach Host B, and fifty percent will dead-end at switch S3 because of a partial spanning-tree loop.<br />
 B. No. Traffic will pass from switch S6 to S2 and dead-end at S2.<br />
 C. No. Traffic will loop back and forth between switch S6 and Host A.<br />
 D. No. Traffic will loop back and forth between switches S2 and S3.<br />
 E. Yes. Traffic will pass from switch S6 to S2 to S1.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> E</p>
<p class="ccnaexplanation">Explanation</p>
<p>First we should understand about UpLinkFast.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_simple.jpg" alt="STP_simple.jpg" width="260" height="240" /></p>
<p>Suppose S1 is the root bridge in the topology above. S3 is connected to S1 via two paths: one direct path and another goes through S2. Suppose the port directly connected to S1 is root port -> port connected to S2 will be in Blocking state. If the primary link goes down, the blocked port will need about 50 seconds to move from Blocking -> Listening -> Learning -> Forwarding to be used.</p>
<p>To shorten the downtime, a feature called Uplink Fast can be used. When the primary (root) link fails, another blocked link can be brought up immediately for use. When UplinkFast is enabled, it is enabled for the entire switch and all VLANs. It cannot be enabled for individual VLANs.</p>
<p>In this question, the Root Guard feature has been enabled on Gi0/0 of S2 &amp; S5 so these two Gi0/0 ports cannot be root ports and cannot forward traffic -> the link between S2 &amp; S6 must be used.</p>
<p>Note: The idea of Uplink Fast is based on blocked ports which are possible to become a root port. Therefore <strong>the Uplink Fast feature is not allowed on the root bridge</strong> -> S2 &amp; S5 cannot be root bridges in this case.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Refer to the exhibit. The command <strong>spanning-tree guard root </strong>is configured  on interface Gi0/0 on both switch S2 and S5. The global configuration  command <strong>spanning-tree uplinkfast</strong> has been configured on both switch S2  and S5. The link between switch S4 and S5 fails. Will Host A be able to  reach Host B?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_spanning-tree_uplinkfast.jpg" alt="STP_spanning-tree_uplinkfast.jpg" width="540" height="250" /></p>
<p>A. Yes. Traffic can pass either from switch S6 to S3 to S2 to S1, or, from switch S6 to S5 to S2 to S1.<br />
 B. No. Traffic will pass from switch S6 to S5 and dead-end at interface Gi0/0.<br />
 C. No. Traffic will loop back and forth between switch S5 and S2.<br />
 D. Yes. Traffic will pass from switch S6 to S3 to S2 to S1.<br />
 E. No. Traffic will either pass from switch S6 to S5 and dead-end, or traffic will pass from switch S6 to S3 to S2 and dead-end.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaexplanation">Explanation</p>
<p>Same explanation as Question 6. When the link between S4 &#8211; S5 goes down, Gi0/0 on S5 cannot become root port because of Root Guard feature on it. But maybe Host A can&#8217;t reach host B in the first 15 seconds after the link between S4 &amp; S5 fails by default. It is the time for S5 to clear the MAC address table (please read the explanation of Question 5 for more detail).</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>Which two statements about the various implementations of STP are true? (Choose two)</p>
<p>A. Common Spanning Tree maintains a separate spanning-tree instance for each VLAN configured in the network.<br />
 B. The Spanning Tree Protocol (STP) is an evolution of the IEEE 802.1w standard.<br />
 C. Per-VLAN Spanning Tree (PVST) supports 802.1Q trunking.<br />
 D. Per-VLAN Spanning Tree Plus (PVST+) is an enhancement to 802.1Q specification and is supported only on Cisco devices.<br />
 E. Rapid Spanning Tree Protocol (RSTP) includes features equivalent to Cisco PortFast, UplinkFast, and BackboneFast for faster network reconvergence.<br />
 F. Multiple Spanning Tree (MST) assumes one spanning-tree instance for the entire Layer 2 network, regardless of the multiple number of VLANs.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D E</p>
<p class="ccnaexplanation">Explanation</p>
<p>Common Spanning Tree only uses one spanning-tree instance for all VLANs in the network -> A is not correct.</p>
<p>Rapid Spanning Tree Protocol (RSTP; IEEE 802.1w) can be seen as an evolution of the 802.1D standard more than a revolution. The 802.1D terminology remains primarily the same. Most parameters have been left unchanged so users familiar with 802.1D can rapidly configure the new protocol comfortably -> B is not correct.</p>
<p>Per-VLAN spanning tree protocol plus (PVST+) is a Cisco proprietary protocol that expands on the Spanning Tree Protocol (STP) by allowing a separate spanning tree for each VLAN. Cisco first developed this protocol as PVST, which worked with the Cisco ISL trunking protocol, and then later developed PVST+ which utilizes the 802.1Q trunking protocol. PVST+ allows interoperability between CST and PVST in Cisco switches -> C is not correct but D is correct.</p>
<p>RSTP significantly reduces the time to reconverge the active topology of the network when changes to the physical topology or its configuration parameters occur. RSTP supports Edge Ports (similar to PortFast), UplinkFast, and BackboneFast for faster network reconvergence. Rapid Spanning Tree Protocol (RSTP) can also revert back to 802.1D STP for interoperability with older switches and existing infrastructures -> E is correct.</p>
<p>Multiple Spanning Tree can  map one or more VLANs to a single STP instance. Multiple instances of STP can be used (hence the name MST), with each instance supporting a different group of VLANs. For example, instead of creating 50 STP separate STP instances for 50 VLANs, we can create only 2 STP instances &#8211; each for 25 VLANs. This helps saving switch resources -> F is not correct.</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>Given the diagram and assuming that STP is enabled on all switch devices, which two statements are true? (Choose two)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/root_bridge_elect.jpg" alt="root_bridge_elect.jpg" width="500" height="250" /></p>
<p>A. DSW11 will be elected the root bridge.<br />
 B. DSW12 will be elected the root bridge.<br />
 C. ASW13 will be elected the root bridge.<br />
 D. P3/1 will be elected the nondesignated port.<br />
 E. P2/2 will be elected the nondesignated port.<br />
 F. P3/2 will be elected the nondesignated port.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A D</p>
<p class="ccnaquestionsnumber">Question 10</p>
<p>Which two RSTP port roles include the port as part of the active topology? (Choose two)</p>
<p>A. root<br />
 B. designated<br />
 C. alternate<br />
 D. backup<br />
 E. forwarding<br />
 F. learning</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A B</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-questions-2/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>STP Questions 3</title>
		<link>http://www.certprepare.com/stp-questions-3</link>
		<comments>http://www.certprepare.com/stp-questions-3#comments</comments>
		<pubDate>Tue, 14 Feb 2012 11:28:52 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=200</guid>
		<description><![CDATA[Here you will find answers to STP Questions &#8211; Part 3 Question 1 What is the result of entering the command spanning-tree loopguard default? A. The command enables both loop guard and root guard. B. The command changes the status of loop guard from the default of disabled to enabled. C. The command activates loop [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to STP Questions &#8211; Part 3</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>What is the result of entering the command spanning-tree loopguard default?</p>
<p>A. The command enables both loop guard and root guard.<br />
 B. The command changes the status of loop guard from the default of disabled to enabled.<br />
 C. The command activates loop guard on point-to-multipoint links in the switched network.<br />
 D. The command will disable EtherChannel guard.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>This command is used in global configuration mode to enable loop guard on all ports of a given switch. To disable it, use the &#8220;no&#8221; keyword at the beginning of this command.</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>Refer to the exhibit. The service provider wants to ensure that switch S1 is the root switch for its own network and the network of the customer. On which interfaces should root guard be configured to ensure that this happens?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_root_guard.jpg" alt="STP_root_guard.jpg" width="500" height="255" /></p>
<p>A. interfaces 1 and 2<br />
 B. interfaces 1,2,3, and 4<br />
 C. interfaces 1, 3, 5, and 6<br />
 D. interfaces 5 and 6<br />
 E. interfaces 5, 6, 7, and 8<br />
 F. interfaces 11 and 12</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaexplanation">Explanation</p>
<p>Let&#8217;s see what will happen if we set port 5 &amp; 6 as &#8220;root guard&#8221; ports:</p>
<p>First, notice that the &#8220;root guard&#8221; command cannot be used on root switch (because this command is based on blocked port &#8211; while a root switch can&#8217;t have a blocked port -> two middle switches cannot become root bridges.</p>
<p>Moreover, the neighbor switch which has its port connected with this &#8220;root guard&#8221; port can&#8217;t be the root bridge. For example if we configure port 6 as &#8220;root guard&#8221; port, the left-bottom switch (the switch with ports 3, 4) can&#8217;t be root bridge because that will make port 6 root port. Therefore by configuring port 5 &amp; 6 as &#8220;root guard&#8221; ports, two switches in the &#8220;Customer network&#8221; cannot become root bridge.</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>Examine the diagram. A network administrator has recently installed the above switched network using 3550s and would like to control the selection of the root bridge. Which switch should the administrator configure as the root bridge and which configuration command must the administrator enter to accomplish this?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/root_bridge_elect.jpg" alt="root_bridge_elect.jpg" width="500" height="250" /></p>
<p>A. DSW11(config)# spanning-tree vlan 1 priority 4096<br />
 B. DSW12(config)# set spanning-tree priority 4096<br />
 C. ASW13(config)# spanning-tree vlan 1 priority 4096<br />
 D. DSW11(config)# set spanning-tree priority 4096<br />
 E. DSW12(config)# spanning-tree vlan 1 priority 4096<br />
 F. ASW13(config)# set spanning-tree priority 4096</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>E</p>
<p class="ccnaexplanation">Explanation</p>
<p>First, only switches in Distribution section should become root bridge -> only DSW11 or DSW12 should be chosen.</p>
<p>The traffic passing root bridge is always higher than other switches so we should choose switch with highest speed connection to be root bridge -> DSW12 with two 100Mbps connections should be chosen.</p>
<p>Also, the correct command to change priority value for a specific VLAN is <strong>spanning-treee vlan</strong> VLAN-ID <strong>priority </strong>Priority-number.</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>What must be the same to make multiple switches part of the same Multiple Spanning Tree (MST)?</p>
<p>A. VLAN instance mapping and revision number<br />
 B. VLAN instance mapping and member list<br />
 C. VLAN instance mapping, revision number, and member list<br />
 D. VLAN instance mapping, revision number, member list, and timers</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A</p>
<p class="ccnaexplanation">Explanation</p>
<p>MST maps multiple VLANs that have the same traffic flow requirements into the same spanning-tree instance. The main enhancement introduced by MST raises the problem, however, of determining what VLAN is to be associated with what instance. More precisely, based on received BPDUs, devices need to identify these instances and the VLANs that are mapped to the instance.</p>
<p>To be part of a common MST region, a group of switches must share the same configuration attributes. In particular, <strong>the configuration name (or region name &#8211; 32 bits), revision number (16 bits), and VLAN mapping (associate VLANs with spanning-tree instances) </strong>need to be the same for all the switches within the same region.</p>
<p>An example of configuring MST on a switch is shown below:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Configuration</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Switch(config)# spanning-tree mode mst</td>
<td>Turn on MST (and RSTP) on this switch</td>
</tr>
<tr>
<td>Switch(config)# spanning-tree mst configuration</td>
<td>Enter MST configuration submode</td>
</tr>
<tr>
<td>Switch(config-mst)# name certprepare</td>
<td>Name MST instance</td>
</tr>
<tr>
<td>Switch(config-mst)# revision 5</td>
<td>Set the 16-bit MST revision number. It is not incremented automatically when you commit a new MST configuration.</td>
</tr>
<tr>
<td>Switch(config-mst)#instance 1 vlan 5-10</td>
<td>Map instance with respective VLANs</td>
</tr>
<tr>
<td>Switch(config-mst)#instance 2 vlan 11-15</td>
<td></td>
</tr>
</tbody>
</table>
<p class="ccnaquestionsnumber">Question 5</p>
<p>Which three items are configured in MST configuration submode? (Choose three)</p>
<p>A. Region name<br />
 B. Configuration revision number<br />
 C. VLAN instance map<br />
 D. IST STP BPDU hello timer<br />
 E. CST instance map<br />
 F. PVST+ instance map</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A B C</p>
<p class="ccnaexplanation">Explanation</p>
<p>Same as Question 4.</p>
<p><!--adsense#MiddleContent--></p>
<p><span class="ccnaquestionsnumber">Question 6</span></p>
<p>Which three statements about the MST protocol (IEEE 802.1S) are true? (Choose three)</p>
<p>A. To verify the MST configuration, the show pending command can be used in MST configuration mode.<br />
 B. When RSTP and MSTP are configured; UplinkFast and BackboneFast must also be enabled.<br />
 C. All switches in the same MST region must have the same VLAN-to-instance mapping, but different configuration revision numbers.<br />
 D. All switches in an MST region, except distribution layer switches, should have their priority lowered from the default value 32768.<br />
 E. An MST region is a group of MST switches that appear as a single virtual bridge to adjacent CST and MST regions.<br />
 F. Enabling MST with the &#8220;spanning-tree mode mst&#8221; global configuration command also enables RSTP.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A E F</p>
<p class="ccnaexplanation">Explanation</p>
<p>The show pending command can be used to verify the MST configuration (pending configuration). An example of this command is shown below:</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/MST_show_pennding.jpg" alt="MST_show_pennding.jpg" width="390" height="400" /></p>
<p>Note:</p>
<p>The above commands do these tasks: <br />
 + Enter MST configuration mode<br />
 + Map VLANs 10 to 20 to MST instance 1<br />
 + Name the region certprepare<br />
 + Set the configuration revision to 1<br />
 + Display the pending configuration<br />
 + Apply the changes, and return to global configuration mode</p>
<p>The MST region appears as a single bridge to spanning tree configurations outside the region -> a MST region appears as a single virtual bridge to adjacent CST and MST regions -> E is correct.</p>
<p>By enabling MST you also enable RSTP because MST relies on the RSTP configuration to operate -> F is correct.</p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Which two statements concerning STP state changes are true? (Choose two)</p>
<p>A. Upon bootup, a port transitions from blocking to forwarding because it assumes itself as root.<br />
 B. Upon bootup, a port transitions from blocking to listening because it assumes itself as root.<br />
 C. Upon bootup, a port transitions from listening to forwarding because it assumes itself as root.<br />
 D. If a forwarding port receives no BPDUs by the max_age time limit, it will transition to listening.<br />
 E. If a forwarding port receives an inferior BPDU, it will transition to listening.<br />
 F. If a blocked port receives no BPDUs by the max_age time limit, it will transition to listening.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B F</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>Which statement correctly describes the Cisco implementation of RSTP?</p>
<p>A. PortFast, UplinkFast, and BackboneFast specific configurations are ignored in Rapid PVST mode.<br />
 B. RSTP is enabled globally and uses existing STP configuration.<br />
 C. Root and alternative ports transition immediately to the forwarding state.<br />
 D. Convergence is improved by using sub-second timers for the blocking, listening, learning, and forwarding port states.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>To turn on RSTP, use this command in global configuration mode:</p>
<table border="1">
<tbody>
<tr>
<td>Switch(config)# spanning-tree mode mst</td>
</tr>
</tbody>
</table>
<p>Note: This command turn on both MST &amp; RSTP.</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>The network administrator maps VLAN 10 through 20 to MST instance 2. How will this information be propagated to all appropriate switches?</p>
<p>A. Information will be carried in the RSTP BPDUs.<br />
 B. It will be propagated in VTP updates.<br />
 C. Information stored in the Forwarding Information Base and the switch will reply on query.<br />
 D. Multiple Spanning Tree must be manually configured on the appropriate switches.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaquestionsnumber">Question 10</p>
<p>Which MST configuration statement is correct?</p>
<p>A. MST configurations can be propagated to other switches using VTP.<br />
 B. After MST is configured on a Switch, PVST+ operations will also be enabled by default.<br />
 C. MST configurations must be manually configured on each switch within the MST region.<br />
 D. MST configurations only need to be manually configured on the Root Bridge.<br />
 E. MST configurations are entered using the VLAN Database mode on Cisco Catalyst switches.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-questions-3/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STP Questions 4</title>
		<link>http://www.certprepare.com/stp-questions-4</link>
		<comments>http://www.certprepare.com/stp-questions-4#comments</comments>
		<pubDate>Mon, 13 Feb 2012 01:19:54 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=204</guid>
		<description><![CDATA[Here you will find answers to STP Questions &#8211; Part 4 Question 1 While logged into a Company switch you issue the following command: CompanySwitch(config-mst)#instance 10 vlan 11-12 What does this command accomplish? A. It enables a PVST+ instance of 10 for vlan 11 and vlan 12 B. It enables vlan 11 and vlan 12 [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to STP Questions &#8211; Part 4</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>While logged into a Company switch you issue the following command:</p>
<p>CompanySwitch(config-mst)#instance 10 vlan 11-12</p>
<p>What does this command accomplish?</p>
<p>A. It enables a PVST+ instance of 10 for vlan 11 and vlan 12<br />
 B. It enables vlan 11 and vlan 12 to be part of the MST region 10<br />
 C. It maps vlan 11 and vlan 12 to the MST instance of 10.<br />
 D. It creates an Internal Spanning Tree (1ST) instance of 10 for vlan 11 and vlan 12<br />
 E. It create a Common Spanning Tree (CST) instance of 10 for vlan 11 and vlan 12<br />
 F. It starts two instances of MST, one instance for vlan 11 and another instance for vlan 12.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaexplanation">Explanation</p>
<p>MST maps multiple VLANs that have the same traffic flow requirements into the same spanning-tree instance. The main enhancement introduced by MST raises the problem, however, of determining what VLAN is to be associated with what instance. More precisely, based on received BPDUs, devices need to identify these instances and the VLANs that are mapped to the instance.</p>
<p>An example of configuring MST on a switch is shown below:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Configuration</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>Switch(config)# spanning-tree mode mst</td>
<td>Turn on MST (and RSTP) on this switch</td>
</tr>
<tr>
<td>Switch(config)# spanning-tree mst configuration</td>
<td>Enter MST configuration submode</td>
</tr>
<tr>
<td>Switch(config-mst)# name certprepare</td>
<td>Name MST instance</td>
</tr>
<tr>
<td>Switch(config-mst)# revision 5</td>
<td>Set the 16-bit MST revision number. It is not incremented automatically when you commit a new MST configuration.</td>
</tr>
<tr>
<td>Switch(config-mst)#instance 1 vlan 5-10</td>
<td>Map instance 1 with respective VLANs (VLAN 5 to 10)</td>
</tr>
<tr>
<td>Switch(config-mst)#instance 2 vlan 11-15</td>
<td>Map instance 2 with respective VLANs (VLAN 11 to 15)</td>
</tr>
</tbody>
</table>
<p>Note: To be part of a common MST region, a group of switches must share the same configuration attributes. In particular, <strong>the  configuration name (or region name &#8211; 32 bits), revision number (16  bits), and VLAN mapping (associate VLANs with spanning-tree instances) </strong>need to be the same for all the switches within the same region.</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>By default, all VLANs will belong to which MST instance when using Multiple STP?</p>
<p>A. MST00<br />
 B. MST01<br />
 C. the last MST instance configured<br />
 D. none</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A</p>
<p class="ccnaexplanation">Explanation</p>
<p>By default, all VLANs are assigned to MST instance 0. Instance 0 is known as the Internal Spanning-Tree (IST), which is reserved for interacting with other Spanning-Tree Protocols (STPs) and other MST regions.</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>What will occur when a nonedge switch port that is configured for Rapid Spanning Tree does not receive a BPDU from its neighbor for three consecutive hello time intervals?</p>
<p>A. RSTP information is automatically aged out.<br />
 B. The port sends a TCN to the root bridge.<br />
 C. The port moves to listening state,<br />
 D. The port becomes a normal spanning tree port.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation</p>
<p>In STP 802.1D, a non-root bridge only generates BPDUs when it receives one on the root port. But in RSTP 802.1w, a bridge sends a BPDU with its current information every <strong>hello-time</strong> seconds (2 by default), even if it does not receive any from the root bridge. Also, on a given port, if hellos are not received three consecutive times, protocol information can be immediately aged out (or if max_age expires). Because of the previously mentioned protocol modification, BPDUs are now used as a keep-alive mechanism between bridges. A bridge considers that it loses connectivity to its direct neighbor root or designated bridge if it misses three BPDUs in a row. This fast aging of the information allows quick failure detection. If a bridge fails to receive BPDUs from a neighbor, it is certain that the connection to that neighbor is lost. This is opposed to 802.1D where the problem might have been anywhere on the path to the root.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml</a>)</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>A port in a redundant topology is currently in the blocking state and is not receiving BPDUs. To ensure that this port does not erroneously transition to the forwarding state, which command should be configured to satisfy the requirement?</p>
<p>A. Switch(config)#spanning-tree loopguard default<br />
 B. Switch(config-if)#spanning-tree bpdufilter <br />
 C. Switch(config)#udld aggressive <br />
 D. Switch(config-if)#spanning-tree bpduguard</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A</p>
<p class="ccnaexplanation">Explanation</p>
<p>Loop guard prevents alternate or root ports from becoming the designated port due to a failure that could lead to a unidirectional link. An example is shown below:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/STP/STP_loop_guard.jpg" alt="STP_loop_guard.jpg" width="260" height="240" /></p>
<p>Suppose S1 is the root bridge. S3&#8242;s port connected with S2 is currently blocked. Because of unidirectional link failure on the link <br />
 between S2 and S3, S3 is not receiving BPDUs from S2.</p>
<p>Without loop guard, the blocking port on S3 will transition to listening (upon max age timer expiration) -> learning -> forwarding state which create a loop.n</p>
<p>With loop guard enabled, the blocking port on S3 will transition into the STP loop-inconsistent state upon expiration of the max age timer. Because a port in the STP loop-inconsistent state will not pass user traffic, no  loop is created. The loop-inconsistent state is effectively equal to the blocking state.</p>
<p>To enable loop guard globally use the command<strong> spanning-tree loopguard default</strong>.</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>You are the administrator of a switch and currently all host-connected ports are configured with the portfast command. You have received a new directive from your manager that states that, in the future, any host-connected port that receives a BPDU should automatically disable PortFast and begin transmitting BPDUs. Which of the following commands will support this new requirement?</p>
<p>A. Switch(config)# spanning-tree portfast bpduguard default<br />
 B. Switch(config-if)# spanning-tree bpduguard enable<br />
 C. Switch(config-if)# spanning-tree bpdufilter enable<br />
 D. Switch(config)# spanning-tree portfast bpdufilter default</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaexplanation">Explanation</p>
<p>The bpdufilter option feature  is used to globally enable BPDU filtering on all Port Fast-enabled interfaces and this prevent the switch interfaces connected to end stations from sending or receiving BPDUs.</p>
<p>Note: The <strong>spanning-tree portfast bpdufilter default</strong> global configuration command can be overridden by the <strong>spanning-tree bdpufilter enable </strong>command in interface mode.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Which two statements correctly describe characteristics of the PortFast feature? (Choose two)</p>
<p>A. STP will be disabled on the port.<br />
 B. PortFast can also be configured on trunk ports.<br />
 C. PortFast is required to enable port-based BPDU guard.<br />
 D. PortFast is used for both STP and RSTP host ports.<br />
 E. PortFast is used for STP-only host ports.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>You can use PortFast on switch or trunk ports connected to a single workstation, switch, or server to allow those devices to connect to the network immediately, instead of waiting for the port to transition from the listening and learning states to the forwarding state -> B is correct.</p>
<p>Also, PortFast can be used for both STP and RSTP -> D is correct.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst4000/7.4/configuration/guide/stp_enha.html" target="_blank">http://www.cisco.com/en/US/docs/switches/lan/catalyst4000/7.4/configuration/guide/stp_enha.html</a>)</p>
<p>Answer C is not correct because BPDU guard can be enabled without  PortFast. But what will happen if the PortFast and BPDU guard features  are configured on the same port?</p>
<p>Well, at the reception of BPDUs, the BPDU guard operation disables the  port that has PortFast configured. The BPDU guard transitions the port  into errdisable state, and a message appears on the console</p>
<table border="1">
<tbody>
<tr>
<td>2000 May 12 15:13:32 %SPANTREE-2-RX_PORTFAST:Received BPDU on PortFast enable port. Disabling 2/1 2000 <br />
 May 12 15:13:32 %PAGP-5-PORTFROMSTP:Port 2/1 left bridge port 2/1</td>
</tr>
</tbody>
</table>
<p>(Reference and good resource: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a008009482f.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a008009482f.shtml</a>)</p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Which of the following commands can be issued without interfering with the operation of loop guard?</p>
<p>A. Switch(config-if)#spanning-tree guard root<br />
 B. Switch(config-if)#spanning-tree portfast<br />
 C. Switch(config-if)#switchport mode trunk<br />
 D. Switch(config-if)#switchport mode access</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaexplanation">Explanation</p>
<p>PortFast &amp; Root guard should be placed on ports configured as access ports while loop guard should be placed on trunk ports -> we can use the &#8220;switchport mode trunk&#8221; without interfering with the operation of loop guard.</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>Which statement correctly describes enabling BPDU guard on an access port that is also enabled for PortFast?</p>
<p>A. Upon startup, the port transmits 10 BPDUs. If the port receives a BPDU, PortFast and BPDU guard are disabled on that port and it assumes normal STP operation.<br />
 B. The access port ignores any received BPDU.<br />
 C. If the port receives a BPDU, it is placed into the error-disable state.<br />
 D. BPDU guard is only configured globally and the BPDU filter is required for port-level configuration.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaexplanation">Explanation</p>
<p>If any BPDU is received on a port where BPDU guard is enabled, that port is put into the err-disable state immediately. The port is shut down in an error condition and must be either manually re-enabled or automatically recovered through the errdisable timeout function.</p>
<p>Note: A port that has PortFast enabled also has BPDU guard automatically enabled. By combining PortFast &amp; BPDU guard we have a port that can quickly enter the Forwarding state from Blocking state and automatically shut down when receiving BPDUs.</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>Why is BPDU guard an effective way to prevent an unauthorized rogue switch from altering the spanning-tree topology of a network?</p>
<p>A. BPDU guard can guarantee proper selection of the root bridge.<br />
 B. BPDU guard can be utilized along with PortFast to shut down ports when a switch is connected to the port.<br />
 C. BPDU guard can be utilized to prevent the switch from transmitteing BPDUs and incorrectly altering the root bridge election. <br />
 D. BPDU guard can be used to prevent invalid BPDUs from propagating throughout the network.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaquestionsnumber">Question 10</p>
<p>Which three statements about STP timers are true? (Choose three)</p>
<p>A. STP timers values (hello, forward delay, max age) are included in each BPDU.<br />
 B. A switch is not concerned about its local configuration of the STP timers values. It will only consider the value of the STP timers contained in the BPDU it is receiving.<br />
 C. To successfully exchange BPDUs between two switches, their STP timers value (hello, forward delay, max age) must be the same.<br />
 D. If any STP timer value (hello, forward delay, max age) needs to be changed, it should at least be changed on the root bridge and backup root bridge.<br />
 E. On a switched network with a small network diameter, the STP hello timer can be tuned to a lower value to decrease the load on the switch CPU.<br />
 F. The root bridge passes the timer information in BPDUs to all routers in the Layer 3 configuration.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>Each BPDU includes the hello, forward delay, and max age STP timers. An IEEE bridge is not concerned about the local configuration of the timers value. The IEEE bridge considers the value of the timers in the BPDU that the bridge receives. Effectively, only a timer that is configured on the root bridge of the STP is important. If you lose the root, the new root starts to impose its local timer value on the entire network. So, even if you do not need to configure the same timer value in the entire network, you must at least configure any timer changes on the root bridge and on the backup root bridge.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml</a>)</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-questions-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STP Questions 5</title>
		<link>http://www.certprepare.com/stp-questions-5</link>
		<comments>http://www.certprepare.com/stp-questions-5#comments</comments>
		<pubDate>Sun, 12 Feb 2012 13:27:28 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=210</guid>
		<description><![CDATA[Here you will find answers to STP Questions &#8211; Part 5 Quick notes: BPDU filtering: prevents the switch interfaces connected to end stations from sending or receiving BPDUs. BPDU port-guard: If any BPDU is received on a port where BPDU guard is enabled, that port is put into the err-disable state immediately. Question 1 Refer [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to STP Questions &#8211; Part 5</p>
<p><!--adsense--></p>
<p>Quick notes:</p>
<p>BPDU filtering: prevents the switch interfaces connected to end stations from sending or receiving BPDUs.<br />
 BPDU port-guard: If any BPDU is received on a port where BPDU guard is enabled, that port is put into the err-disable state immediately.</p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>Refer to the exhibit. Which statement is true about the output?</p>
<table border="1">
<tbody>
<tr>
<td>CAT1# <strong>show spanning-tree interface FastEthernet 0/1 detail</strong><br />
 Port 1 (FastEthernet0/1) of VLAN0001 is forwarding <br />
 Port path cost 19, Port priority 128, Port Identifier 128.1. <br />
 Designated root has priority 32769, address 000a.4107.7400 <br />
 Designated bridge has priority 32769, address 000a.4107.7400 <br />
 Designated port id is 128.1, designated path cost 0 <br />
 Timers: message age 0, forward delay 0, hold 0 <br />
 Number of transitions to forwarding state: 1 <br />
 BPDU: sent 237, received 1</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td>CAT2# <strong>show spanning-tree interface FastEthernet 0/2 detail</strong><br />
 Port 2 (FastEthernet0/2) of VLAN0001 is blocking <br />
 Port path cost 19, Port priority 128, Port Identifier 128.2. <br />
 Designated root has priority 32769, address 000a.4107.7400 <br />
 Designated bridge has priority 32769, address 000a.4107.7400 <br />
 Designated port id is 128.1, designated path cost 0<br />
 Timers: message age 1, forward delay 0, hold 0 <br />
 Number of transitions to forwarding state: 0 <br />
 BPDU: sent 1, received 242</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td>CAT3#<strong> show spanning-tree interface FastEthernet 0/1 detail</strong><br />
 Port 1 (FastEthernet0/1) of VLAN0001 is forwarding <br />
 Port path cost 19, Port priority 128, Port Identifier 128.1. <br />
 Designated root has priority 32769, address 000a.4107.7400 <br />
 Designated bridge has priority 32769, address 000a.4107.7400 <br />
 Designated port id is 128.1, designated path cost 0 <br />
 Timers: message age 0, forward delay 0, hold 0 <br />
 Number of transitions to forwarding state: 1<br />
 BPDU: sent 24, received 0</td>
</tr>
</tbody>
</table>
<p>A. The port on switch CAT1 is forwarding and sending BPDUs correctly.<br />
 B. The port on switch CAT1 is blocking and sending BPDUs correctly.<br />
 C. The port on switch CAT2 is forwarding and receiving BPDUs correctly.<br />
 D. The port on switch CAT2 is blocking and sending BPDUs correctly.<br />
 E. The port on switch CAT3 is forwarding and receiving BPDUs correctly.<br />
 F. The port on switch CAT3 is forwarding, sending, and receiving BPDUs correctly.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation</p>
<p>From the first lines of the &#8220;show&#8221; commands and the BPDU sent and received we can conclude:</p>
<p>CAT1 is forwarding and sending BPDUs correctly (BPDU: sent 237, received 1) but it is not receiving BPDUs.<br />
 CAT2 is blocking and receiving BPDUs correctly (BPDU: sent 1, received 242) but it is not sending BPDUs.<br />
 CAT3 is forwarding and sending BPDUs correctly (BPDU: sent 24, received 0) but it is not receiving BPDUs.</p>
<p>-> only answer A is correct.</p>
<p class="ccnaquestionsnumber">Question 2</p>
<p>Which of the following specifications is a companion to the IEEE 802.1w Rapid Spanning Tree Protocol (RSTP) algorithm, and warrants the use multiple spanning-trees?</p>
<p>A. IEEE 802.1s (MST)<br />
 B. IEEE 802.1Q (CST)<br />
 C. Cisco PVST+<br />
 D. IEEE 802.1d (STP)</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A</p>
<p class="ccnaexplanation">Explanation</p>
<p>MST maps multiple VLANs into a spanning tree instance, with each instance having a spanning tree topology independent of other spanning tree instances. This architecture provides multiple forwarding paths for data traffic, enables load balancing, and reduces the number of STP instances required to support a large number of VLANs. MST improves the fault tolerance of the network because a failure in one instance (forwarding path) does not affect other instances (forwarding paths).</p>
<p>Note: RSTP is automatically turned on along with MST (the &#8220;spanning-tree mode mst&#8221; in global configuration mode will turn on both RSTP &amp; MST)</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli_rel_4_0_1a/MST.html" target="_blank">http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli_rel_4_0_1a/MST.html</a>)</p>
<p><span class="ccnaquestionsnumber">Question 3</span></p>
<p>What two things will occur when an edge port receives a BPDU? (Choose two)</p>
<p>A. The port immediately transitions to the Forwarding state.<br />
 B. The switch generates a Topology Change Notification (TCN) BPDU.<br />
 C. The port immediately transitions to the err-disable state.<br />
 D. The port becomes a normal STP switch port.</p>
<p class="ccnacorrectanswers"><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B D</p>
<p class="ccnaexplanation">Explanation</p>
<p>The concept of edge port basically corresponds to the PortFast feature. An edge port directly transitions to the forwarding state, and skips the listening and learning stages. An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml#edge" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml#edge</a>)</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>Which statement is true about RSTP topology changes?</p>
<p>A. Only nonedge ports moving to the blocking state generate a TC BPDU.<br />
 B. Any loss of connectivity generates a TC BPDU.<br />
 C. Any change in the state of the port generates a TC BPDU.<br />
 D. Only nonedge ports moving to the forwarding state generate a TC BPDU.<br />
 E. If either an edge port or a nonedge port moves to a block state, then a TC BPDU is generated.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>D</p>
<p class="ccnaexplanation">Explanation</p>
<p>When a Switch (Bridge) discovers topology change, it generates a TCN (Topology Change Notification) BPDU (Bridge Protocol Data Unit) and sends the TCN BPDU on its root port. The upstream Switch (Bridge) responds back the sender with TCA (Topology Change Acknowledgment) BPDU (Bridge Protocol Data Unit) and TCA (Topology Change Acknowledgment) BPDU (Bridge Protocol Data Unit)<br />
 The upstream Switch (Bridge) (bridge which received the TCN BPDU) generates another TCN BPDU and sends out via its Root Port. The process continues until the Root Switch (Bridge) receives the TCN BPDU.<br />
 When the Root Switch (Bridge) is aware that there is a topology change in the network, it starts to send out its Configuration BPDUs with the topology change (TC) bit set. Configuration BPDUs are received by every Switch (Bridge) in the network and all bridges become aware of the network topology change.</p>
<p>The switch never generates a TCN when a port configured for PortFast goes up or down -> it means no TC will be created for PortFast (or Edge Port) -> D is correct.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094797.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094797.shtml</a>)</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>Which of the following conditions guarantees that a broadcast storm cannot occur?</p>
<p>A. a native VLAN mismatch on either side of an 802.1Q link<br />
 B. BPDU filter configured on a link to another switch<br />
 C. Spanning Tree Protocol enabled on both Layer 2 and multilayer switches<br />
 D. PortFast enabled on all access and trunk ports</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Which two statements are true about port BPDU Guard and BPDU filtering? (Choose two)</p>
<p>A. BPDU guard can be enabled globally, whereas BPDU filtering must be enabled on a per-interface basis.<br />
 B. When globally enabled, BPDU port-guard and BPDU filtering apply only to PortFast enabled ports.<br />
 C. When globally enabled. BPDU port-guard and BPDU filtering apply only to trunking-enabled ports.<br />
 D. When a BPDU is received on a BPDU port-guard enabled port, the interface goes into the err-disabled state.<br />
 E. When a BPDU is received on a BPDU filtering enabled port, the interface goes into the err-disabled state.<br />
 F. When a BPDU is received on a BPDU filtering enabled port, the interface goes into the STP blocking state.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B D</p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Which of the following will generate an RSTP topology change notification?</p>
<p>A. an edge port that transitions to the forwarding state<br />
 B. a non-edge port that transitions to the blocking state<br />
 C. a non-edge port that transitions to the forwarding state<br />
 D. an edge port that transitions to the blocking state<br />
 E. any port that transitions to the blocking state<br />
 F. any port that transitions to the forwarding state</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>What is the effect of configuring the following command on a switch?</p>
<table border="1">
<tbody>
<tr>
<td>Switch(config)# spanning-tree portfast bpdufilter default</td>
</tr>
</tbody>
</table>
<p>A. If BPDUs are received by a port configured for PortFast, then PortFast is disabled and the BPDUs are processed normally.<br />
 B. If BPDUs are received by a port configured for PortFast, they are ignored and none are sent.<br />
 C. If BPDUs are received by a port configured for PortFast, the port will transition to forwarding state.<br />
 D. The command will enable BPDU filtering on all ports regardless of whether they are configured for BPDU filtering at the interface level.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A</p>
<p class="ccnaexplanation">Explanation</p>
<p>Please read the explanation of Question 3</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>Refer to the show spanning-tree mst configuration output shown in the exhibit. What should be changed in the configuration of the switch SW_2 in order for it to participate in the same MST region?</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/spanning-tree_mst_configuration.jpg" alt="spanning-tree_mst_configuration.jpg" width="645" height="105" /></p>
<p>A. Switch SW_2 must be configured with the revision number of 2.<br />
 B. Switch SW_2 must be configured with a different VLAN range.<br />
 C. Switch SW_2 must be configured with the revision number of 1.<br />
 D. Switch SW_2 must be configured with a different MST name.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaquestionsnumber">Question 10</p>
<p>Switch R1 has been configured with the root guard feature. What statement is true if the spanning tree enhancement Root Guard is enabled?<br />
 A. If BPDUs are not received on a non-designated port, the port is moved into the STP loop-inconsistent blocked state<br />
 B. If BPDUs are received on a PortFast enabled port, the port is disabled.<br />
 D C. If superior BPDUs are received on a designated port, the interface is placed into the root-inconsistent blocked state.<br />
 D. If inferior BPDUs are received on a root port, all blocked ports become alternate paths to the root bride.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>C</p>
<p class="ccnaquestionsnumber">Question 11</p>
<p>Based on the show spanning-tree vlan 200 output shown in the exhibit, which two statements about the STP process for VLAN 200 are true? (Choose two)</p>
<p><img src="http://www.certprepare.com/images/SWITCH/STP/show_spanning-tree_vlan.jpg" alt="show_spanning-tree_vlan.jpg" width="530" height="350" /></p>
<p>A. BPDUs will be sent out every two seconds.<br />
 B. The time spent in the listening state will be 30 seconds.<br />
 C. The time spent in the learning state will be 15 seconds.<br />
 D. The maximum length of time that the BPDU information will be saved is 30 seconds. <br />
 E. This switch is the root bridge for VLAN 200.<br />
 F. BPDUs will be sent out every 10 seconds.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B F</p>
<p class="ccnaexplanation">Explanation</p>
<p>From the output you learn that:</p>
<p>+ This is not the root bridge for VLAN 200 (it does not have the line &#8220;This bridge is the root&#8221; and the root bridge information is shown first. It has a Alternative port).<br />
 + The root bridge is sending Hello every 10 seconds, Max Age is 20 seconds and Forward Delay is 15 seconds while the local bridge is sending Hello every 2 seconds, Max Age is 20 seconds and Forward Delay is 15 seconds.</p>
<p>Aan IEEE bridge is not concerned about the local configuration of the timers value. The IEEE bridge considers the value of the timers in the BPDU that the bridge receives. Effectively, only a timer that is configured on the root bridge of the STP is important. In this case, the local switch will import STP timers from the root bridge -> The listening state (or learning state) will be 30 seconds, which equals to Forward Delay. Also BPDUs will be sent out every 10 seconds (Hello packets).</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080094954.shtml</a>)</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/stp-questions-5/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>EtherChannel Questions</title>
		<link>http://www.certprepare.com/etherchannel-questions</link>
		<comments>http://www.certprepare.com/etherchannel-questions#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:40:28 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=166</guid>
		<description><![CDATA[Here you will find answers to EtherChannel Questions Notes: The Port Aggregation Protocol (PAgP) and Link Aggregation Control Protocol (LACP) facilitate the automatic creation of EtherChannels by exchanging packets between Ethernet interfaces. The Port Aggregation Protocol (PAgP) is a Cisco-proprietary solution, and the Link Aggregation Control Protocol (LACP) is standards based. LACP modes: + on: [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to EtherChannel Questions</p>
<p><!--adsense--></p>
<p>Notes:</p>
<p>The Port Aggregation Protocol (PAgP) and Link Aggregation Control Protocol (LACP) facilitate the automatic creation of EtherChannels by exchanging packets between Ethernet interfaces. The Port Aggregation Protocol (PAgP) is a Cisco-proprietary solution, and the Link Aggregation Control Protocol (LACP) is standards based.</p>
<p><strong>LACP modes:</strong></p>
<p>+ on: the link aggregation is forced to be formed without any LACP negotiation. A port-channel is formed only if the peer port is also in &#8220;on&#8221; mode. <br />
 + off: disable LACP and prevent ports to form a port-channel<br />
 + passive: the switch does not initiate the channel, but does understand incoming LACP packets<br />
 + active: send LACP packets and willing to form a port-channel</p>
<p><strong>PAgP modes:</strong></p>
<p>+ on: The link aggregation is forced to be formed without any PAgP negotiation. A port-channel is formed only if the peer port is also in &#8220;on&#8221; mode. <br />
 + off: disable PAgP and prevent ports to form a port-channel<br />
 + desirable: send PAgP packets and willing to form a port-channel<br />
 + auto: does not start PAgP packet negotiation but responds to PAgP packets it receives</p>
<p>An EtherChannel in Cisco can be defined as a Layer 2 EtherChannel or a Layer 3 EtherChannel. <br />
 + For Layer 2 EtherChannel, physical ports are placed into an EtherChannel group. A logical port-channel interface will be created automatically. An example of configuring Layer 2 EtherChannel can be found in Question 1 in this article.</p>
<p>+ For Layer 3 EtherChannel, a Layer 3 Switch Virtual Interface (SVI) is created and then the physical ports are bound into this Layer 3 SVI. An example of configuring Layer 3 EtherChannel can be found in Question 6 in this article.</p>
<p class="ccnaquestionsnumber">Question 1</p>
<p>Refer to the exhibit. LACP has been configured on Switch1 as shown. Which is the correct command set to configure LACP on Switch2?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/LACP_channel-group.jpg" alt="LACP_channel-group.jpg" width="430" height="230" /></p>
<p>A.    <br />
 Switch2# configure terminal<br />
 Switch2(config)# interface range gigabitethernet3/1 -2 <br />
 Switch2(config-if)# channel-group 5 mode auto</p>
<p>B.    <br />
 Switch2# configure terminal<br />
 Switch2(config)# interface range gigabitethemet3/1 -2 <br />
 Switch2(config-if)# channel-group 5 mode passive</p>
<p>C.    <br />
 Switch2# configure terminal<br />
 Switch2(config)# interface range gigabitethernet3/1 -2 <br />
 Switch2(config-if)# channel-group 5 mode desirable</p>
<p>D.    <br />
 Switch2# configure terminal<br />
 Switch2(config)# interface range gigabitethernet3/1 -2 <br />
 Switch2(config-if)# channel-group 5 mode on</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>B</p>
<p class="ccnaexplanation">Explanation</p>
<p>LACP trunking supports four modes of operation, as follows:<br />
 * <strong>On</strong>: The link aggregation is forced to be formed without any LACP negotiation. In other words, the switch will neither send the LACP packet nor process any incoming LACP packet. This is similar to the on state for PAgP.<br />
 * <strong>Off</strong>: The link aggregation will not be formed. We do not send or understand the LACP packet. This is similar to the off state for PAgP.<br />
 * <strong>Passive</strong>: The switch does not initiate the channel, but does understand incoming LACP packets. The peer (in active state) initiates negotiation (by sending out an LACP packet) which we receive and reply to, eventually forming the aggregation channel with the peer. This is similar to the auto mode in PAgP.<br />
 * <strong>Active</strong>: We are willing to form an aggregate link, and initiate the negotiation. The link aggregate will be formed if the other end is running in LACP active or passive mode. This is similar to the desirable mode of PAgP.</p>
<p>LACP does not have &#8220;auto&#8221; &amp; &#8220;desirable&#8221; modes so A &amp; C are not correct.</p>
<p>Also there are only three valid combinations to run the LACP link aggregate, as follows:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Switch</strong></td>
<td><strong>Switch</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>active</td>
<td>active</td>
<td>Recommended</td>
</tr>
<tr>
<td>active</td>
<td>passive</td>
<td>Link aggregation occurs if negotiation is successful.</td>
</tr>
<tr>
<td>on</td>
<td>on</td>
<td>Link aggregation occurs without LACP. Although this works, it is not recommended.</td>
</tr>
</tbody>
</table>
<p>Therefore if Switch1 is set &#8220;active&#8221; mode, we cannot set &#8220;on&#8221; mode on Switch2 -> D is not correct.</p>
<p>Only answer B is suitable in this case.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094470.shtml" target="_blank">http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094470.shtml</a>)</p>
<p>An example of configuring Layer 2 EtherChannel using LACP (applied these commands to both switches):</p>
<table border="1">
<tbody>
<tr>
<td>SW(config)#interface range f0/1 &#8211; 2<br />
 SW(config-if-range)#channel-group 1 mode active</td>
</tr>
</tbody>
</table>
<p class="ccnaquestionsnumber">Question 2</p>
<p>Refer to the exhibit. The command switchport mode access is issued on interface FastEthernet0/13 on switch CAT1. What will be the result?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/channel-group_switchport-mode-access.jpg" alt="channel-group_switchport-mode-access.jpg" width="340" height="410" /></p>
<p>A. The command will be rejected by the switch.<br />
 B. Interfaces FastEthernet0/13 and FastEthemet0/14 will no longer be bundled.<br />
 C. Dynamic Trunking Protocol will be turned off on interfaces FastEthernet0/13 and FastEthemet0/14.<br />
 D. Interfaces FastEthernet0/13 and FastEthernet0/14 will only allow traffic from the native VLAN.<br />
 E. Interfaces FastEthernet0/13 and FastEthernet0/14 will continue to pass traffic for VLANs 88,100,360.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation</p>
<p>The default channel protocol in Cisco switches is Port Aggregation Protocol (PAgP). PAgP groups the interfaces with the same speed, duplex mode, native VLAN, VLAN range, and trunking status and type. After grouping the links into an EtherChannel, PAgP adds the group to the spanning tree as a single switch port.</p>
<p>An interface in the <strong>on </strong>mode that is added to a port channel is forced to have the same characteristics as the already existing on mode interfaces in the channel (applied for both PAgP &amp; LACP). So if we configure &#8220;switchport mode access&#8221; on Fa0/13, this interface will no longer be bundled with Fa0/14.</p>
<p>(Reference: <a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_14_ea1/configuration/guide/swethchl.html#wpxref12539" target="_blank">http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_14_ea1/configuration/guide/swethchl.html#wpxref12539</a>)</p>
<p class="ccnaquestionsnumber">Question 3</p>
<p>What is the result of entering the command &#8220;port-channel load-balance src-dst-ip&#8221; on an EtherChannel link?</p>
<p>A. Packets are distributed across the ports in the channel based on both the source and destination MAC addresses.<br />
 B. Packets are distributed across the ports in the channel based on both the source and destination IP addresses.<br />
 C. Packets are balanced across the ports in the channel based first on the source MAC address, then on the destination MAC address, then on the IP address.<br />
 D. Packets are distributed across the access ports in the channel based first on the source IP address and then the destination IP addresses.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation</p>
<p>The syntax of configuring load balancing on a Cisco switch is:</p>
<table border="1">
<tbody>
<tr>
<td>Switch(config)# <strong>port-channel load-balance</strong> <em>method</em></td>
</tr>
</tbody>
</table>
<p>Many methods can be used here. By default, the &#8220;src-dst-ip&#8221; (source and destination IP address) method is used for Layer 3 switching. Let&#8217;s take an example to understand more about this method.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/EtherChannel_Load_balancing-src-dst-ip.jpg" alt="EtherChannel_Load_balancing-src-dst-ip.jpg" width="300" height="120" /></p>
<p>In the topology above, Switch1 uses the &#8220;src-dst-ip&#8221; method to load balancing traffic to Switch2. With this method, only one link is used for a specific pair of source &amp; destination IP address and the switch uses the XOR function to generate the hash that is used to determine which interface to use. Suppose the packets have the source IP of 1.1.1.1 &amp; destination IP of 1.1.1.2. Write them in binary we get:</p>
<p>1.1.1.1 = 0000 0001.0000 0001.0000 0001.0000 0001<br />
 1.1.1.2 = 0000 0001.0000 0001.0000 0001.0000 0010</p>
<p>In this case we have only 2 interfaces in this channel group so the XOR function only gets the last bit, which means 1 <strong>XOR </strong>0 = 1. Each interface is assigned an index that starts from 0 so Fa0/2 will be indexed 1 -> traffic will be sent over Fa0/2.</p>
<p>If we have 4 interfaces in a channel group then XOR function gets last 2 bits. If we have 8 interfaces, it gets 3 bits and so on. For example, with 8 interfaces the result will be 3 (because 001 <strong>XOR </strong>010 = 011) -> Fa0/4 will be used.</p>
<p>Note: If the two address values have the same bit value, the XOR result is always 0. If the two address bits differ, the XOR result is always 1. For example, 0 XOR 0 = 0; 0 XOR 1 = 1; 1 XOR 0 = 1; 1 XOR 1 = 0.</p>
<p>In conclusion, the &#8220;port-channel load-balance src-dst-ip&#8221; command uses a pair of source &amp; destination IP address to select the port to send traffic to -> B is correct.</p>
<p class="ccnaquestionsnumber">Question 4</p>
<p>Refer to the exhibit. Which statement is true about the display of the command &#8220;show pagp 1 neighbor&#8221; command?</p>
<p><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/show_pagp_neighbor.jpg" alt="show_pagp_neighbor.jpg" width="590" height="200" /></p>
<p>A. STP packets are sent out the Gi0/1 interface only.<br />
 B. STP packets are sent out both the Gi0/1 and Gi0/2 interfaces.<br />
 C. CDP packets are sent out the Gi0/1 interface only.<br />
 D. CDP packets are sent out the Gi0/2 interface only.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation</p>
<p>DTP and CDP send and receive packets over all the physical interfaces in the EtherChannel while STP always chooses the first operational port in an EtherChannel bundle -> A is correct.</p>
<p class="ccnaquestionsnumber">Question 5</p>
<p>Refer to the exhibit. On the basis of the information that is generated by the show commands, which two EtherChannel statements are true? (Choose two)</p>
<p><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/show_etherchannel_summary.jpg" alt="show_etherchannel_summary.jpg" width="350" height="590" /></p>
<p>A. Interfaces FastEthernet 0/1 and 0/2 have been configured with the channel-group 1 mode desirable command.<br />
 B. Interfaces FastEthernet 0/3 and 0/4 have been configured with the no switchport command.<br />
 C. Interface Port-Channels 1 and 2 have been assigned IP addresses with the ip address commands.<br />
 D. Port-Channels 1 and 2 are providing two 400 Mbps EtherChannels.<br />
 E. Port-Channels 1 and 2 are capable of combining up to 8 FastEthernet ports to provide full-duplex bandwidth of up to 16 Gbps between a switch and another switch or host.<br />
 F. Switch SW1 has been configured with a Layer 3 EtherChannel.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A D</p>
<p class="ccnaexplanation">Explanation</p>
<p>In fact answer A is not totally correct because two ports Fa0/1 &amp; Fa0/2 of Sw1 can use the &#8220;channel-group 1 mode auto&#8221; command while the peer ports use the &#8220;channel-group 1 mode desirable&#8221; command. But maybe it is the best choice in this case.</p>
<p>Answer B is not correct because this is a Layer 2 EtherChannel (from the lines &#8220;Po1 (<strong>S</strong>U)&#8221; &amp; &#8220;Group state = L2&#8243;) but the &#8220;no switchport&#8221; is only used to configure Layer 3 EtherChannel.</p>
<p>Answer C is not correct because the port-channel is automatically created in a Layer 2 EtherChannel.</p>
<p>In this case we can see the ports are FastEthernet ports -> Port-Channels 1 and 2 are capable of combining up to 8 FastEthernet ports to provide full-duplex bandwidth of up to 1.6 Gbps (8 links of FastEthernet ports), not 16 Gbps. Port-Channels can provide up to 16 Gbps if they group 8 links of GigabitEthernet -> E is not correct.</p>
<p>SW1 has been configured with a Layer 2 EtherChannel (from the lines &#8220;Po1 (<strong>S</strong>U)&#8221; &amp; &#8220;Group state = L2&#8243;) -> F is not correct.</p>
<p>Usually the EtherChannel protocol is shown when using the &#8220;show etherchannel summary&#8221; command (after the &#8220;Port-channel&#8221; column) but in this case we see no &#8220;protocol&#8221; column so we can assume it uses the default EtherChannel protocol PAgP.</p>
<p>There are 2 ports in each group so there are 4 Ethernet ports in total -> 4 x 100Mbps = 400Mbps in full duplex (which means &#8220;two 400 Mbps EtherChannels&#8221; in answer D) -> D is correct.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6</p>
<p>Which statement is true regarding the Port Aggregation Protocol?</p>
<p>A. Configuration changes made on the port-channel interface apply to all physical ports assigned to the portchannel interface.<br />
 B. Configuration changes made on a physical port that is a member of a port-channel interface apply to the port-channel interface.<br />
 C. Configuration changes are not permitted with Port Aggregation Protocol; instead, the standardized Link Aggregation Control Protocol should be used if configuration changes are required. <br />
 D. The physical port must first be disassociated from the port-channel interface before any configuration changes can be made.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation</p>
<p>The port-channel interface represents for the whole bundle and all the configurations on this interface are applied to all physical ports that are assigned to this logical interface.</p>
<p>Note: We must manually create port-channel logical interface when configuring Layer 3 EtherChannels. The port-channel logical interface is automatically created when configuring Layer 2 EtherChannels (you can&#8217;t put Layer 2 ports into a manually created port channel interface).</p>
<p>An example of configuring Layer 3 EtherChannels with port-channel interfaces:</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/EtherChannel/EtherChannel_Load_balancing-src-dst-ip.jpg" alt="EtherChannel_Load_balancing-src-dst-ip.jpg" width="300" height="120" /></p>
<table border="1">
<tbody>
<tr>
<td>Switch1(config)# interface port-channel 1 <br />
 Switch1(config-if)# no switchport <br />
 Switch1(config-if)# ip address 192.168.1.1 255.255.255.0 <br />
 Switch1(config-if)# exit<br />
 Switch1(config)# interface range fastethernet0/1 -2 <br />
 Switch1(config-if-range)# no switchport <br />
 Switch1(config-if-range)# no ip address <br />
 Switch1(config-if-range)# channel-group 1 mode desirable</td>
<td>Switch2(config)# interface port-channel 1 <br />
 Switch2(config-if)# no switchport <br />
 Switch2(config-if)# ip address 192.168.1.2 255.255.255.0 <br />
 Switch2(config-if)# exit<br />
 Switch2(config)# interface range fastethernet0/1 -2 <br />
 Switch2(config-if-range)# no switchport<br />
 Switch2(config-if-range)# no ip address <br />
 Switch2(config-if-range)# channel-group 1 mode auto</td>
</tr>
</tbody>
</table>
<p>Note: The “no switchport” command is required to change interface from layer2 to layer3 mode.</p>
<p class="ccnaquestionsnumber">Question 7</p>
<p>Which three statements are true of the Link Aggregation Control Protocol (LACP)? (Choose three)</p>
<p>A. LACP is used to connect to non-Cisco devices.<br />
 B. LACP packets are sent with the command channel-group 1 mode desirable.<br />
 C. LACP packets are sent with the command channel-group 1 mode active.<br />
 D. Standby interfaces should be configured with a higher priority.<br />
 E. Standby interfaces should be configured with a lower priority.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer: </span>A C D</p>
<p class="ccnaexplanation">Explanation</p>
<p>LACP is part of the IEEE specification 802.3ad so that it can be used on non-Cisco devices -> A is correct.</p>
<p>With mode &#8220;active&#8221;, the switch will send LACP packets, initiates negotiations with remote ports and willing to form a port-channel if it receives a response -> C is correct.</p>
<p>LACP uses the port priority with the port number to form the port identifier. The port priority determines which ports should be put in standby mode when there is a hardware limitation that prevents all compatible ports from aggregating.</p>
<p>An example of configuring LACP port priority:</p>
<table border="1">
<tbody>
<tr>
<td>Router(config-if)# lacp port-priority 100</td>
</tr>
</tbody>
</table>
<p>Note: Valid range is from 1 to 65535. The higher the number, the lower the priority so standby interfaces should be configured with a higher priority -> D is correct.</p>
<p class="ccnaquestionsnumber">Question 8</p>
<p>Refer to the exhibit. What does the command channel-group 1 mode desirable do?</p>
<table border="1">
<tbody>
<tr>
<td><strong>Interface FastEthernet 0/13 <br />
 Channel-group 1 mode desirable</strong></td>
</tr>
</tbody>
</table>
<p>A. enables LACP unconditionally<br />
 B. enables PAgP only if a PAgP device is detected<br />
 C. enables PAgP unconditionally<br />
 D. enables Etherchannel only<br />
 E. enables LACP only if a LACP device is detected</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaexplanation">Explanation</p>
<p>First, &#8220;desirable&#8221; is a mode on PAgP, not LACP. &#8220;enable PAgP unconditionally&#8221; means that port will send PAgP packets to form an EtherChannel port (initiate negotiations with other ports). A channel is formed with another port group in either desirable or auto mode.</p>
<p>Note:</p>
<p>Mode &#8220;auto&#8221; enables PAgP only if a PAgP device is detected and mode &#8220;on&#8221; forces the port to form a channel.</p>
<p class="ccnaquestionsnumber">Question 9</p>
<p>Which statement best describes implementing a Layer 3 EtherChannel?</p>
<p>A. EtherChannel is a Layer 2 and not a Layer 3 feature.<br />
 B. Implementation requires switchport mode trunk and matching parameters between switches.<br />
 C. Implementation requires disabling switchport mode. <br />
 D. A Layer 3 address is assigned to the channel-group interface.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaexplanation">Explanation</p>
<p>By default, the ports on a multilayer switch (MLS) will all be running in Layer 2 mode. A port must be configured as a routing port before it is configured as a Layer 3 EtherChannel -> require to use the &#8220;no switchport&#8221; command.</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/etherchannel-questions/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>InterVLAN Routing</title>
		<link>http://www.certprepare.com/intervlan-routing</link>
		<comments>http://www.certprepare.com/intervlan-routing#comments</comments>
		<pubDate>Sun, 05 Feb 2012 14:23:45 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=23</guid>
		<description><![CDATA[Here you will find answers to InterVLAN Routing questions Question 1: Study the exhibit carefully. Both host stations are part of the same subnet but are in different VLANs. On the basis of the information presented in the exhibit, which statement is true about an attempt to ping from host to host? A &#8211; Layer [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to InterVLAN Routing questions</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1:</p>
<p>Study the exhibit carefully. Both host stations are part of the same subnet but are in different VLANs. On the basis of the information presented in the exhibit, which statement is true about an attempt to ping from host to host?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/InterVLANRouting/samesubnetDifferentVLAN.jpg" border="0" alt="samesubnetDifferentVLAN" width="703" height="359" /></p>
<p>A &#8211; Layer 3 device is needed for the ping command to be successful.<br />B &#8211; A trunk port will need to be configured on the link between SA and SB for the ping command to be successful. <br />C &#8211; The two different hosts will need to be in the same VLAN in order for the ping command to be successful.<br />D &#8211; The ping command will be successful without any further configuration changes.</p>
</p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p><span class="ccnaexplanation">Explanation: </span></p>
<p>For two hosts in different VLANs, we must use a layer 3 device to transport packages between them. However, in this case both switches are set in &#8220;access&#8221; mode therefore the VLAN information sent between them will be set as untagged. Moreover, they are in the same subnet so they can ping each other without a layer 3 device.</p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>Based on the following exhibit, which problem is preventing users on VLAN 100 from pinging addresses on VLAN 200?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/InterVLANRouting/routing_interVLAN.jpg" border="0" alt="routing_interVLAN" width="750" height="614" /></p>
<p>A &#8211; Native VLAN mismatch.<br />B &#8211; Subinterfaces should be created on Fa0/7 and Fa0/8 on DLS1.<br />C &#8211; Trunking needs to be enabled.<br />D &#8211; The ip routing command is missing on DLS1.</p>
</p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>To allow communication between two VLANs, we need to enables Layer 3 routing on the switch with the &#8220;ip routing&#8221; command. Some flatforms are enabled by default but some are not.</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>Based on the network diagram and routing table output in the exhibit, which one of these statements is true?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/InterVLANRouting/vlan10_20_routing.jpg" border="0" alt="vlan10_20_routing" width="597" height="485" /></p>
<p>A &#8211; InterVLAN routing has been configured properly, and the workstations have connectivity to each other.<br />B &#8211; InterVLAN routing will not occur since no routing protocol has been configured.<br />C &#8211; Although interVLAN routing is not enabled, both workstations will have connectivity to each other.<br />D &#8211; Although interVLAN routing is enabled, the workstations will not have connectivity to each other.<br />E &#8211; None of the above.</p>
</p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation:</p>
<p>In the output we can see both VLAN10 and VLAN20 are shown up (as networks 10.1.1.0 and 10.2.2.0) so the routing has been configured properly. Notice that the &#8220;C&#8221; letter indicates that these networks are directly connected with the router.</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>Study the following exhibit carefully, what is the reason that users from VLAN 100 can&#8217;t ping users on VLAN 200?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/InterVLANRouting/inter_Routing.jpg" border="0" alt="inter_Routing" width="600" height="535" /></p>
<p>A &#8211; IP routing needs to be enabled on the switch<br />B &#8211; Trunking needs to be enabled on Fa0/1<br />C &#8211; VLAN 1 needs the no shutdown command<br />D &#8211; The native VLAN is wrong</p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation:</p>
<p>The Fa0/1 interface on the switch is not configured with trunking mode. It needs to be configured as shown below:</p>
<p>SA(config)#interface Fa0/1<br />SA(config-if)#switchport mode trunk<br />SA(config-if)#switchport trunk encapsulation dot1q</p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>Assume that a host sends a packet to a destination IP address and that the CEF-based switch does not yet have a valid MAC address for the destination. How is the ARP entry (MAC address) of the next-hop destination in the FIB get?</p>
<p>A &#8211; The sending host must send an ARP request for it<br />B &#8211; All packets to the destination are dropped<br />C &#8211; The Layer 3 forwarding engine (CEF hardware) must send an ARP request for it<br />D &#8211; CEF must wait until the Layer 3 engine sends an ARP request for it</p>
<p class="ccnacorrectanswers">
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>If a valid MAC address for the destination is not found, the Layer 3 forwarding engine can&#8217;t forward the packet in hardware due to the missing Layer 2 next-hop address. Therefore the packet is sent to the Layer 3 Engine so that it can generate an ARP request (this is called the &#8220;CEF glean&#8221; state)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/InterVLANRouting/CEF_ARP.jpg" border="0" alt="CEF_ARP" width="364" height="395" /></p>
<p class="ccnaquestionsnumber" style="text-align: left;">Question 6:</p>
<p style="text-align: left;">CEF is a complete new routing switch technology . Which two table types are CEF components?(Choose two)</p>
<p style="text-align: left;">A &#8211; adjacency tables<br />B &#8211; caching tables<br />C &#8211; neighbor tables<br />D &#8211; forwarding information base</p>
<p style="text-align: left;"><span class="ccnacorrectanswers">Answer:</span> A D</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/intervlan-routing/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Voice Support Questions</title>
		<link>http://www.certprepare.com/voice-support-questions</link>
		<comments>http://www.certprepare.com/voice-support-questions#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:22:44 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=21</guid>
		<description><![CDATA[Here you will find answers to Voice Support Questions (Questions 1 to 4 use the same picture) Question 1: You work as a network technician, study the exhibit carefully. What is the effect on the trust boundary of configuring the command mls qos trust cos on the switch port that is connected to the IP [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to Voice Support Questions</p>
<p><!--adsense--></p>
<p>(Questions 1 to 4 use the same picture)</p>
<p class="ccnaquestionsnumber">Question 1:</p>
<p>You work as a network technician, study the exhibit carefully. What is the effect on the trust boundary of configuring the command mls qos trust cos on the switch port that is connected to the IP phone?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VoiceSupport/ip_phone.jpg" border="0" alt="ip_phone.jpg" width="580" height="122" /></p>
<p>A &#8211; Effectively the trust boundary has been moved to the IP phone.<br />
B &#8211; The host is now establishing the CoS value and has effectively become the trust boundary.<br />
C &#8211; The switch SW is rewriting packets it receives from the IP phone and determining the CoS value.<br />
D &#8211; The switch SW will no longer tag incoming voice packets and will trust the distribution layer switch to set the CoS.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation:</p>
<p>The &#8220;mls qos trust cos&#8221; command is used to configure the port trust state (by default, the port is not trusted). By using this command, you can configure the switch port to which the telephone is connected to trust the CoS labels of all traffic received on that port.</p>
<p>(Note: All current Cisco IP Phones include an internal three-port Layer 2 switch therefore you can think an IP Phone as a switch and network administrators generally accept a Cisco IP Phone as a trusted device.)</p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>If you are a network technician, study the exhibit carefully. Which switch interface configuration command would automatically configure quality of service (QoS) for voice over IP (VoIP) within a QoS domain?</p>
<p>A. auto qos voip cisco-phone<br />
B. mls qos trust<br />
C. switchport priority extend cos 7<br />
D. switchport priority extend trust</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation:</p>
<p>The command &#8220;mls qos trust&#8221; is used to configure the port trust state (by default, the port is not trusted).</p>
<p>The command &#8220;switchport priority extend cos 7&#8243; sets the IP phone port to override the priority received from the PC or the attached device (7 is the highest priority).</p>
<p>The command &#8220;switchport priority extend trust&#8221; tells the Cisco IP Phone to trust the CoS value of the connected PC without remark all packets sent form PC to CoS 0, by default.</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>Study the exhibit carefully. Which statement is true about the voice traffic coming to the switch access port that is connected to the IP phone?</p>
<p>A. The voice VLAN must be configured as a native VLAN on the switch.<br />
B. A PC connected to a switch port via an IP phone must support a trunking encapsulation.<br />
C. The traffic on the voice VLAN must be tagged with 802.1p encapsulation in order to coexist on the same LAN segment with a PC.<br />
D. A PC connected to a switch port via an IP phone is unaware of the presence of the phone.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p><span class="ccnaexplanation">Explanation:</span></p>
<p>The voice VLAN can be configured over a unique voice VLAN (known as the voice VLAN ID or VVID) or over native VLAN -> A is not correct.</p>
<p>The ports k between PC and IP Phone are always functioned as access-mode switch ports so there is no need to support a trunking encapsulation -> B is not correct.</p>
<p>The traffic on the voice VLAN can be tagged with 802.1p encapsulation or 802.1q encapsulation -> C is not correct.</p>
<p>Most Cisco IP Phone models operate as a three-port switch as shown below. Nowadays, the voice traffic and data traffic will normally be on different IP subnets and the IP Phone is unaware of the presence of the phone.</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VoiceSupport/ip_phone_2.jpg" border="0" alt="ip_phone_2.jpg" width="371" height="230" /></p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>Study the exhibit carefully. Which statement is true when voice traffic is forwarded on the same VLAN used by the data traffic?</p>
<p>A. Quality of service cannot be applied for the voice traffic.<br />
B. The voice traffic cannot be forwarded to the distribution layer.<br />
C. Port security cannot be enabled on the switch that is attached to the IP phone.<br />
D. The voice traffic cannot use 802.1p priority tagging.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>Which two codes are supported by Cisco VoIP equipment?</p>
<p>A. G.701 and G719<br />
B. G.711 and G.729<br />
C. G.721 and G.739<br />
D. G.731 and G.749</p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaquestionsnumber">Question 6:</p>
<p>Study the exhibit carefully, then tell me what is the problem with this configuration?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/VoiceSupport/show_run.jpg" border="0" alt="show_run.jpg" width="422" height="420" /></p>
<p>A &#8211; Spanning tree PortFast cannot be configured on a port where a voice VLAN is configured.<br />
B &#8211; The switch port must be configured as a trunk.<br />
C &#8211; Sticky secure MAC addresses cannot be used on a port when a voice VLAN is configured.<br />
D &#8211; Spanning tree PortFast cannot be configured on a port when a sticky secure MAC address is used.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/voice-support-questions/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Gateway Redundancy Questions</title>
		<link>http://www.certprepare.com/gateway-redundancy-questions</link>
		<comments>http://www.certprepare.com/gateway-redundancy-questions#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:14:54 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=15</guid>
		<description><![CDATA[Here you will find answers to HSRP, VRRP and GLBP questions Quick summary: HSRP, VRRP, or GLBP is used to allow specific routers to appear as a single router to make the failover transparent to the end users. Question 1: You have just purchased a new Cisco 3550 switch running the enhanced IOS and need [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to HSRP, VRRP and GLBP questions</p>
<p><!--adsense--></p>
<p style="text-align: left;"><strong>Quick summary:</strong></p>
<p style="text-align: left;">HSRP, VRRP, or GLBP is used to allow specific routers to appear as a single router to make the failover transparent to the end users.</p>
<p class="ccnaquestionsnumber">Question 1:</p>
<p>You have just purchased a new Cisco 3550 switch running the enhanced IOS and need to configure it to be installed in a high availability network. Which three types of interfaces can be used to configure HSRP on a 3550 EMI switch? (Choose three)</p>
<p>A &#8211; BVI interface<br />
 B &#8211; routed port<br />
 C &#8211; SVI interface<br />
 D &#8211; Access port<br />
 E &#8211; EtherChannel port channel<br />
 F &#8211; Loopback Interface</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> B C E</p>
<p class="ccnaexplanation">Explanation:</p>
<p>To configure HSRP, a Layer 3 interface is needed. They can be:</p>
<p>- <strong>Routed port</strong>: a physical port configured as a Layer 3 port by entering the<strong> no switchport</strong> interface configuration command.<br />
 &#8211; <strong>SVI</strong>: a VLAN interface created by using the<strong> interface vlan</strong> <em>vlan_id</em> global configuration command and by default a Layer 3 interface.<br />
 &#8211; <strong>Etherchannel port channel in Layer 3 mode</strong>: a port-channel logical interface created by using the interface port-channel port-channel-number global configuration command and binding the Ethernet interface into the channel group.</p>
<p>Reference:</p>
<p><a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_19_ea1/configuration/guide/swhsrp.html" target="_blank">http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_19_ea1/configuration/guide/swhsrp.html</a></p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>You work as a network technician , study the exhibit carefully. Which two statements are true about the output from the show standby vlan 50 command? (Choose two)</p>
<table style="border: 0pt solid #50a9af; background-color: #50a9af;" border="0" align="center">
<tbody>
<tr>
<td><strong>Catalyst_A# show standby vlan 50</strong><br />
 VLAN50 &#8211; Group 1<br />
 Local State is Active, priority 200 may preempt <br />
 Hellotime 3 sec, holdtime 10 sec<br />
 Next hello sent in 1.302<br />
 Virtual IP address is 192.168.1.1 configured <br />
 Active router is local<br />
 Standby router is 192.186.1.11 expires in 9.443 <br />
 Virtual MAC address is 0000.0c07.ac01<br />
 Authentication text &#8221;AuthenKey&#8221;<br />
 2 state changes, last state change 00:11:30<br />
 IP redundancy name is &#8220;hsrp-Vl150-1&#8243; (default)</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>VLAN50 -Group 2<br />
 Local State is Standby , priority 100<br />
 Hellotime 3 sec, holdtime 10 sec<br />
 Next hello sent in 0.98<br />
 Virtual IP address is 192.186.1.2 configured<br />
 Active router is 192.168.1.11 , priority 200 expires in 6.334 <br />
 Standby router is local<br />
 Authentication text &#8220;AuthenKey&#8221;<br />
 3 state changes, last state change 0:09:30<br />
 IP redundancy name is &#8220;hsrp-Vl150-2&#8243; (default)</p>
</td>
</tr>
</tbody>
</table>
<p>A. Catalyst_A is load sharing traffic in VLAN 50.<br />
 B. Hosts using the default gateway address of 192.168.1.2 will have their traffic sent to Catalyst_A.<br />
 C. The command standby 1 preempt was added to Catalyst_A.<br />
 D. Hosts using the default gateway address of 192.168.1.1 will have their traffic sent to 192.168.1.11 even after Catalyst _A becomes available again.</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> A C</p>
<p class="ccnaexplanation">Explanation:</p>
<p>The output shows that the Catalyst_A switch is the active router for HSRP group 1 and the standby router for HSRP group 2 on interface VLAN 50. This means that another switch is the active router for HSRP group 2 on interface VLAN 50 -> A is correct, Catalyst_A is load sharing traffic in VLAN 50.</p>
<p>B is not correct, only hosts using the default gateway address of 192.168.1.1 will have their traffic sent to Catalyst_A</p>
<p>From the output, we notice that there is a line showing that &#8220;Local State is Active, priority 200 may preempt&#8221;. This indicates the command &#8220;standby 1 preempt&#8221; was added to Catalyst_A. If the active router (this router) fails, another router takes over its active role. The original active router is not allowed to resume the active role when it is restored until the new active router fails. Pre-empting allows a higher-priority router to take  over the active role immediately.</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>You are a network technician, study the exhibit carefully. Both routers are configured for the Gateway Load Balancing Protocol (GLBP). Which statement is true?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/GatewayRedundancy/GLBP1.jpg" border="0" alt="GLBP1" width="514" height="284" /></p>
<p>A. The default gateway address of each host should be set to to the virtual IP address.<br />
 B. The default gateway addresses of both hosts should be set to the IP addresses of both routers.<br />
 C. The hosts will have different default gateway IP addresses and different MAC addresses for each.<br />
 D. The hosts will learn the proper default gateway IP address from Router RA.</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>You are a network technician, study the exhibit carefully. Assume that Host PC can ping the Ccorporate Headquarters and that HSRP is configured on DS1, which is then reloaded. Assume that DS2 is then configured and reloaded. On the basis of this information, what conclusion can be drawn?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/GatewayRedundancy/HSRP_Reboot.jpg" border="0" alt="HSRP_Reboot" width="700" height="370" /></p>
<table style="background-color: #17bae8;" border="0" cellpadding="3" align="center">
<tbody>
<tr>
<td>DS1# show running-config</p>
<p><br class="spacer_" /></p>
<p>interface Vlan10<br />
 ip address 10.10.10.2 255.255.255.0 <br />
 no ip redirects<br />
 standby 60 priority 105<br />
 standby 60 ip 10.10.10.1<br />
 standby 60 track GigabitEthernet 0/1</p>
</td>
<td>DS2# show running-config</p>
<p><br class="spacer_" /></p>
<p>interface Vlan10<br />
 ip address 10.10.10.3 255.255.255.0 <br />
 no ip redirects<br />
 standby 60 priority 150<br />
 standby 60 ip 10.10.10.1<br />
 standby 60 track GigabitEthernet 0/1</p>
</td>
</tr>
</tbody>
</table>
<p>A. DS1 will be the active router because it booted first.<br />
 B. DS1 will be the standby router because it has the lower IP address.<br />
 C. DS1 will be the active router because it has the lower priority configured.<br />
 D. DS2 will be the active router because it booted last.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaexplanation">Explanation:</p>
<p>The configuration does not have the &#8220;standby 60 preempt&#8221;command so the first booted router will take the active role with any priority.</p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>HSRP is a Cisco-proprietary protocol developed to allow several routers (or multilayer switches) to appear as a single gateway address. Which two statements are true about the Hot Standby Router Protocol (HSRP)? (Choose two)</p>
<p>A &#8211; Load sharing with HSRP is achieved by creating multiple subinterfaces on the HSRP routers.<br />
 B &#8211; Routers configured for HSRP can belong to multiple groups and multiple VLANs.<br />
 C &#8211; All routers configured for HSRP load balancing must be configured with the same priority.<br />
 D &#8211; Load sharing with HSRP is achieved by creating HSRP groups on the HSRP routers.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B D</p>
<p class="ccnaquestionsnumber">Question 6:</p>
<p>If you are a network technician, study the exhibit carefully. Which Virtual Router Redundancy Protocol (VRRP) statement is true about the roles of the master virtual router and the backup virtual router?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/GatewayRedundancy/VRRP.jpg" border="0" alt="VRRP" width="460" height="430" /></p>
<table style="background-color: #7fa857;" border="0" align="center">
<tbody>
<tr>
<td>RA(config)# interface f0/0<br />
 RA(config-if)# ip address 10.0.0.1 255.255.255.0 <br />
 RA(config-if)# vrrp 1 priority 110 <br />
 RA(config-if)# vrrp 1 ip 10.0.0.10</td>
</tr>
<tr>
<td>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
 RB(config)# interface f0/0<br />
 RB(config-if)# ip address 10.0.0.2 255.255.255.0 <br />
 RB(config-if)# vrrp 1 priority 100 <br />
 RB(config-if)# vrrp 1 ip 10.0.0.10</td>
</tr>
</tbody>
</table>
<p>A &#8211; Router RA is the master virtual router, and Router RB is the backup virtual router. When Router RA fails, Router RB will become the master virtual router. When Router RA recovers, Router RB will maintain the role of master virtual router.<br />
 B &#8211; Router RA is the master virtual router, and Router RB is the backup virtual router. When Router RA fails, Router RB will become the master virtual router. When Router RA recovers, it will regain the master virtual router role.<br />
 C &#8211; Router RB is the master virtual router, and Router RA is the backup virtual router. When Router RB fails, Router RA will become the master virtual router. When Router RB recovers, RouterRA will maintain the role of master.<br />
 D &#8211; Router P4S-RB is the master virtual router, and Router RA is the backup virtual router. When Router P4S-RB fails, Router<br />
 RA will become the master virtual router. When Router RB recovers, it will regain the master virtual router role.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> B</p>
<p class="ccnaexplanation">Explanation:</p>
<p>Router RA is the master virtual router because of its higher priority (110). By default, the pre-empting function is enabled so Router RB will become the master virtual router when RA fails; and when RA recovers, it will take the master role again.</p>
<p class="ccnaquestionsnumber">Question 7:</p>
<p>You are a network technician, do you know which three statements are correct about a default HSRP configuration? (Choose three)</p>
<p>A &#8211; The Standby track interface priority is 10.<br />
 B &#8211; The Standby priority is 100.<br />
 C &#8211; The Standby hold time is 10 seconds.<br />
 D &#8211; Two HSRP groups are configured.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A B C</p>
<p class="ccnaquestionsnumber">Question 8:</p>
<p>You work as a network technician at Technical Corporation. Your boss is interested in GLBP. Study the network topology exhibit carefully. Which three statements accurately describe this GLBP topology? (Choose three)</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/GatewayRedundancy/GLBP_AVG.jpg" border="0" alt="GLBP_AVG" width="710" height="510" /></p>
<p>A &#8211; If RA becomes unavailable, RB will forward packets sent to the virtual MAC address of RA.<br />
 B &#8211; RA is responsible for answering ARP requests sent to the virtual IP address.<br />
 C &#8211; If another router were added to this GLBP group, there would be two backup AVGs.<br />
 D &#8211; RA alternately responds to ARP requests with different virtual MAC addresses.</p>
<p><br class="spacer_" /></p>
<p><span class="ccnacorrectanswers">Answer:</span> A B D</p>
<p class="ccnaexplanation">Explanation:</p>
<p>If RA fails, the GLBP protocol informs RB to replace the AVG that is down. The new AVG (in this case RB) will forward the packet sent to the 0008.b400.0101 virtual mac address, so the client sees no disruption of service nor does it need to resolve a new MAC address for the default gateway. -> A is correct.</p>
<p>RA, which is the AVG, replies to the ARP requests from clients with different virtual MAC addresses, thus achieving load balancing -> B is correct.</p>
<p><span> RA is elected as the AVG and RB is elected as the standby virtual gateway. If another router is added to this GLBP group, it will become a backup AVG -> there is only one backup AVG -> C is not correct.<br />
 </span></p>
<p>&#8220;RA alternately responds to ARP requests with different virtual MAC addresses&#8221; this is the way GLBP provides load balancing over multiple routers (gateways) using a single virtual IP address and multiple virtual MAC addresses. Which MAC address it returns depends on which load-balancing algorithm it is configured to use -> D is correct.</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/gateway-redundancy-questions/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Wireless Questions</title>
		<link>http://www.certprepare.com/wireless-questions</link>
		<comments>http://www.certprepare.com/wireless-questions#comments</comments>
		<pubDate>Fri, 20 Jan 2012 11:51:01 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=10</guid>
		<description><![CDATA[Here you will find answers to Wireless Questions Question 1: Which two Lightweight Access Point Protocol (LWAPP) statements are true? (Choose two) A. Layer 3 LWAPP is a UDP / IP frame that requires a Cisco Aironet AP to obtain an IP address using DHCP. B. Data traffic is encapsulated in UDP packets with a [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find answers to Wireless Questions</p>
<p><!--adsense--></p>
<p class="ccnaquestionsnumber">Question 1:</p>
<p>Which two Lightweight Access Point Protocol (LWAPP) statements are true? (Choose two)</p>
<p>A. Layer 3 LWAPP is a UDP / IP frame that requires a Cisco Aironet AP to obtain an IP address using DHCP.<br />
 B. Data traffic is encapsulated in UDP packets with a source port of 1024 and a destination port of 12223.<br />
 C. Data traffic is encapsulated in TCP packets with a source port of 1024 and destination port of 12223.<br />
 D. Control traffic is encapsulated in UDP packets with a source port of 1024 and a destination port of 12223.</p>
<p><span class="ccnacorrectanswers">Answer: </span>A D</p>
<p class="ccnaquestionsnumber">Question 2:</p>
<p>Which statement about the Lightweight Access Point Protocol (LWAPP) is true?</p>
<p>A &#8211; LWAPP encrypts control traffic between the AP and the controller.<br />
 B &#8211; LWAPP encrypts user traffic with a x.509 certificate using AES-CCMP.<br />
 C &#8211; LWAPP encrypts both control traffic and user data.<br />
 D &#8211; When set to Layer 3, LWAPP uses a proprietary protocol to communicate with the Cisco Aironet APs.</p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaquestionsnumber">Question 3:</p>
<p>LWAPP is meant to be a network protocol for access points that also provides for centralized management. Which issue or set of issues does the Lightweight Access Point Protocol (LWAPP) address?</p>
<p>A. provides security by blocking communication between access points and wireless clients.<br />
 B. reduction of processing in wireless controllers.<br />
 C. distributed approach to authentication, encryption, and policy enforcement.<br />
 D. access point discovery, information exchange, and configuration.</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaquestionsnumber">Question 4:</p>
<p>If you are a network technician, which two WLAN client utility statements do you think are true? (Choose two)</p>
<p>A. In a Windows XP environment, a client adapter can only be configured and managed with the Microsoft Wireless Configuration Manager.<br />
 B. The Microsoft Wireless Configuration Manager can be configured to display the Aironet System Tray Utility (ASTU) icon in the Windows system tray.<br />
 C. The Cisco Aironet Desktop Utility (ADU) and the Microsoft Wireless Configuration Manager can both be enabled at the same time to setup WLAN client cards.<br />
 D. The Aironet Desktop Utility (ADU) can be used to enable or disable the adapter radio and to configure LEAP authentication with dynamic WEP.</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> B D</p>
<p class="ccnaquestionsnumber">Question 5:</p>
<p>In order to enhance worker productivity, a Cisco wireless network has been implemented at all locations. Which three WLAN statements are true? (Choose three)</p>
<p>A. A WLAN client that is operating in half-duplex mode will delay all clients in that WLAN.<br />
 B. Ad hoc mode allows mobile clients to connect directly without an intermediate AP.<br />
 C. A lightweight AP receives control and configuration from a WLAN controller to which it is associated.<br />
 D. WLANs are designed to share the medium and can easily handle an increased demand of channel contention.</p>
<p><span class="ccnacorrectanswers">Answer:</span> A B C</p>
<p><!--adsense#MiddleContent--></p>
<p class="ccnaquestionsnumber">Question 6:</p>
<p>Currently in draft status at the IETF, LWAPP outlines a standard protocol to be used by switches or routers to control a group of IEEE 802.11 wireless LAN access points and make their deployment much simpler than is possible today. Which statement about the Lightweight Access Point Protocol (LWAPP) protocol is true?</p>
<p>A. The processing of 802.11 data and management protocols and access point capabilities is distributed between a lightweight access point and a centralized WLAN controller.<br />
 B. LWAPP authenticates all access points in the subnet and establishes a secure communication channel with each of them.<br />
 C. LWAPP advertises its WDS capability and participates in electing the best WDS device for the wireless LAN.<br />
 D. LWAPP aggregates radio management forward information and sends it to a wireless LAN solution engine.</p>
<p class="ccnacorrectanswers"> </p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaquestionsnumber">Question 7:</p>
<p>Which set of statements describes the correct order and process of a wireless client associating with a wireless access point?</p>
<p>A.<br />
 1. Client sends probe request.<br />
 2. Access point sends probe response.<br />
 3. Client initiates association.<br />
 4. Access point accepts association.<br />
 5. Access point adds client MAC address to association table.</p>
<p>B.<br />
 1. Client sends probe request.<br />
 2. Access point sends probe response.<br />
 3. Access point initiates association.<br />
 4. Client accepts association.<br />
 5. Access point adds client MAC address to association table.</p>
<p>C.<br />
 1. Access point sends probe request .<br />
 2. Client sends probe response.<br />
 3. Client initiates association.<br />
 4. Access point accepts association.<br />
 5. Client adds access point MAC address to association table.</p>
<p>D.<br />
 1. Client sends probe request.<br />
 2. Access point sends probe response.<br />
 3. Client initiates association.<br />
 4. Access point accepts association.<br />
 5. Client adds access point MAC address to association table.</p>
<p><span class="ccnacorrectanswers">Answer:</span> A</p>
<p class="ccnaquestionsnumber">Question 8:</p>
<p>You are a network technician, study the exhibit carefully. What should be taken into consideration when using the Cisco Aironet Desktop Utility (ADU) to configure the static WEP keys on the wireless client adapter?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Wireless/WEP.jpg" border="0" alt="WEP.jpg" width="480" height="294" /></p>
<p>A &#8211; Before the client adapter WEP key is generated, all wireless infrastructure devices (such as access points, servers, etc.) must be properly configured for LEAP authentication.<br />
 B &#8211; The client adapter WEP key should be generated by the AP and forwarded to the client adapter before the client adapter can establish communication with the wireless network.<br />
 C &#8211; In infrastructure mode the client adapter WEP key must match the WEP key used by the access point. In ad hoc mode all client WEP keys within the wireless network must match each other.<br />
 D &#8211; The client adapter WEP key should be generated by the authentication server and forwarded to the client adapter before the client adapter can establish communication with the wireless network.</p>
<p><span class="ccnacorrectanswers">Answer:</span> C</p>
<p class="ccnaquestionsnumber">Question 9:</p>
<p>You work as a network technician ,please study the exhibit carefully. When it attempts to register to a wireless LAN controller (WLC), what type of message is transmitted by the lightweight access point (LAP)?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Wireless/LAP_message.jpg" border="0" alt="LAP_message.jpg" width="512" height="267" /></p>
<p>A &#8211; The LAP will send both Layer 2 and Layer 3 Lightweight Access Point Protocol (LWAPP) mode discovery request messages at the same time.<br />
 B &#8211; The LAP will send Layer 2 Lightweight Access Point Protocol (LWAPP) mode discovery request messages only.<br />
 C &#8211; The LAP will send Layer 3 Lightweight Access Point Protocol (LWAPP) mode discovery request messages only.<br />
 D &#8211; The LAP will send Layer 2 Lightweight Access Point Protocol (LWAPP) mode discovery request messages. If the attempt fails, the LAP will try Layer 3 LWAPP WLC discovery.</p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p class="ccnaquestionsnumber">Question 10:</p>
<p>Please study the exhibit carefully. Which one is true about the configuration of access point MAC addresses on the wireless client?</p>
<p style="text-align: center;"><img src="http://www.certprepare.com/images/SWITCH/Wireless/AP_MAC.jpg" border="0" alt="AP_MAC.jpg" width="444" height="267" /></p>
<p>A &#8211; If the wireless client is out of range of the specified access point or points it will not associate with other access points.<br />
 B &#8211; Each access point MAC address that is specified must have a separate SSID configured on the GENERAL configuration tab.<br />
 C &#8211; Each access point MAC address that is specified must have the same SSID configured on the GENERAL configuration tab.<br />
 D &#8211; If the wireless client is out of range of the specified access point or points it can associate with other access points.</p>
<p><span class="ccnacorrectanswers">Answer:</span> D</p>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/wireless-questions/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>SWITCH FAQs &amp; Tips</title>
		<link>http://www.certprepare.com/switch-faqs-tips</link>
		<comments>http://www.certprepare.com/switch-faqs-tips#comments</comments>
		<pubDate>Thu, 24 Feb 2011 17:15:30 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=131</guid>
		<description><![CDATA[In this article, I will try to summarize all the Frequently Asked Questions in the SWITCH 642-813 Exam. Hope it will save you some time searching through the Internet and asking your friends &#38; teachers. 1. Please tell me how many questions in the real SWITCH exam, and how much time to answer them? There [...]]]></description>
			<content:encoded><![CDATA[<p>In this article, I will try to summarize all the Frequently Asked  Questions in the SWITCH 642-813 Exam. Hope it will save you some time  searching through the Internet and asking your friends &amp; teachers.</p>
<p><!--adsense--></p>
<p class="pinkandbold">1. Please tell me how many questions in the real SWITCH exam, and how much time to answer them?</p>
<p>There are 50 questions, including 3 lab-sims. You have 90 minutes to answer them but if your native language is not English, Cisco allows you a 30-minute exam time extension.</p>
<p class="pinkandbold">2. How much does the SWITCH 642-813 cost? And how many points I need to pass the exam?</p>
<p>This exam costs $200. You need at least 790/1000 points to pass this exam.</p>
<p class="pinkandbold">3. I passed the SWITCH exam, will I get a certificate for it?</p>
<p>No, Cisco does not ship SWITCH Exam certificate, it only ships you a  certificate after completing the full CCNP track of 3 exams (ROUTE,  SWITCH &amp; TSHOOT).</p>
<p class="pinkandbold">4. Which sims will I see in the SWITCH exam?</p>
<p>The popular sims now are <a href="http://www.certprepare.com/lacp-with-stp-sim" target="_blank">LACP with STP Sim</a>, <a href="http://www.certprepare.com/mls-and-eigrp-sim" target="_blank">MLS and EIGRP Sim</a>, <a href="http://www.certprepare.com/aaadot1x-lab-sim" target="_blank">AAAdot1x Lab Sim</a> and please notice that the IP addresses, switch names may be different (it is also true for Drag and Drop questions)</p>
<p class="pinkandbold">5. How many points will I get for one sim?</p>
<p>Maybe you will get about 80 to 100 points for each sim, just like the CCNA exam.</p>
<p class="pinkandbold">6. In the real exam, I clicked &#8220;Next&#8221; after choosing the answer, can I go back for reviewing?</p>
<p>No, you can&#8217;t go back so you can&#8217;t re-check your answers after clicking the &#8220;Next&#8221; button.</p>
<p class="pinkandbold">7. I understand I will get CCNP certificate after completing 3 exams ROUTE, SWITCH and TSHOOT but can I take them in any order I like?</p>
<p>Yes, you can take these 3 exams in any order you like but the most popular &#8220;roadmap&#8221; is ROUTE then SWITCH and TSHOOT.</p>
<p class="pinkandbold">8. What are your recommended materials for SWITCH 642-813?</p>
<p>There are many options you can choose, but below are materials used and recommended by many candidates:</p>
<h4>Books:</h4>
<ul>
<li>CCNP SWITCH 642-813 Official Certification Guide</li>
<li>CCNP SWITCH Portable Command Guide</li>
<li>SWITCH 642-813 Student Guide (Volume 1 &amp; 2)</li>
<li>SWITCH 642-813 Quick Reference</li>
</ul>
<h4>Video Training:</h4>
<ul>
<li>CCNP SWITCH 642-813 CBT Nuggets</li>
<li>SWITCH 642-813 Cisco Video Mentor</li>
</ul>
<p><!--adsense#AfterContent--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/switch-faqs-tips/feed</wfw:commentRss>
		<slash:comments>127</slash:comments>
		</item>
		<item>
		<title>Share your SWITCH Experience</title>
		<link>http://www.certprepare.com/switch-share-your-experience</link>
		<comments>http://www.certprepare.com/switch-share-your-experience#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:36:55 +0000</pubDate>
		<dc:creator>certprepare</dc:creator>
				<category><![CDATA[SWITCH 642-813]]></category>

		<guid isPermaLink="false">http://www.certprepare.com/?p=7</guid>
		<description><![CDATA[Please share with us your experience after taking the SWITCH exam, your materials, the way you learned, your recommendations&#8230; Please don&#8217;t post links to copyrighted work here!]]></description>
			<content:encoded><![CDATA[<p><span class="pinkandbold">Please share with us your experience after taking the SWITCH exam</span><span class="pinkandbold">, your materials, the way you learned, your recommendations&#8230; </span></p>
<p><!--adsense--></p>
<p>Please don&#8217;t post links to copyrighted work here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/switch-share-your-experience/feed</wfw:commentRss>
		<slash:comments>9582</slash:comments>
		</item>
	</channel>
</rss>

