You are on page 1of 16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

Type text to search here...

Home > Spanning Tree Lab Sim

Spanning Tree Lab Sim


April 14th, 2012 in LabSim Go to comments 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 but forwards VTP advertisements that are received on trunk ports. 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.

Requirements: 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: 1. Ensure the switch does not participate in VTP but forwards VTP advertisements received on trunk ports. 2. Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the forwarding state of Spanning-Tree. 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode. 4. Place FastEthernet interfaces 0/12 through 0/24 in VLAN 20. Answer and Explanation: Switch>enable Switch#configure terminal Switch(config)#interface range fa0/1 24 Switch(config-if-range)#switchport mode access (Make all FasEthernet interfaces into access mode) Switch(config-if-range)#spanning-tree portfast (Enables the PortFast on interface) Next, we need to assign FastEthernet ports 0/12 through 0/24 to VLAN 20. 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. Switch(config-if-range)#interface range fa0/12 24 Switch(config-if-range)#switchport access vlan 20 (Make these ports members of vlan 20) Switch(config-if-range)#exit Next we need to make this switch in transparent mode. In this mode, switch doesnt participate in the VTP domain, but it still forwards VTP advertisements through any configured trunk links. Switch(config)#vtp mode transparent
http://www.certprepare.com/spanning-tree-lab-sim 1/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

Switch(config)#exit Switch#copy running-config startup-config (Notice: Many reports said the copy running-config startup-config didnt work but they still got the full mark)

Other lab-sims in this site: LACP with STP Sim MLS and EIGRP Sim VTP Lab 2 VTP Lab AAAdot1x Lab Sim Comments Comment pages Previous 1 2 44 1. Prestley October 20th, 2012 please guys post something positive, not some jokes. 2. Amier October 30th, 2012 may you let us know what are the LABs in exam ? 3. Prabhjit November 4th, 2012 I am not able able to find the link to download this SIM. Someone please help me out and let me know where it is. Thanks, Prabhjit Singh Bagga 4. Ninik November 24th, 2012 Maybe it was not included on the pvuoires versions of CCNA, Im not quiet sure.And yes you can go directly from CCNA1 to CCNA3 (Switching) yet it not advised since there are some routing terms, functionality and configurations are being used in CCNA3 that you should be familiar with. However they are not heavily tested though. 5. Courtney November 24th, 2012 Interfaces Fa0/13 and Fa0/14 are not in a a specified VLAN. the fact that they are not shown in the VLAN table means that they are most lkleiy set to trunking, and as such they do not belong to any single VLAN. 6. Anon November 30th, 2012 Are these labs still current? 7. Lucky December 1st, 2012 Regarding requirement:
http://www.certprepare.com/spanning-tree-lab-sim 2/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

It will be necessary to ensure that the switch does not participate in VTP but forwards VTP advertisements that are received on trunk ports. I believe that as addition to provided solution, command vtp version 2 also should exist. 8. Mirza Hamza Babar December 17th, 2012 can any Body plz provide me Valid dumps of CCNP Switc paper. m going to attmpt my paper on 29 or 30 ov ths month,,,, plz help me brothers,,,,, m waiting fo ur valid dumps 9. sherif December 18th, 2012 Mizra Hamzara send your email address to me labite80@yahoo.com 10. Prabhjit December 19th, 2012 Hello everyone, I am taking my CCNP Switch exam this Friday (21st). I have read the Cisco Press book twice and also read the Glop dumps. Are there any other dumps I should look at or is that enough? I saw a couple more dumps like Boomish, Saajan but they all looked the same. Please let me know. Thanks. Prabhjit 11. India December 22nd, 2012 Cleared my CCNP-SWITCH just now with 9xx/1000. It was very easy. I had 43 questions with 3 labs AAA, MLS EIGRP, and LACP STP. Time allotted was 2 hours but I got done in 1 and half hours. AAA lab straight forward (could not save config copy run start) MLS Eigrp straight forward (could not save config copy run start) LACP STP Lil tricky. had to delete access vlan from the fa 0/3 and 0/4 and also native vlans. Had to add vlan 99 as native for trunk links. Also had to create int port-channel 1 and make it a trunk, then the etherchannel went up. Rest questions were all from Glop dumps. Study dumps very well. I also read the Cisco Press books twice. Good luck and thanks to certprepare for everything. 12. Shyamsrule December 22nd, 2012 Im giving exam on 26th dec , so can some body give me a link for this simulation please.. 13. mailbomb January 3rd, 2013 Hi guys check my page for latest switch dumps and for sure mailbomb1234.wordpress.com if anyone can send me complete labs with solution, i will be thankful to you all, help me in labs and i help you guys contact me at mailbomb1234 at gmail dot com Thank you 14. Marco
http://www.certprepare.com/spanning-tree-lab-sim 3/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

