Lab Simulation – LACP with STP Sim

Lab Simulation – LACP with STP Sim
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
The VTP and STP configuration modes on SwitchA should not be modified.
– SwitchA needs to be the root switch for vlans 11, 12, 13, 21, 22 and
23. All other vlans should be left are their default values.
Configuration Requirements for SwitchB
– Vlan 21
Name: Marketing will support two servers attached to fa0/9 and fa0/10
– Vlan 22
Name: Sales will support two servers attached to fa0/13 and fa0/14
– Vlan 23
Name: Engineering will support two servers attached to fa0/15 and fa0/16
– Access ports that connect to server should transition immediately to forwarding state upon detecting the connection of a device.
– SwitchB VTP mode needs to be the same as SwitchA.
– SwitchB must operate in the same spanning tree mode as SwitchA
– No routing is to be configured on SwitchB
– Only the SVI vlan 1 is to be configured and it is to use address 192.168.1.11/24
Inter-switch Connectivity Configuration Requirements
– For operational and security reasons trunking should be unconditional and Vlans 1, 21, 22 and 23 should tagged when traversing the trunk link.
– The two trunks between SwitchA and SwitchB need to be configured in a mode that allows for the maximum use of their bandwidth for all vlans. This mode should be done with a non-proprietary protocol, with SwitchA controlling activation.
– Propagation of unnecessary broadcasts should be limited using manual pruning on this trunk link.

300-115-implementing-cisco-ip-switched-networks-switch-v2-0_img_039

cisco-exams

One thought on “Lab Simulation – LACP with STP Sim

  1. Switch A
    SWA(config)#vlan 21
    SWA(config-vlan)#name Marketing
    SWA(config)#vlan 22
    SWA(config-vlan)#name Sales
    SWA(config)#vlan 23
    SWA(config-vlan)#name Engineering
    SWA(config-vlan)#exit
    SWA(config)#spanning-tree vlan 11-13,21-23 root primary
    SWA(config)#interface range fa0/3 – 4
    SWA(config-if)#shutdown
    SWA(config-if)#no switchport mode access
    SWA(config-if)#no switchport access vlan 98
    SWA(config-if)#channel-group 1 mode active
    SWA(config-if)#channel-protocol lacp
    SWA(config-if)#exit
    SWA(config)#interface port-channel 1
    SWA(config-if)#switchport mode trunk
    SWA(config-if)#switchport trunk native vlan 99
    SWA(config-if)#switchport trunk allowed vlan 1,21-23
    SWA(config-if)#no shutdown
    Switch B
    ***VLAN 11,12 & 13 should match with SwitchA.
    SWB(config)#vlan 11
    SWB(config-vlan)#name ADM
    SWB(config)#vlan 12
    SWB(config-vlan)#name BDM
    SWB(config)#vlan 13
    SWB(config-vlan)#name CDM
    SWB(config)#vlan 21
    SWB(config-vlan)#name Marketing
    SWB(config)#vlan 22
    SWB(config-vlan)#name Sales
    SWB(config)#vlan 23
    SWB(config-vlan)#name Engineering
    SWB(config)#vlan 98
    SWB(config-vlan)#name Parking
    SWB(config)#vlan 99
    SWB(config-vlan)#name TrunkNative
    SWB(config-vlan)#exit
    SWB(config)#interface range fa0/9 – 10
    SWB(config-if)#switchport mode access
    SWB(config-if)#switchport access vlan 21
    SWB(config-if)#spanning-tree portfast
    SWB(config-if)#no shut
    SWB(config)#interface range fa0/13 – 14
    SWB(config-if)#switchport mode access
    SWB(config-if)#switchport access vlan 22
    SWB(config-if)#spanning-tree portfast
    SWB(config-if)#no shut
    SWB(config)#interface range fa0/15 – 16
    SWB(config-if)#switchport mode access
    SWB(config-if)#switchport access vlan 23
    SWB(config-if)#spanning-tree portfast
    SWB(config-if)#no shut
    SWB(config)#vtp mode transparent
    SWB(config)#spanning-tree mode rapid-pvst
    SWB(config)#interface vlan 1
    SWB(config-if)#ip address 192.168.1.11 255.255.255.0
    SWB(config-if)#no shut
    SWB(config)#ip default-gateway 192.168.1.1
    SWB(config)#interface range fa0/3 – 4
    SWB(config-if)#shutdown
    SWB(config-if)#channel-group 1 mode passive
    SWB(config-if)#channel-protocol lacp
    SWB(config-if)#exit
    SWB(config)#interface port-channel 1
    SWB(config-if)#switchport trunk encapsulation dot1q
    SWB(config-if)#switchport mode trunk
    SWB(config-if)#switchport trunk native vlan 99
    SWB(config-if)#switchport trunk allowed vlan 1,21-23
    SWB(config-if)#no shutdown
    ***** Switch A *****
    SWA(config)#interface range fa0/3 – 4
    SWA(config-if)#no shutdown
    SWA(config-if)#exit
    ***** Switch B *****
    SWB(config)#interface range fa0/3 – 4
    SWB(config-if)#no shutdown
    SWB(config-if)#exit

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.