Exam 200-301 All QuestionsBrowse all questions from this exam
Question 1054

SIMULATION

-

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:

Discussion
rogi2023

sw1: task#1: vlan 12 name Compute vlan 34 name Telephony #3: int e0/0 sw mo acc sw acc vl 12 (the same on sw2) #4 int e0/1 sw mo acc sw acc vl 34 sw voice vl 12 #5 on SW2: sh vlan to see "Available #) and if its allready assignet to int, if not: int e0/1 sw mo acc sw acc vl "#Available" no cdp enable on allsw wr mem

itemba36

Hi rogi2023, For Task 4, the data vlan should be vlan 12 (named Compute), the voice vlan should be vlan 34 (named Telephony), so the e0/1 configuration should be modified as follow: int e0/1 switchport mode access switchport access vlan 12 switchport voice vlan 34

JunsK1e

Steps 1, 3 and 5 is correct, but in step 4 the vlan assignment needs to swapped correct me if im wrong.

Mariachi

Solution is incomplete: task 3: configuring the port into access mode, without assigning a vlan is just ... incomplete sw mode acc sw acc vl 12 task 5: no cdp enable (under the e0/1 interface)

CertBuster

Task 1 SW1(config)#vlan 12 SW1(config-vlan)#name Compute SW1(config-vlan)#vlan 34 SW1(config-vlan)#name Telephony SW2(config)#vlan 12 SW1(config-vlan)#name Compute Task 2 First, check for the available VLANs with "show vlan brief" or "show vlan" to get the VLAN id of "Available". I'll use "available-vlan-id" as a substitute for this value. SW2(config)#interface e0/1 SW2(config-if)#switchport mode access SW2(config-if)#switchport access vlan available-vlan-id Task 3 SW1(config)#interface e0/0 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 12 SW2(config)#interface e0/0 SW2(config-if)#switchport mode access SW2(config-if)#switchport access vlan 12 Task 4 SW1(config)#interface e0/1 SW1(config-if)#switchport mode access SW1(config-if)#switchport voice vlan 34 SW1(config-if)#switchport access vlan 12 Task 5 SW2(config)#cdp run SW2(config)#interface e0/1 SW2(config-if)#no cdp enable

JulesAZ

Cracking answer, thanks very much :)

SeMo0o0o

I had this lab in my exam, so was my answer: Task 1: SW1(config)#vlan 12 SW1(config-vlan)#name Compute SW1(config)#vlan 34 SW1(config-vlan)#name Telephony SW2(config)#vlan 12 SW2(config-vlan)#name Compute Task 2: do show vlan brief (99 for example) SW2(config)#interface e0/1 SW2(config-if)#switchport mode access SW2(config-if)#switchport access vlan 99 Task 3 SW1 & SW2: SW(config)#interface e0/0 SW(config-if)#switchport mode access SW(config-if)#switchport access vlan 12 Task 4 SW1(config)#interface e0/1 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 12 SW1(config-if)#switchport voice vlan 34 Task 5 SW2(config)#cdp run SW2(config)#interface e0/1 SW2(config-if)#no cdp enable end copy ru st

Junior_Network

1) SW1: vlan 12 > name Compute vlan 34 > name Telephony SW2: vlan 12 > name Compute 2) SW2: //First we must find vlan number of Available vlan "show vlan name Available" or "show vlan" or "show vlan brief" interface e0/1 > sw mo ac > sw ac vlan x 3) SW1: int e0/0 > sw mo ac > sw ac vlan 12 SW2: int e0/0 > sw mo ac > sw ac vlan 12 4) SW1: int e0/1 > sw mo ac > sw ac vlan 12 > sw vo vlan 34 5) SW2: int e0/1 > no cdp enable Final > copy running-config startup-config

Junior_Network

Maybe we dont need to Last command of first step. Correct me if I wrong

Junior_Network

Okay, now I realize there is a need

4Lucky711