January 15th, 2013 Hey would someone mind sending me this the packet tracer file for this lab? Thanks! marco.massaroni@gmail.com 15. Cold January 15th, 2013 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode. Switch(conf)# Spanning-tree Portfast bpduguard Default 1. Ensure the switch does not participate in VTP but forwards VTP advertisements received on trunk ports. Switch(Conf)# Vtp version 2 Please Add Them To The Conf. Thanks Alot For The Great Effort u Doing Certprepare :)) Keep IT UP! 16. Cold January 15th, 2013 umm i Guess i Was Rushed With The BPDUGUARD .. Guess Access Mode Is Enough.. Sorry 17. Cold January 15th, 2013 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode. << The Running Spanning Tree Is RapidST. So If An Edgeport Received a BPDU Will Lose It's Portfast And Become a Normal STP Port.So i Believe We Should Add BPDU GUARD As i Said Before :D And Plz Somebody Talks 2 Me B4 i Go Crazy :P 18. Neyo January 18th, 2013 Why is there no shut command to ensure the status of the int range is up? 19. TPHEUK January 21st, 2013 I am sure you will quickly find out that hands-on real world experience is the best way to prepare CCNA in your head to help you pass your CCNA exam! Spanning Tree Protocol (STP) Cisco Systems http://cisconetworkingcenter.blogspot.com/2012/02/spanning-tree-protocol-stp-cisco.html 20. omar January 21st, 2013 sorry for the poor english, Cold i think you re right but not Switch(conf)# Spanning-tree Portfast bpduguard Default, because this command will be appliyed to all ports on the switch, however at least one port must be set to trunk, in this lab may be it is gig interface. so just do under the interface range fa 0/1 24 this command (Spanning-tree bpduguard enable) 21. Cold January 25th, 2013 @Omar You can configure BPDU Guard as a global default, affecting all switch ports with a single command. All ports that have Port-Fast
http://www.certprepare.com/spanning-tree-lab-sim 4/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

enabled also have BPDU Guard automatically enabled. Source: PDF Switching Guide That Confirms Only Ports Set To Port-Fast Will b Effected By The Global Command Of BPDU Guard. Thanks For Sharing & Agreement With Me. 22. Max January 28th, 2013 @everyone If running vtp version is 1, then will transparent mode switch forward vtp traffic? I think it has to be version 2 and should we not confirm that the switch is running vtp version 2? 23. masterdeeno January 28th, 2013 @cold permanent non-trunking mode means, access port.. i dont think you need the bpduguard global command that you mentioned. that command is for enabling security (guards against superior bpdu) if user ports (or portfast ports) are accidentally plugged into another device that sends bpdu. vtp version 2 command might need to be added. 24. Woo January 30th, 2013 GOD DAMN. 25. Julin February 2nd, 2013 I completely agree with masterdeeno. 26. Cold February 2nd, 2013 @masterdeeno & Julin Wat Do u Think Of The Next Question >> What two things will occur when an edge port receives a BPDU? (Choose two) A. The port immediately transitions to the Forwarding state. B. The switch generates a Topology Change Notification (TCN) BPDU. C. The port immediately transitions to the err-disable state. D. The port becomes a normal STP switch port. Answer: A D Please Correct Me If Im Wrong.. Thanks For Sharing Ur Knowledge 27. Seun February 3rd, 2013 Can anyone kindly mail me the sybex material for CCNP Switch, router and Tshoot. My email address is aosadeyemi@gmail.com. I did CCNA exams last month 7 Im ready to conquer any CIsco Exams 28. Ion Arion February 5th, 2013 @Cold

http://www.certprepare.com/spanning-tree-lab-sim

5/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

