nerdexam
Cisco

200-301 · Question #1442

Lab Simulation 17 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 correct approach requires configuring VLAN 35 on SW-1 named exactly 'SALES', VLAN 39 on SW-2 named 'MARKETING', setting access ports for PC1 and PC2 on their respective VLANs, and implementing LLDP while disabling it on the PC1-facing interface. Each step is critical because

Submitted by marco_it· Mar 5, 2026Network Access – Configure and verify VLANs (normal range) spanning multiple switches, configure and verify interswitch connectivity, and configure Layer 2 discovery protocols (LLDP) as tested in CCNA 200-301 Domain 2: Network Access.

Question

Lab Simulation 17 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 doses and cannot be reopened. Topology Tasks R1 has been pre-configured with all the necessary commands. All physical cabling is in place and verified. Connectivity for PC1 and PC2 must be established to the switches, and each port must only allow one VLAN. 1. Configure SW-1 with VLAN 35 and label it exactly as SALES 2. Configure SW-2 with VLAN 39 and label it exactly as MARKETING 3. Configure the switch port connecting to PC1 4. Configure the switch port connecting to PC2 5. Configure SW-1 and SW-2 for universal neighbor discovery using the industry standard protocol and disable it on the interface connecting to PC1 Answer: Task 1. Configure SW-1 with VLAN 15 and label it exactly as OPS SW-1(config)#vlan 35 SW-1(config-vlan)#name SALES SW-1(config-vlan)#exit //To apply the VLAN configured Task 2. Configure SW-2 with VLAN 66 and label it exactly as ENGINEERING SW-2(config)#vlan 39 SW-2(config-vlan)#name MARKETING SW-2(config-vlan)#exit //To apply the VLAN configured Task 3. Configure the switch port connecting to PC1 SW-1(config)#int e0/2 SW-1(config-if)#switchport mode access SW-1(config-if)#switchport access vlan 35 SW-1(config-if)#no shut Task 4. Configure the switch port connecting to PC2 SW-2(config)#int e0/2 SW-2(config-if)#switchport mode access SW-2(config-if)#switchport access vlan 39 SW-2(config-if)#no shut Task 5. Configure SW-1 and SW-2 for universal neighbor discovery using the industry standard protocol and disable it on the interface connecting to PC1 "neighbor discovery using the vendor-neutral standard protocol" means LLDP while "Cisco proprietary protocol" means CDP. On both SW-1 and SW-2 SW-1(config)#lldp run SW-2(config)#lldp run On SW-1 SW-1(config)#int e0/2 SW-1(config-if) no lldp transmit SW-1(config-if) no lldp recieve

Exhibits

200-301 question #1442 exhibit 1
200-301 question #1442 exhibit 2

Explanation

The correct approach requires configuring VLAN 35 on SW-1 named exactly 'SALES', VLAN 39 on SW-2 named 'MARKETING', setting access ports for PC1 and PC2 on their respective VLANs, and implementing LLDP while disabling it on the PC1-facing interface. Each step is critical because access ports restrict a port to a single VLAN (meeting the 'only allow one VLAN' requirement), and LLDP must be globally enabled but selectively disabled on end-user ports to prevent unnecessary neighbor discovery exposure. The VLAN names must match exactly as specified, as Cisco IOS is case-sensitive for VLAN name verification in exam grading.

Topics

#VLAN Configuration#Access Port Assignment#LLDP#Layer 2 Switching

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice