nerdexam
CiscoCisco

200-301 · Question #1440

200-301 Question #1440: Real Exam Question with Answer & Explanation

Sign in or unlock 200-301 to reveal the answer and full explanation for question #1440. The question stem and answer options stay visible for context.

Submitted by diego_uy· Mar 5, 2026Network Access

Question

Lab Simulation 16 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 and R2 are 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; each port must only allow one VLAN and be operational. 1. Configure SW-1 with VLAN 15 and label it exactly as OPS 2. Configure SW-2 with VLAN 66 and label it exactly as ENGINEERING 3. Configure the switch port connecting to PC1 4. Configure the switch port connecting to PC2 5. Configure the E0/2 connections on SW-1 and SW-2 for neighbor discovery using the vendor- neutral standard protocol and ensure that E0/0 on both switches uses the Cisco proprietary protocol Answer: Task 1. Configure SW-1 with VLAN 15 and label it exactly as OPS SW-1(config)#vlan 15 SW-1(config-vlan)#name OPS 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 66 SW-2(config-vlan)#name ENGINEERING SW-2(config-vlan)#exit //To apply the VLAN configured Task 3. Configure the switch port connecting to PC1 SW-1(config)#int e0/1 SW-1(config-if)#switchport mode access SW-1(config-if)#switchport access vlan 15 SW-1(config-if)#no shut Task 4. Configure the switch port connecting to PC2 SW-2(config)#int e0/1 SW-2(config-if)#switchport mode access SW-2(config-if)#switchport access vlan 66 SW-2(config-if)#no shut Task 5. Configure the E0/2 connections on SW-1 and SW-2 for neighbor discovery using the vendor-neutral standard protocol and ensure that e0/0 on both switches uses the Cisco proprietary protocol "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 SW-1(config)#int e0/0 SW-1(config-if) no lldp transmit SW-1(config-if) no lldp recieve SW-1(config-if) cdp enable SW-2(config)#int e0/0 SW-2(config-if) no lldp transmit SW-2(config-if) no lldp recieve SW-2(config-if) cdp enable

Options

  • taskConfigure SW-1 with VLAN 15 labeled OPS and SW-2 with VLAN 66 labeled ENGINEERING. Configure the switch ports connecting to PC1 and PC2. Establish neighbor discovery on E0/2 interfaces using a vendor-neutral standard protocol (LLDP) and on E0/0 interfaces using the Cisco proprietary protocol (CDP) on both SW-1 and SW-2.
  • prerequisitesAll necessary preconfigurations have been applied for R1 and R2, and physical cabling is verified. Do not change enable password or hostname for any device. Ensure connectivity for PC1 and PC2 to switches with single VLAN access per port and operational status.

Unlock 200-301 to see the answer

You've previewed enough free 200-301 questions. Unlock 200-301 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#VLAN Configuration#Access Ports#LLDP#CDP
Full 200-301 PracticeBrowse All 200-301 Questions