Lab Simulation 5
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 tab 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 between the two switches is installed. Configure the network connectivity between the switches using the designated VLANs and interfaces.
1. Configure VLAN 12 named Compute and VLAN 34 named Telephony where required for each task.
2. Configure Ethernet0/1 on SW2 to use the existing VLAN named Available.
3. Configure the connection between the switches using access ports.
4. Configure Ethernet0/1 on SW1 using data and voice VLANs.
5. Configure Ethernet0/1 on SW2 so that the Cisco proprietary neighbor discovery protocol is turned off for the designated interface only.
Correct Answer:
Task#1:
SW1:
vlan 12 name Compute
vlan 34 name Telephony
Task#2:
SW2:
//First we must find vlan number of Available vlan
"show vlan name Available" or "show vlan" or "show vlan brief"
int e0/1
switchport mode access
switchport access vlan Available
Task#3:
SW1:
int e0/0
switchport mode access
switchport access vlan 12
SW2:
int e0/0
switchport mode access
switchport access vlan 12
Task#4:
SW1:
int e0/1
switchport mode access
switchport access vlan 12
switchport voice vlan 34
Task#5:
SW2:
int e0/1
no cdp enable
Final > copy running-config startup-config