« VOICEBOOTCAMP CCIE VOICE UC TS DVD – 350-030 | Main | CCNP SWITCH(642-813) Lab – MLS + EIGRP(New) »
CCNP SWITCH(642-813) Lab – STP+LACP(New)
By admin | February 12, 2011
[Scenario]
You have been tasked with configuring SwitchB,which has a minimal configuration and has been added to the existing network shown in the topology diagram.
SwitchA is currently configured correctly.but will need to be modified to support the addition of SwtichB. The VTP and STP configuration modes on SwitchA should not be modified. However SwtichA needs to be the root switch for all vlan instances.
The two connections between SwitchA and SwitchB need to be configured using a non-proprietary protocol that allows both the lines to be actively forwarding data,with SwtichA controlling activation. Propagation of unnessary broadcasts should be limited using manual pruning on this trunk link.
For operational and security reasons trunking between SwitchA and SwitchB should uncondition and Vlan1 and other access vlans need to be tagged when traversing the trunk link.
Requirements for SwitchB
- Vlan RST ID = 21, supports two servers attached to fa0/9 and fa0/10
- Vlan RST ID = 22, supports two servers attached to fa0/13 and fa0/14
- Vlan RST ID = 23, supports two servers attached to fa0/15 and fa0/16
- Access ports supporting servers must transition immediately to forwarding state.
- No routing is to be supported on SwitchB
- Only SVI Vlan 1 is to be configured and it is to use address 192.168.1.11/24
- SwitchA and SwitchB use cisco as the enable password
- Ensure that devices on SwitchB can reach devices behind RouteA
[Topology]
[Solution]
1. Verification on the Pre-Configuration:
Switch A:
a. Check the Router’s interface IP [192.168.1.10] [Need to set for the default gateway for Switch B]
b. Checks the Vlans [1, 11-13, 98-99] already created and identify the Native vlan [99] and it’s Name [TrunkNative]
c. Check the all the interfaces especially Fast Ethernet 0/3 and 0/4 [Because in many of the people report that those interfaces were already assigned to a vlan98, so we need to remove it from that vlan because we later we will be assigning them to trunk port]
Switch B:
a. Check the created vlans. [Only vlan1 created]
b. Check the SVI is assigned to the vlan1 as noted in the question [192.168.1.11/24, most of the times it is assigned in the exam]
2. Configuration on Switch B: [Configure Vlan/Assign ports/Make the Switch A ROOT for the STP]
3. Configuration on Switch A: [Configure Vlan/ Verify the ROOT configured]
4. Configure the Trunk Ports and Finally, Port-Aggregation [LACP]
5. Varify the configuration :
On Access Switch B ping 192.168.1.10
!!!!!
Note:
1. The copy run start will not work most of the times, do not worry. Leave it.
2. int port-channel 1
switchport trunk native vlan 99
The above command is not needed most of the times. Use it if you gat any vlan mismatch notification on the screen.
3. SVI is configured most of the times.
4. switchport trunk encapsulation dot1Q / This command will not work on the Distribution switch [A]. Assume it is configured on the LAB.
5. Finally no not try any unwanted/wrong commands on the console. That is not a real switch!
6. In the packet tracer which I have uploaded, you can configure every thing. But, after 1 minute the Port channel will be down. It is an issue with the Packet Tracer.
[This hidden password content is only available for our VIP member]. Become VIP Member NOW
Topics: 642-813 Exam, CCNP | 4 Comments »
4 Responses to “CCNP SWITCH(642-813) Lab – STP+LACP(New)”
Comments
You must be logged in to post a comment.
February 22nd, 2011 at 5:49 pm
[…] popular sims now are STP+LACP, MLS + EIGRP, AAA dot1x and please notice that the IP addresses, router names may be different (it […]
February 23rd, 2011 at 8:52 am
[…] popular sims now are STP+LACP, MLS + EIGRP, AAA dot1x and please notice that the IP addresses, router names may be different (it […]
January 24th, 2012 at 7:40 pm
Hi All,
In the senario it states
“However, SwitchA needs to be the root switch for ALL vlan instances.”
Would that not involve keeping the:
spanning-tree vlan 1,11-13,21-23,98-99 priority 61440 (or root primary)?
I’m taken Switch Exam on the 30th January and feedback from someone who’s aced this Lab would be helpful,
Thanks, James.
January 24th, 2012 at 7:47 pm
Hi All,
Regards above,Meant to say
spanning-tree vlan 1,11-13,21-23,98-99 priority 4096 (or root primary)on SwitchA?