You may be right with VTP ver 2. By default, VTP operates in version 1. http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_13_ea1/configuration/guide/swvtp.html#wp1035121 29. Birendra February 7th, 2013 Hi Friend, i am planing to write CCNP switch exam so, request to u all help me out for this.. 30. Julin February 11th, 2013 Cold, You are wrong. The answer is B. Regards ;) 31. Julin February 11th, 2013 Cold, My previous answer was wrong. There are two choices. B and D. Regards, Julin 32. Babs February 19th, 2013 Can anybody help me with valid dumps? am planning to write the CCNP switching exam by the end of this week. email address: ajishola_24@yahoo.com 33. masterdeeno February 20th, 2013 Julian and Cold its kind of tricky. edge port receiving bpdu means itll undergo normal stp port (D answer is correct). having said that, it will not go in forwarding state immediately (answer A is wrong). TCN is generated only when the port is in forwarding state (B is correct assuming it finished undergoing the port states). 34. juantron February 22nd, 2013 In this LAB: Note: you dont need to add vtp version 2 command, because we dont know if all devices in the network are v2 capable. In server and client switches, V1 and V2 are not interoperable. * VTP transparent mode V1 and V2 act exactly the same in forwarding VTP. * If a domain name is set, then the domain name must match for the advertisment to be forwarded. * If domain name is NULL, then everything is forwarded. You can test this with real switches or by using GNS3. Also: SW1(config-if)#switchport mode ? access Set trunking mode to ACCESS unconditionally dynamic Set trunking mode to dynamically negotiate access or trunk mode trunk Set trunking mode to TRUNK unconditionally
http://www.certprepare.com/spanning-tree-lab-sim 6/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

So you dont need bpdu guard, only switchport mode access. 35. sastre February 24th, 2013 Hi, There are lots of MCQ questions that are in the certprepare but not included in the latest dump. Are those questions no more included in the exam??? 36. Cold February 27th, 2013 @masterdeeno i Agree With u :D Its TRICKY :D, But Plz Go On With Me.. In The Question >> all nontrunking interfaces should transition immediately to the forwarding state of Spanning tree. << Means Rapid Spanning Tree Running ? Agree With That ??? An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port. Source : http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml Please Convince Me With Source Links Thanks For Keeping Up With Me! 37. Adi April 10th, 2013 I am planning to give switching exam, can one provide valid Switching dupms please.. 38. Adi April 10th, 2013 I am planning to give switching exam, can one provide valid Switching dumps please.. Email : ece124@gmail.com Thanks in Advance 39. layman May 9th, 2013 100% working lab on STP http://www.4shared.com/file/YDx8UncM/SPANNING_TREE_LAB.html? 40. theghibha May 15th, 2013 i have completed ccnp switching 642-813 successfully.i used pass4sure dump. if wanted contact me: theghibha@gmail.com 41. lawkanat May 16th, 2013 Hi, @certprepare, @ ghost thanks u all @all In vtp lab 1, I think ghost left some command, to think ourselves to work this lab correctly. Even we configure like this, it will not work because although both switches are set to server and client, they did not synchronize vtp information. Because we should check status of trunk interfaces which is connected between switches by using sh int trunk command. You will see nothing on both switches on upper downloaded link pkt file.
http://www.certprepare.com/spanning-tree-lab-sim 7/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

Moreover, we will not complete without adding switchport to their respective vlan and making them switchport mode access. You will not see this in question but you can see this question on the picture. Even if the question did not state that we should check this by using sh vlan command. Here is complete command on both switches and work very well. Use thes command on both switches to check status sh vlan, sh vtp status, sh interfaces trunk We are now start to configure DLSwitch#conf t DLSwitch(config)#vtp mode server DLSwitch (config)#vtp domain cisco DLSwitch (config)#vlan 20 DLSwitch (config-vlan)#ex DLSwitch (config)#vlan 21 DLSwitch (config-vlan)#ex DLSwitch (config)#int vlan 20 DLSwitch (config-if)#no shut DLSwitch (config-if)#ip address 172.16.71.1 255.255.255.0 DLSwitch (config-if)#ex DLSwitch (config)#int vlan 21 DLSwitch (config-if)#no shut DLSwitch (config-if)#ip address 172.16.132.1 255.255.255.0 DLSwitch (config-if)#ex DLSwitch (config)#ip routing DLSwitch (config)#int fa 0/1(cable between two switches ) DLSwitch (config-if)#no shut DLSwitch (config-if)#no switchport mode access DLSwitch (config-if)#switchport trunk encapsulation dpt1q DLSwitch (config-if)#switchport mode trunk DLSwitch(config)#copy running-config startup-config ALSwitch#conf t ALSwitch(config)#vtp mode client ALSwitch(config)#vtp domain cisco ALSwitch(config)#int fa 0/2 ALSwitch(config-if)#switchport mode access ALSwitch(config-if)#switchport access vlan 20 ALSwitch(config-if)#exit ALSwitch(config)#int fa 0/3 ALSwitch(config-if)#switchport mode access ALSwitch(config-if)#switchport access vlan 21 ALSwitch(config-if)#exit ALSwitch(config)#copy running-config startup-config Now you can ping between two pcs which will make u a complete lab. // we dont need to configure switchport trunk on ALSwitch because it is automatically trunk auto mode. They will negotiate themselves. I hope this will helpful for u all, good luck in networking environment. Moreover my command are here because of certprepare website and ghosts labs. Thanks u too. 42. Rob May 26th, 2013 Download link for updated ccnp switching 642-813 pass4sure dumpwith 60days update http://exammaterials.tophonors.com this website includes video/onlune study materials .