I'm a beginner and I'm not sure the answer.... SW1: en conf t vlan 12 name Compute vlan 34 name Telephony int e0/0 switchport mode access switchport access vlan 12 int e0/1 switchport mode access switchport access vlan 12 switchport voice vlan 34 end copy running-config startup-config ------------------------------------- SW2: en conf t int e0/1 switchport mode access switchport access vlan Available no cdp enable end copy running-config startup-config

studying_1

wanted to add we need to configure vlan 100 on sw2 also, and the connection between the two switches given the diagram and please correct me if i'm wrong, on both switches: sw mode access sw access vlan 100

Keba889

Correct, itemba36...Thanks!

bymrdas

------------------Sw1------------------------ SW1(config)#vlan 12 SW1(config-vlan)#name Compute SW1(config)#vlan 34 SW1(config-vlan)#name Telephony SW1(config)#interface ethernet0/0 SW1(config-if)#Switchport mode access SW1(config-if)#Switchport access vlan 12 SW1(config)#interface ethernet0/1 SW1(config-if)#Switchport mode access SW1(config-if)#Switchport access vlan 12 SW1(config-if)#Switchport voice vlan 34 -------------------SW2------------------------ SW2(config)#vlan 12 SW2(config-vlan)#name Compute SW2(config)#vlan 34 SW2(config-vlan)#name Telephony SW2(config)#interface ethernet0/0 SW2(config-if)#Switchport mode access SW2(config-if)#Switchport access vlan 12 SW2(config)#cdp run SW2(config)#interface ethernet0/1 SW2(config-if)#Switchport mode access SW2(config-if)#switchport access vlan (Available-vlan-id) SW2(configif)#no cdp enable

picho707

Task 1 SW1(config)#vlan 12 SW1(config-vlan)#name Compute SW1(config-vlan)#exit SW1(config)#vlan 34 SW1(config-vlan)#name Telephony SW2(config)#vlan 12 SW2(config-vlan)#name Compute Task 2 SW2(config)#vlan 40 SW2(config-vlan)#name Available SW2(config)#interface gigabitEthernet 0/1 SW2(config-if)#switchport mode access SW2(config-if)#switchport access vlan 40 Task 3 SW1(config)#interface gigabitEthernet 0/0 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 12 SW2(config)#interface gigabitEthernet 0/0 SW2(config-if)#switchport mode access SW2(config-if)#switchport access vlan 12 Task 4 SW1(config)#interface gigabitEthernet 0/1 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 12 SW1(config-if)#switchport voice vlan 34 Task 5 SW2(config)#cdp run SW2(config)#interface gigabitEthernet 0/1 SW2(config-if)#no cdp enable

Cynthia2023

# SW1 Configuration enable conf t vlan 12 name Computer vlan 34 name Telephony int e0/1 switchport mode access switchport access vlan 12 switchport voice vlan 34 no shutdown int e0/0 switchport mode access switchport access vlan 12 no shutdown end wr # SW2 Configuration enable conf t vlan 12 name Computer vlan 34 name Telephony int e0/1 switchport mode access switchport access vlan Available no cdp enable no shutdown int e0/0 switchport mode access switchport access vlan 12 no shutdown end wr

KT_Yu

1. Configure VLAN 12 named Compute and VLAN 34 named Telephony where required for each task. SW1 and SW2: vlan 12; name Compute; vlan 34; name Telephony 2. Configure Ethernet0/1 on SW2 to use the existing VLAN named Available. int eth0/1; switchport mode access; switchport access vlan Available 3. Configure the connection between the switches using access ports. switchport mode acess 4. Configure Ethernet0/1 on SW1 using data and voice VLANs. int e0/1 switchport mode access switchport access vlan 12 switchport voice vlan 34 5. Configure Ethernet0/1 on SW2 so that the Cisco proprietary neighbor discovery protocol is turned off for the designated interface only. int e0/1 no cdp enable

no_blink404

No expert, but this is what I got: SW1) vlan 12 name Compute vlan 34 name Telephony int e0/0 switchport mode access switchport access vlan 12 int e0/1 switchport mode access switchport access vlan 12 switchport voice vlan 34 copy run start SW2) int e0/1 switchport mode access switchport access vlan Available no cdp enable copy run start