exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1054 discussion

Actual exam question from Cisco's 200-301
Question #: 1054
Topic #: 1
[All 200-301 Questions]

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.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 1 year, 4 months ago
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
upvoted 12 times
JulesAZ
1 year, 2 months ago
Cracking answer, thanks very much :)
upvoted 2 times
...
...
rogi2023
Highly Voted 2 years ago
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
upvoted 11 times
itemba36
2 years ago
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
upvoted 18 times
...
JunsK1e
1 year, 5 months ago
Steps 1, 3 and 5 is correct, but in step 4 the vlan assignment needs to swapped correct me if im wrong.
upvoted 2 times
...
...
KT_Yu
Most Recent 10 months, 1 week ago
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
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
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
upvoted 6 times
...
bymrdas
11 months, 2 weeks ago
------------------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
upvoted 2 times
...
picho707
1 year, 4 months ago
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
upvoted 2 times
...
[Removed]
1 year, 6 months ago
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
upvoted 4 times
[Removed]
1 year, 6 months ago
Maybe we dont need to Last command of first step. Correct me if I wrong
upvoted 1 times
[Removed]
1 year, 6 months ago
Okay, now I realize there is a need
upvoted 1 times
...
...
...
Cynthia2023
1 year, 9 months ago
# 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
upvoted 2 times
...
4Lucky711
1 year, 9 months ago
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
upvoted 3 times
...
no_blink404
1 year, 9 months ago
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
upvoted 1 times
...
studying_1
1 year, 11 months ago
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
upvoted 3 times
...
Keba889
1 year, 12 months ago
Correct, itemba36...Thanks!
upvoted 3 times
...
Mariachi
2 years, 1 month ago
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)
upvoted 8 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago