<?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>Fri, 12 Aug 2011 08:18:21 +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, 26 Mar 2011 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>111</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>Fri, 25 Mar 2011 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>872</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, 20 Mar 2011 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>297</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>Fri, 18 Mar 2011 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>84</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>Wed, 16 Mar 2011 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" border="0" alt="VTP_Lab.jpg" width="500" height="279" /></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 style="text-align: center;"><!--adsense--></p>
<p><strong><span class="ccnaexplanation">Answer and Explanation:</span><br />
 </strong></p>
<p><strong> </strong></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><br class="spacer_" /></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><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"></a><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/feed</wfw:commentRss>
		<slash:comments>62</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>Mon, 14 Mar 2011 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>59</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>Sat, 12 Mar 2011 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>353</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>Thu, 10 Mar 2011 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>89</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>Tue, 08 Mar 2011 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>115</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, 06 Mar 2011 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>175</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>Fri, 04 Mar 2011 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 -&gt; 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 -&gt; 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) -&gt; 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>54</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>Wed, 02 Mar 2011 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>51</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, 02 Mar 2011 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>45</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>Mon, 28 Feb 2011 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>29</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>Sat, 26 Feb 2011 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 pass4sure 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>21</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>74</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 style="text-align: center;"><!--adsense--></p>
<p><span id="more-7"></span></p>
<p>Please don&#8217;t post links to copyrighted work here!</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certprepare.com/switch-share-your-experience/feed</wfw:commentRss>
		<slash:comments>8886</slash:comments>
		</item>
	</channel>
</rss>

