nerdexam
CiscoCisco

200-301 · Question #1353

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

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

Submitted by kim_seoul· Mar 5, 2026Network Access

Question

Lab Simulation 12 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 R1 has been pre-configured with all the necessary commands. All physical cabling is in place and verified. Connectivity from PC1, PC3, and the Server must be established to the switches, and each port must only allow one VLAN. 1. Configure the VLAN connecting to the switch port for PC3 with the name "SALES" 2. Configure the switch port connecting to Server1 3. Configure the switch port connecting to PC3 4. Ensure R1 discovers SW-1 via the Cisco proprietary neighbor discovery protocol and all other devices on the network are unable to discover SW-1 Answer: Task#1: sw-2#conf t sw-2(config)#vlan 20 sw-2(config-vlan)#name SERVER1 sw-2(config)#vlan 30 sw-2(config-vlan)#name SALES sw-2(config-vlan)#exit Task#2: sw-2(config)#interface eth0/2 sw-2(config-if)#switchport mode access sw-2(config-if)#switchport access vlan 20 sw-2(config-if)#no sh sw-2(config-if)#exit Task#3: sw-2(config)#interface eth0/3 sw-2(config-if)#sw-1port mode access sw-2(config-if)#sw-1port access vlan 30 sw-2(config-if)#no sh sw-2(config-if)#end sw-2#wr Task#4: sw-1#configure t sw-1(config)#cdp run sw-1(config)#interface fastEthernet 0/1 sw-1(config-if)#cdp enable sw-1(config-if)#no sh sw-1(config)#interface fastEthernet 0/2 sw-1(config-if)#no cdp enable sw-1(config-if)#no sh sw-1(config-if)#end sw-1#wr

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 assignment#Switchport access mode
Full 200-301 PracticeBrowse All 200-301 Questions