Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The organization added a new VLAN, VLAN 200, to the network. You are required to

ID: 665859 • Letter: T

Question

The organization added a new VLAN, VLAN 200, to the network. You are required to implement a solution that provides the best performance to the server segment, VLAN 200. How would you configure the router to ensure that the server segment will not experience bottleneck between the end devices on the server segment and the router? Enter the commands you would use on the router to implement this solution. Justify your answer.

R1 F0/1 VLAN 200: 172.16.200.0/24 SW1 S1 FO/5 FO/6 F0/10 F0/12 S2 VLAN VLAN LAN VLAN VLAN 5: 172.16.5.0/24 VLAN 7: 172.16.7.0/24

Explanation / Answer

first configuring the VLAN to switch

switch# configure terminal

switch(config)# SW1

switch(config-vlan)# name accounting

switch(config-vlan)# state active

switch(config-vlan)# no shutdown

To avoid bottleneck use the copy running-config startup-config command in privileged EXEC mode to save your configuration. So with this it will not create a bottlenect situation...if so happens we will have saved configuration. So we can again continue with this session / resume the same session.