http://www.certprepare.com/spanning-tree-lab-sim

8/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

43. GKK@ blr June 6th, 2013 hi, in this sim is it require to enter this command vtp domain Cisco??? please reply 44. lawkanat June 6th, 2013 @GKK@ blr no you dont need to give vtp domain name because it is neither server mode or client mode. 45. Anonymous June 17th, 2013 @theghibha plz send me to this email ciscoman00@gmail.com thank u in advance 46. MR shide June 17th, 2013 where i can get switch simulation help plz thank u inadvance 47. Sinole June 21st, 2013 In this sim, we need create vlan 20 if its not there. Also, do vtp mode transparent at beginning. The reason is by default vtp is in server mode. When add vlan 20 or add ports to vlan 20, vlan 20 may be sent to other domain switches (unwanted side-effect). May not lose any point in exam but in real world, it might matter a lot. 48. sandeep July 7th, 2013 sinole, if u do vtd mode transperent first then u cant add any vlan 49. Skywalker July 21st, 2013 Im with @Neyo January 18th, 2013 When the ports fa0/1 -12 are configured for VLAN 20 access the no shut command should be issued also. 50. Anonymous July 23rd, 2013 Hi guys can any one explain 2) Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the forwarding state of Spanning-Tree. 51. Robin Singla July 24th, 2013 Hi, There is a new version of GN3 where they have implemeneted cisco switches. Anyone has the setup for that or link to download that version of GN3 please mail me at singla.robin@gmail.com
http://www.certprepare.com/spanning-tree-lab-sim 9/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

Thanks and Regards, Robin 52. Daniela August 1st, 2013 A quick one guys For this question, it says 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode. Shouldnt we configure the ports with the command 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode? Cheers, 53. Daniela August 1st, 2013 sorry disregard the previous one For this question, it says 3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode. Shouldnt we configure the ports with the command switchport nonegotiate to accomplish that? Cheers, Daniela 54. Anonymous August 1st, 2013 Hi Daniela, I think you are getting a bit confused, non-trunking mode means the port/ports never becomes a trunk so switchport mode access is the correct command to use. The command switchport nonegotiate means if both sides are setup with this command the link becomes a trunk without sending any DTP packets (I believe). 55. CCNP Wireless August 2nd, 2013 Hello all, why you have assign ports 0/12 24 to vlan 20? this not mentioned in the question! much appreciate your advice. 56. adrian August 4th, 2013 In this lab sim, the third requirement says -Ensure all FastEthernet interfaces are in a permanent non-trunking mode. Is it necessary to add all the remaining ports to access mode as they have not mentioned which of the ports are meant to be trunking. 57. adrian August 4th, 2013 @CCNP Wireless check the 4th requirement stating
http://www.certprepare.com/spanning-tree-lab-sim 10/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

