exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 808 discussion

Actual exam question from Cisco's 200-301
Question #: 808
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 is in place and verified. Connectivity between all four switches must be established and operational. All ports are pre-configured as 802.1q trunks.

1. Configure both SW-1 and SW-2 ports e0/1 and e0/2 to permit only the allowed VLANs
2. Configure both SW-3 and SW-4 ports e0/2 to permit only the allowed VLANs
3. Configure both SW-1 and SW-2 e0/1 ports to send and receive untagged traffic over VLAN 99
4. Configure both SW-3 and SW-4 ports e0/0 and e0/1 for link aggregation using the industry standard protocol. All ports must immediately negotiate the link aggregation
5. Permit only the allowed VLANs on the new link

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)#interface range gigabitEthernet 0/1-2 SW-1(config-if-range)#switchport trunk allowed vlan 56,77 SW-2(config)#interface range gigabitEthernet 0/1-2 SW-2(config-if-range)#switchport trunk allowed vlan 56,77 Task 2 SW-3(config)#interface gigabitEthernet 0/2 SW-3(config-if)#switchport trunk allowed vlan 56,77 SW-4(config)#interface gigabitEthernet 0/2 SW-4(config-if)#switchport trunk allowed vlan 56,77 Task 3 SW-1(config)#interface gigabitEthernet 0/1 SW-1(config-if)#switchport trunk native vlan 99 SW-2(config)#interface gigabitEthernet 0/1 SW-2(config-if)#switchport trunk native vlan 99
upvoted 9 times
tumajay
11 months ago
vlan 99 is part of the allowed vlans so should be added to the switchport trunk allowed vlans
upvoted 1 times
exiledwl
7 months ago
I'd stick with not including. I think since there is a task that asks for 'only allowed vlans' and a separate task specifying (task 3) specifying to configure the native vlan, it's implied we don't include 99 in the allowed vlans, but that's just me not sure entirely
upvoted 1 times
...
...
picho707
1 year, 3 months ago
Task 4 SW-3(config)#interface range gigabitEthernet 0/0-1 SW-3(config-if-range)#channel-group 34 mode active Creating a port-channel interface Port-channel 34 SW-3(config-if-range)#switchport trunk encapsulation dot1q SW-3(config-if-range)#switchport mode trunk SW-3(config-if-range)#switchport trunk allowed vlan 56,77 SW-4(config)#interface range gigabitEthernet 0/0-1 SW-4(config-if-range)#channel-group 34 mode active Creating a port-channel interface Port-channel 34 SW-4(config-if-range)#switchport trunk encapsulation dot1q SW-4(config-if-range)#switchport mode trunk SW-4(config-if-range)#switchport trunk allowed vlan 56,77
upvoted 5 times
...
...
[Removed]
Highly Voted 11 months, 3 weeks ago
Task 1 SW1 & SW2: int fa 0/1 swi tr all vl 56,77,99 int fa 0/2 swi tr all vl 56,77 Task 2 SW3 & SW4: int fa 0/2 swi tr all vl 56,77 Task 3 SW1 & SW2: int fa 0/1 swi tr na vl 99 Task 4 SW3 & SW4: int ra fa 0/0-1 channel-gr 34 mo act no sh Task 5 SW3 & SW4: int po 34 sw tr en do sw mo tr swi tr all vl 56,77 no sh end copy r st
upvoted 7 times
...
Joshua25
Most Recent 6 months, 2 weeks ago
VLAN 99 shouldn't be included in the configuration of SW-3 and SW-4, because task 5 clearly requires the ALLOWED VLANs only.
upvoted 1 times
...
Essohjay
9 months, 1 week ago
SW1# conf t SW1(config)#int e0/1 SW1(config-interface)# switchport trunk allowed vlan 56, 77 SW1(config-interface)# switchport trunk native vlan 99 SW1(config-interface)#exit  SW1(config)#int e0/2 SW1(config-interface)# switchport trunk allowed vlan 56, 77 SW1(config-interface)#exit  SW1(config)# do write SW2#conf t SW2(config)#int e0/1 SW1(config-interface)# switchport trunk allowed vlan 56, 77 SW2(config-interface)# switchport trunk native vlan 99 SW2(config-interface)#exit  SW2(config)#int e0/2 SW2(config-interface)# switchport trunk allowed vlan 56, 77 SW2(config-interface)#exit  SW2(config)# do write
upvoted 4 times
Essohjay
9 months, 1 week ago
SW3#conf t SW3(config)#int e0/2 SW3(config-interface)# switchport trunk allowed vlan 56, 77 SW3(config-interface)#exit  SW3(config)#int range 0/0-1 SW3(config int-range)# channel-group 34 mode active SW3(config int-range)#exit  SW3(config)#int Po34 SW3(config-interface)# switchport trunk allowed vlan 56,77 SW3(config-interface)#exit  SW3(config)# do write SW4#conf t SW4(config)#int e0/2 SW4(config-interface)# switchport trunk allowed vlan 56, 77 SW4(config-interface)#exit  SW4(config)#int range 0/0-1 SW4(config int-range)# channel-group 34 mode active SW4(config int-range)#exit  SW4(config)#int Po34 SW4(config-interface)# switchport trunk allowed vlan 56,77 SW4(config-interface)#exit  SW4(config)# do write
upvoted 2 times
...
...
JulesAZ
1 year, 3 months ago
No idea why there is no comment on this one? Please would anyone comment on my thoughts? I am little confused as to wether the VLAN 99 is 'allowed'. Look forward to some enlightenment on my proposed config :) SW1 & 2 Task 1 en conf t int r e0/1-2 switchport trunk allowed vlan 56,77 Task 3 int e0/1 switchport trunk native vlan 99 switchport trunk allowed vlan 99 end wr SW3 & 4 Task 2 en conf t int e0/2 switchport trunk allowed vlan 56,77 Task 4&5 int range e0/0-1 channel group 34 mode active int po34 switchport trunk allowed vlan 56,77 end wr
upvoted 1 times
picho707
1 year, 3 months ago
my understanding is that vlan 99 is not tagged so it does not need to be inserted in the "allow" command. vlan 99 will function fine since it is treated as untagged traffic.
upvoted 4 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