Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Cisco Exam 200-301 Topic 2 Question 78 Discussion

Actual exam question for Cisco's 200-301 exam
Question #: 78
Topic #: 2
[All 200-301 Questions]

Physical connectivity is implemented between the two Layer 2 switches, and the network connectivity between them must be configured

1. Configure an LACP EtherChannel and number it as 1; configure it between switches SW1 and SVV2 using interfaces Ethernet0/0 and Ethernet0/1 on both sides. The LACP mode must match on both ends

2 Configure the EtherChannel as a trunk link.

3. Configure the trunk link with 802.1 q tags.

4. Configure the native VLAN of the EtherChannel as VLAN 15.

Show Suggested Answer Hide Answer
Suggested Answer: A

Answer as below configuration:

On SW1:

conf terminal

vlan 15

exit

interface range eth0/0 - 1

channel-group 1 mode active

exit

interface port-channel 1

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk native vlan 15

end

copy run start

on SW2:

conf terminal

vlan 15

exit

interface range eth0/0 - 1

channel-group 1 mode active

exit

interface port-channel 1

switchport trunk encapsulation dot1q

switchport mode trunk

switchport trunk native vlan 15

end

copy run start


Contribute your Thoughts:

Shad
4 days ago
Ha, 'native VLAN'? More like 'nativate my way through this question', am I right? *chuckles*
upvoted 0 times
...
Nichelle
5 days ago
The diagram is helpful, but I want to make sure I understand the native VLAN requirement. That could trip me up if I'm not careful.
upvoted 0 times
...
Shad
6 days ago
Yeah, it doesn't seem too bad. As long as I remember the proper LACP configuration steps, I should be able to nail this one.
upvoted 0 times
...
Robt
7 days ago
Hmm, this question is pretty straightforward. I think I've got a good handle on the concepts they're testing here.
upvoted 0 times
...

Save Cancel