




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
certprepeare downloaded lab with solution
Typology: Thesis
1 / 8
This page cannot be seen from the preview
Don't miss anything!
Question You work for SWITCH.com. They have just added a new switch (SwitchB) to the existing network as shown in the topology diagram. RouterA is currently configured correctly and is providing the routing function for devices on SwitchA and SwitchB. SwitchA is currently configured correctly, but will need to be modified to support the addition of SwitchB. SwitchB has a minimal configuration. You have been tasked with competing the needed configuring of SwitchA and SwitchB. SwitchA and SwitchB use Cisco as the enable password. Configuration Requirements for SwitchA
Click Here to Join our Whatsapp Group Click here to for CCNA/CCNP Complete Folder If you like our work kindly connect with us on linkedin and write few words of recommendation :) View My Linkedin Profile For Kamal LinkedIN profile
We post the initial configuration of Sw-A & Sw-B here for your reference, you can try solving this sim by yourself before reading the asnwers below: Initial Configuration (useless lines have been removed) SwA: hostname Sw-A ! vtp mode transparent ! spanning-tree mode rapid-pvst ! vlan 98 ! vlan 99 name TrunkNative ! interface FastEthernet0/ switchport access vlan 98 switchport mode access ! interface FastEthernet0/ switchport access vlan 98 switchport mode access ! interface FastEthernet0/ switchport access vlan 98 switchport mode access ! interface Vlan no ip address shutdown ! end Sw-B: hostname Sw-B ! vtp mode server ! spanning-tree mode pvst ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface FastEthernet0/ ! interface Vlan no ip address shutdown ! ip default-gateway 192.168.1. ! end From http://web.archive.org/web/20150711171456/http://www.certprepare.com/lacp-with-stp-sim
SW-B (far from router) name Marketing exit vlan 21 name Sales exit vlan 22 name Engineering exit vlan 23 name TrunkNative exit vlan 99 switchport mode access switchport access vlan 21 spanning-tree portfast no shutdown exit interface range fa0/9 – 10 switchport mode access switchport access vlan 22 spanning-tree portfast no shutdown exit interface range fa0/13 – 14 switchport mode access switchport access vlan 23 spanning-tree portfast no shutdown exit interface range fa0/15 – 16 vtp mode transparent spanning-tree mode rapid-pvst ip default-gateway 192.168.1. ip address 192.168.1.11 255.255.255. no shutdown Exit interface vlan 1 switchport trunk encapsulation dot1q Switchport mode trunk Switchport trunk native vlan 99 switchport trunk allowed vlan 1,21- 23 channel-group 1 mode passive channel-protocol lacp no shutdown Exit interface range fa0/3 – 4 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 99 switchport trunk allowed vlan 1,21- 23 no shut interface port-channel 1 The switch maybe 3650 so might need encapsulation (open standard) Make two ports connecting to sw_A as trunks and native vlan 99 or same as A Most critical commands Needs to give on interface in exam/packettracer Then for pruning needs to tell the vlan Passive command because Sw_A will do the activation for etherchannel lacp = industry standard protocol Create the Required Vlans with Names Tell the switch which ports belongs to which vlans. Assign them as a access ports Make them as portfast to bring these ports up in short span of Time Should be same as on Switch A
Create SVI port Configure Etherchannel for maximum speed (part of the question) same configs which we did on physical ports will do here.
**If you are able to ping router from Switch B And in show etherchannel summary showing PU (P) (P) then it means your lab is correct !!!*****
Click Here to Join our Whatsapp Group Click here to for CCNA/CCNP Complete Folder If you like our work kindly connect with us on linkedin and write few words of recommendation :) View My Linkedin Profile For Kamal LinkedIN profile
Click Here to Join our Whatsapp Group Click here to for CCNA/CCNP Complete Folder If you like our work kindly connect with us on linkedin and write few words of recommendation :) View My Linkedin Profile For Kamal LinkedIN profile