4. Place FastEthernet interfaces 0/12 through 0/24 in VLAN 20. Adrian 58. Jeanc August 5th, 2013 Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the forwarding state of Spanning-Tree. MEANS (set to portfast) Ensure all FastEthernet interfaces are in a permanent non-trunking mode. (MEANS : mode access) there is no bpdu involve, some of you are over thinking it 59. Greg August 9th, 2013 Daniela, What Anonymous said about switchport nonegotiate is completely wrong. It may be used in combination both with switchport mode access and switchport mode trunk. In both instances a switch dont send DTP packets on the port. The command switchport mode access itself will make the port NEVER become a trunk, so its sufficient to the task in the lab. No-negotiation will not change it. In combination with switchport mode trunk the port will not become a trunk when there is dynamic-auto or dynamic-desireble on the other side. Reagards 60. John Doe August 18th, 2013 en cisco write erase reload en cisco show vtp status config t vtp mode transparent vtp domain cisco vtp version 2 end show vtp status !confirm revision 0 !confirm transparent config t default interface range 0/1 24 int range fast 0/1 24 switchport mode access spanning-tree portfast spanning-tree bpduguard enable switchport nonegotiate no shut !not necessary, but habit
http://www.certprepare.com/spanning-tree-lab-sim 11/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

int range fast 0/12 24 switchport access vlan 20 Cold asked the question of whether you would use BPDU Guard. I never use it without portfast. However for the question it doesnt specify one way or another. Certainly item number 3 which asks confirm the interfaces are in a non-trunking mode has NOTHING to do with spanning-tree. Saying the port should be in a non-negotiated state has to do with DTP and the fact that all switchports are in DTP dynamic mode by default and therefore you want to specify that the port is in switchport mode access. Cold is right however about VTP Version 2: VTP transparent switches do not participate in VTP. A VTP transparent switch does not advertise its VLAN configuration and does not synchronize its VLAN configuration based on received advertisements. However, in VTP version 2 or version 3, transparent switches do forward VTP advertisements that they receive from other switches through their trunk interfaces. You can create, modify, and delete VLANs on a switch in VTP transparent mode. What Greg said is also right. The command switchport nonnegotiate turns off DTP, if you dont know what DTP is you shouldnt be taking the CCNP test. I use the command out of habit because I dont want DTP running on my networking creating any extra overhead and I dont want any automatic negotiation on my network. The command is not necessary to complete this lab. From looking at debug commands as well it appears switchport mode access does effectively turn off DTP at any rate so the nonnegotiate command is probably pointless. For some strange reason though, on trunked ports that are hardcoded to a switchport mode trunk, they appear to still run DTP. The reason for this must be that a switchport mode trunk must be able to negotiate a trunk link with an auto or desirable port on the other side, this must be facilitate by DTP. I havent debugged it in a while though so that might not be entirely accurate. But if I recall correctly debug did show DTP on a hardcoded trunk port. Jeanc is also right, there is no BPDU involved except to make sure you get DHCP to work by forcing a forwarding state by portfast. However you should never have an access port that doesnt have BPDU Guard on it ever never ever. 61. BIGCELL September 8th, 2013 Just found your siteThe labs are a little vagueHowever as someone posted earlierWe want to be professionals and to think about all the things that need to be check makes this lab actually very good. Keep up the good work Dont want Cisco CCNP to turn into the Paper MCSES .no one wants someone who cant really do the job..18+ years of experience in this fieldThink thats why they pay you the big bucks 62. CERT NETWORKS October 3rd, 2013 Hi Everybobdy Latest dumps of 642-813 of pass4sure can free downloads http://www.certnetworks.com 63. YASIR October 5th, 2013 Free downloads CCNP Switching latest DUMPS of pass4sure at. http://www.certnetworks.com 64. YASIR December 4th, 2013 CCNP Switching latest dumps of pass4sure free downloads at.. https://lms.certnetworks.com 65. CERT December 31st, 2013 """Free downloads networking data"" Hi Everybody You can free downloads CCNA, CCNP CCIE, MCITP dumps and networking data at
http://www.certprepare.com/spanning-tree-lab-sim 12/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

