Lab Simulation 34
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
- Refer to the Tasks tab to view the tasks for this lab item.
- Refer to the Topology lab to access the device console(s) and perform the tasks.
- Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
- All necessary preconfigurations have been applied.
- Do not change the enable password or hostname for any device.
- Save your configurations to NVRAM before moving to the next item.
- Click Next at the bottom of the screen to submit this lab and move to the next question.
- When Next is clicked, the lab closes and cannot be reopened.
Topology

Tasks
All physical cabling is in place and verified. Connectivity for the Switches on ports E0/1, E0/2, and E0/3 must be configured and available for voice and data capabilities.
1. Configure Sw1 and Sw2 with the VLAN naming as indicated.
2. Assign the VLANs to the appropriate interfaces and set a non-trunking, non-tagged, single- VLAN for each interface according to the topology.
3. Configure both switches to use the L2 vendor-neutral discovery protocol to broadcast device information, including the native VLAN across the e0/0 interfaces.
Correct Answer:
Task 1. Configure Sw1 and Sw2 with the VLAN naming as indicated.
SW-1(config)#vlan 77
SW-1(config-vlan)#name IT_User_VLAN
SW-1(config-vlan)#exit
SW-1(config)#vlan 88
SW-1(config-vlan)#name HR_User_VLAN
SW-1(config-vlan)#exit
SW-1(config)#vlan 177
SW-1(config-vlan)#name IT+Voice_VLAN
SW-1(config-vlan)#exit
SW-1(config)#vlan 188
SW-1(config-vlan)#name HR_User_VLAN
SW-1(config-vlan)#exit
SW-2(config)#vlan 77
SW-2(config-vlan)#name IT_User_VLAN
SW-2(config-vlan)#exit
SW-2(config)#vlan 88
SW-2(config-vlan)#name HR_User_VLAN
SW-2(config-vlan)#exit
SW-2(config)#vlan 177
SW-2(config-vlan)#name IT+Voice_VLAN
SW-2(config-vlan)#exit
SW-2(config)#vlan 188
SW-2(config-vlan)#name HR_User_VLAN
SW-2(config-vlan)#exit
Task 2. Assign the VLANs to the appropriate interfaces and set a non-trunking, non-tagged, single-VLAN for each interface according to the topology.
SW-1(config)#interface range E0/1-2
SW-1(config-if)#switchport mode access
SW-1(config-if)#switchport access vlan 77
SW-1(config)#interface range E0/3
SW-1(config-if)#switchport mode access
SW-1(config-if)#switchport access vlan 88
SW-1(config)#interface range E0/1
SW-1(config-if)#switchport mode access
SW-1(config-if)#switchport access vlan 177
SW-1(config)#interface range E0/3
SW-1(config-if)#switchport mode access
SW-1(config-if)#switchport access vlan 188
SW-2(config)#interface range E0/3
SW-2(config-if)#switchport mode access
SW-2(config-if)#switchport access vlan 77
SW-2(config)#interface range E0/1
SW-2(config-if)#switchport mode access
SW-2(config-if)#switchport access vlan 88
SW-2(config)#interface range E0/2
SW-2(config-if)#switchport mode access
SW-2(config-if)#switchport access vlan 177
SW-2(config)#interface range E0/1
SW-2(config-if)#switchport mode access
SW-2(config-if)#switchport access vlan178
Task 3. Configure Sw1 and Sw2 to allow neighbor discovery via the vendor-neutral protocol on e0/0.
SW-1(config)#lldp run
SW-2(config)#lldp run