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

SIMULATION

-

R1 has been pre-configured with all the necessary commands. All physical cabling is in place and verified. Connectivity to the end devices must be configured.

1. Configure SW-1 switch port 0/1 to carry traffic for the Cisco IP phone and PC

2. Configure SW-2 E0/1 to carry traffic for PC2

3. Configure VLAN 10 with the name “Engineering” on SW-1

4. Configure the link between SW-1 and SW-2 to use the vendor neutral neighbor discovery protocol

5. Configure the link on SW-1 to R1 so that it does not allow the Cisco neighbor discovery protocol to pass

    Correct Answer:

Discussion
d5c03de

1. Configure SW-1 switch port 0/1 to carry traffic for the Cisco IP phone and PC 2. Configure SW-2 E0/1 to carry traffic for PC2 3. Configure VLAN 10 with the name “Engineering” on SW-1 4. Configure the link between SW-1 and SW-2 to use the vendor neutral neighbor discovery protocol 5. Configure the link on SW-1 to R1 so that it does not allow the Cisco neighbor discovery protocol to pass Task 1: SW-1(Config)#int e0/1 SW-1(Config-if)#switchport mode access SW-1(Config-if)#switchport access vlan 10 SW-1(Config-if)#switchport voice vlan 11 Task 2: SW-2(Config)#int e0/1 SW-2(Config-if)#switchport mode access SW-2(Config-if)#switchport access vlan 30 Task 3: SW-1(Config)#int vlan 10 SW-1(Config-vlan)#name Engineering Task 4: SW-1(Config)#lddp run SW-1(Config)#int range e0/1-2 SW-1(Config-if-range)#no lldp transmit SW-1(Config-if-range)#no lldp receive SW-2(Config)#lddp run SW-2(Config)#int e0/1 SW-2(Config-if)#no lldp transmit SW-2(Config-if)#no lldp receive Task 5: SW-1(Config)# int e0/1 Sw-1(Config-if)#no cdp enable write memory

86a50a6

I think in task 5 you should also enable the transmit and receive command for LLDP on the 0/0 interfaces between SW1 and SW2.

86a50a6

not true because when you enable "lldp run" globally it activates lldp on all interfaces.

d5c03de

Task 3: "vlan 10" not "int vlan 10"

bymrdas

Man, i think that you need review this question. 4. Configure the link between SW-1 and SW-2 to use the vendor neutral neighbor discovery protocol

KuyaErik101

Task 1: SW-1(Config)#int e0/1 SW-1(Config-if)#switchport mode access SW-1(Config-if)#switchport access vlan 10 SW-1(Config-if)#switchport voice vlan 11 write memory Task 2: SW-2(Config)#int e0/1 SW-2(Config-if)#switchport mode access SW-2(Config-if)#switchport access vlan 30 write memory Task 3: SW-1(Config)#int vlan 10 SW-1(Config-vlan)#name Engineering write memory Task 4 and 5 SW-1(Config)#lddp run SW-1(Config)#int e0/0 SW-1(Config-if-range)lldp receive SW-1(Config-if-range)lldp transmit SW-1(Config)#int e0/2 write memory SW-1(Config-if-range)#no cdp enable SW-2(Config)#lddp run SW-2(Config)#int e0/0 SW-2(Config-if-range)lldp receive SW-2(Config-if-range)lldp transmit write memory

bymrdas

Task1 SW-1 interface ethernet0/1 switchport mode access switchport voice vlan 11 switchport access vlan 10 wr Task2 SW-2 Interface ethernet0/1 switchport mode access switchport access vlan 30 wr Task3 SW-1 vlan 10 name Enginnering wr Task4 SW-1 lldp run interface ethernet0/0 lldp transmit lldp receive wr Sw-2 lldp run interface ethernet0/0 lldp transmit lldp receive wr Task5 Sw-1 cdp run interface ethernet0/2 no cdp enable wr

bymrdas

forget cdp run