https://lms.certnetworks.com http://www.certnetworks.com Best regards CERT NETWORKS 66. Ravi January 30th, 2014 hI, 1 . on the interface no shut command is missing . 2. In question it is clearly mentioned that vtp should be relayed which were received on trunk interface .. and in configuration there is no trunk port. At least one trunk port should be there ,,, as there is vlan 1 (default ) and vlan 20 is there pls comment 67. Ravi January 30th, 2014 using packet tracer 5 . when I open the file ,,, packet tracer stops any one having latest tracer 68. Shadab January 31st, 2014 Hello Ravi By the lab statement Ensure the switch does not participate in VTP but forwards VTP advertisements received on trunk ports it does not want you to configure the trunk port. It just wants you to configure the switch mode in such VTP mode that it does not participate in the VTP server or client domain but it forwards the VTP advertisement received on the trunk ports to other trunk ports. This lab is just to check your knowledge on VTP modes and access port configurations. hope that answers your question. Shadab 69. Anonymous January 31st, 2014 Reference: CCNP SWITCH 642-813 Official Certification Guide By definition, if you enable PortFast, you do not expect to find anything that can cause a bridging loopespecially another switch or device that produces BPDUs. Suppose that a switch is connected by mistake to a port where PortFast is enabled. Now there is a potential for a bridging loop to form. An even greater consequence is that the potential now exists for the newly connected device to advertise itself and become the new root bridge. The BPDU Guard feature was developed to further protect the integrity of switch ports that have PortFast enabled. If any BPDU (whether superior to the current root or not) is Key received on a port where BPDU Guard is enabled, that port immediately is put into the errdisable state. The port is shut down in an error condition and must be either manually re-enabled or automatically recovered through the errdisable timeout function So I think it is totally necesary use spanning-tree bpduguard enable command in this lab. 70. Anonymous February 1st, 2014
http://www.certprepare.com/spanning-tree-lab-sim 13/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

I am in need of dumps for ROUTE/SWITCH/TSHOOT/DESIGN please! thanks in advance!! bdubz9180@gmail.com 71. Anonymous February 2nd, 2014 Bacause spanning-tree portfast command is entered on the interface directly the port will not transition to forward state and not become a normal STP port. When the global command spanning-tree portfast default was used in stead of direct port config extra bdpu filters or guards are required. 72. Ravi February 6th, 2014 thanks shadab 73. Joker! February 9th, 2014 Hello again, Ravi. Since it asks for Also, all VLAN and VTP configurations are to be completed in global configuration mode all VLAN and VTP configurations are to be completed in global configuration mode shouldnt we give config#spanning-tree portfast default instead of the interface command under the 1-24 range? Of course this is not VLAN neither VTP configuration, its STP, but Im just saying 74. AD March 6th, 2014 I agree 1000% with Joker It should be in global configuration mode 75. jagzeer March 25th, 2014 Took the exam today and got perfect mark 1000/1000 45 questions 8 D&D 3 labs different ip addresses but same procedure copy running-config startup-config is not working on all of the labs tab and ? are working. LACP with STP Sim -> same on this site no need for the ip default gateway command MLS and EIGRP Sim -> same on this site AAAdot1x Lab Sim -> same on this site Thanks to certprepare and Jack.Cross Comment pages Previous 1 2 44 1. No trackbacks yet. Add a Comment Name

http://www.certprepare.com/spanning-tree-lab-sim

14/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

Submit Comment

Subscribe to comments feed VTP Lab AAAdot1x Lab Sim

Premium Membership
Become a member to interact with all questions and labs!

Find out more or Sign In

SWITCH 642-813 Exam


LabSim STP Hotspot HSRP Hotspot Drag and Drop Questions Drag and Drop Questions 2 Drag and Drop Questions 3 VLAN VTP STP Questions VLAN Questions VLAN Questions 2 VLAN Questions 3 VLAN Trunking Questions VLAN Trunking Questions 2 VLAN Trunking Questions 3 STP Questions STP Questions 2 STP Questions 3 STP Questions 4 STP Questions 5 VTP Questions VTP Questions 2 VLAN Hopping Questions DHCP Spoofing Questions Dynamic ARP Inspection DAI VLAN Access Map Port Security Questions Port Security Questions 2 Private VLAN (PVLAN) EtherChannel Questions
http://www.certprepare.com/spanning-tree-lab-sim 15/16

3/26/2014

SWITCH Training Spanning Tree Lab Sim

InterVLAN Routing Voice Support Questions HSRP Questions HSRP Questions 2 HSRP Questions 3 HSRP Questions 4 VRRP Questions GLBP Questions Gateway Redundancy Questions Wireless Questions SWITCH FAQs & Tips Share your SWITCH Experience

Network Resources
CCNA Website ROUTE Website SWITCH Website TSHOOT Website CCNA Voice Website CCNA Security Website CCNA Wireless Website CCDA Website CCIP Website CCIE Website Support Certprepare

Your contribution will help keep this site updated! Top

Copyright 2010-2014 SWITCH Training Privacy Policy. Valid XHTML 1.1 and CSS 3.

http://www.certprepare.com/spanning-tree-lab-sim

16/16

You might also like