exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1260 discussion

Actual exam question from Cisco's 200-301
Question #: 1260
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 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

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
picho707
Highly Voted 1 year, 3 months ago
Task 1 SW-1(config)#vlan 35 SW-1(config-vlan)#name SALES Task 2 SW-2(config)#vlan 39 SW-2(config-vlan)#name MARKETING Task 3 SW-1(config)#interface gigabitEthernet 0/2 SW-1(config-if)#switchport mode access SW-1(config-if)#switchport access vlan 35 Task 4 SW-2(config)#interface gigabitEthernet 0/2 SW-2(config-if)#switchport mode access SW-2(config-if)#switchport access vlan 39 Task 5 SW-1(config)#interface gigabitEthernet 0/2 SW-1(config-if)#no lldp receive SW-1(config-if)#no lldp transmit SW-2(config)#lldp run
upvoted 7 times
JulesAZ
1 year, 3 months ago
Really appreciate all your answers on these sim q's picho :) Far be it from me, honestly, to try to correct, however do you need to enable lldp on SW1 for task 5 and then as you have shown disable it on the specified interface e0/2?
upvoted 3 times
picho707
1 year, 2 months ago
Correct, I think I posted them out of sequence.
upvoted 2 times
...
...
picho707
1 year, 2 months ago
Correction to Task 5 SW-2(config)#lldp run SW-1(config)#lldp run SW-1(config)#interface gigabitEthernet 0/2 SW-1(config-if)#no lldp receive SW-1(config-if)#no lldp transmit SW-1#show lldp interface gigabitEthernet 0/2 GigabitEthernet0/2: Tx: disabled Rx: disabled Tx state: INIT Rx state: INIT
upvoted 3 times
...
...
Mushfig11
Most Recent 1 month, 2 weeks ago
why people in comment used GigabitEthernet instead of Ethernet, maybe for packet tracer? on the real exam don't we choose Ethernet?
upvoted 1 times
...
TomTank2k5
9 months ago
Task 5 say we have to use LLDP so that we have to turn off CDP first. The reason is that cdp is always enabled by default. I think this problem occurs in every comments below.
upvoted 2 times
...
Essohjay
9 months, 1 week ago
SW1# conf t SW1(config)# vlan 35 SW1(config-vlan)# name SALES SW1(config-vlan)# into e0/2 SW1(config-if)# switchport mode access  SW1(config-if)# switchport access vlan 35 SW1(config-if)#exit  SW1(config)# lldp run SW1(config)# int range e0/0-1 SW1(config int-range)# lldp transmit SW1(config int-range)# lldp receive  SW1(config int-range)# into e0/2 SW1(config-if)# no lldp transmit  SW1(config-if)# no lldp receive  SW1(config-if)#end  SW1# write memory
upvoted 2 times
Essohjay
9 months, 1 week ago
SW2# conf t SW2(config)# vlan 39 SW2(config-vlan)# name MARKETING SW2(config-vlan)# into e0/2 SW2(config-if)# switchport mode access  SW2(config-if)# switchport access vlan 39 SW2(config-if)#exit  SW2(config)# lldp run SW2(config)# int range e0/0-1 SW2(config int-range)# lldp transmit SW2(config int-range)# lldp receive  SW2(config int-range)# into e0/2 SW2(config-if)# no lldp transmit  SW2(config-if)# no lldp receive SW2(config-if)#end  SW2# write memory
upvoted 1 times
...
...
bymrdas
10 months ago
Task 1 SW-1(config)#vlan 35 SW-1(config-vlan)#name SALES Task 2 SW-2(config)#vlan 39 SW-2(config-vlan)#name MARKETING Task 3 SW-1(config)#interface gigabitEthernet 0/2 SW-1(config-if)#switchport mode access SW-1(config-if)#switchport access vlan 35 Task 4 SW-2(config)#interface gigabitEthernet 0/2 SW-2(config-if)#switchport mode access SW-2(config-if)#switchport access vlan 39 Task 5 SW-1(config)#interface gigabitEthernet 0/2 SW-1(config-if)#no lldp receive SW-1(config-if)#no lldp transmit SW-1(config)#lldp run SW-2(config)#lldp run
upvoted 1 times
...
bymrdas
10 months ago
The given answer is correct
upvoted 1 times
...
AbdullahMohammad251
1 year, 3 months ago
We need to disable neighbor discovery using cdp : SW(config)# no cdp run Also, we need to enable lldp on the rest of the interfaces: SW2(config) interface range e 0/0-2 SW2(config-if) lldp transmit SW2(config-if)# lldp receive SW1(config) interface range e 0/0-1 SW2(config-if) lldp transmit SW(config-if) lldp receive
upvoted 2 times
86a50a6
1 year, 1 month ago
this is not true brother, once you enable lldp globally all interfaces will transmit and receive lldp packets. It is only necessary to disable it if you don't want packets to be TR/RC from a specific interface. I tested and approve my answer regarding this matter, wa salamou alaikoum wa rahmatou allah.
upvoted 1 times
...
AbdullahMohammad251
1 year, 3 months ago
The suggested answer is correct but is missing the commands I have mentioned above.
upvoted 1 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