exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 310 discussion

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


Refer to the exhibit. An engineer is configuring a new Cisco switch, NewSW, to replace SW2. The details have been provided:
✑ Switches SW1 and SW2 are third-party devices without support for trunk ports.
✑ The existing connections must be maintained between PC1, PC2, and PC3.
✑ Allow the switch to pass traffic from future VLAN 10.
Which configuration must be applied?

  • A. NewSW(config)#interface f0/0 NewSW(config-if)#switchport mode trunk NewSW(config-if)#switchport trunk native vlan 10 NewSW(config-if)#switchport trunk native vlan 10
  • B. NewSW(config)#interface f0/0 NewSW(config-if)#switchport mode access NewSW(config-if)#switchport trunk allowed vlan 2, 10 NewSW(config-if)#switchport trunk native vlan 2
  • C. NewSW(config)#interface f0/0 NewSW(config-if)#switchport mode access NewSW(config-if)#switchport trunk allowed vlan 2, 10 NewSW(config-if)#switchport trunk native vlan 10
  • D. NewSW(config)#interface f0/0 NewSW(config-if)#switchport mode trunk NewSW(config-if)#switchport trunk allowed vlan 2, 10 NewSW(config-if)#switchport trunk native vlan 2
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
DoBronx
Highly Voted 2 years, 1 month ago
what is this garbage question
upvoted 84 times
[Removed]
1 year, 11 months ago
just goes to show the importance of sites like examtopic
upvoted 17 times
...
Godfather2022
1 year, 10 months ago
Have been trying to configure what is the question is asking for the past 15 minutes but I cant.
upvoted 11 times
Aminoooo
1 year ago
How can you configure a trunk when the first command was access lol?
upvoted 6 times
...
...
...
andresfjardim
Highly Voted 1 year, 10 months ago
Selected Answer: D
I tested this in packet tracer, feel free to try it yourselfs, the correct answer is D! Nothing says that the new switch doesn't allow trunking. It can´t be B, because when you configure the port in access mode it doesn´t evaluate the trunking commands, and access only permits one vlan. If you have access on one side the vlan comes untagged, for the other side to put this untagged vlan in a native vlan the port needs to be configured as trunk. Also this imposes that in the future to have vlan 10 passing here you would need to replace SW1 to have trunk funcionality or alternatively configure another uplink to pass vlan 10 the same way to new SW.
upvoted 16 times
[Removed]
1 year, 7 months ago
SW1 is already configured in access mode. NewSW cannot be configured in trunk mode. In order for the ping to work both sides of the link need to have the same mode (access or trunk) and not one side trunk and the other side access.
upvoted 4 times
...
...
jojolabubu
Most Recent 2 days, 19 hours ago
Selected Answer: B
The port has to be in access mode as the other end is. Then allowing both VLANs in a trunk is a pre-config, it has currently no effect. When VLAN10 is operational, the other old switch needs to be replaced too and a trunk formed between the two new switches. The new switch is currently not receiving any VLAN10 or VLAN2 tagged traffic, only untagged as originating from an access port. This traffic must be directed to VLAN2 so let's make it the native VLAN.
upvoted 1 times
...
3040636
1 month, 2 weeks ago
Connections between switch to another switch should be trunk and switch to endpoints(PCs) should be access.
upvoted 1 times
...
srtysrhtyjumnuyedt
4 months, 2 weeks ago
So here's my take: A is incorrect because vlan 10 is listed twice, with no mention of vlan 2. Vlan 2 has to be in the configs. B is incorrect because you can't have a port in switchport mode access with vlan trunking enabled. The port is either an access port or a trunk port. It can't be both. The switch will ignore the "switchport trunk allowed vlan 2,10" command because the command "switchport mode trunk" is not specified. C is incorrect because of the same reason as B above. D is the only one that can be correct because we've eliminated the other 3. That and this is actually a valid config. I've tested it in packet tracer, and the PCs can still ping across with this config.
upvoted 2 times
...
Agribaba
5 months, 3 weeks ago
Access Mode: Since SW1 and SW2 do not support trunk ports, the new switch should operate in access mode to maintain compatibility. Trunk Allowed VLANs: Although this command is not typically used in access mode, the essential requirement here is to ensure VLAN 2 (existing traffic) and VLAN 10 (future traffic) are recognized. Native VLAN: Setting the native VLAN to VLAN 2 ensures current traffic between PC1, PC2, and PC3 is maintained.
upvoted 1 times
...
Agribaba
5 months, 3 weeks ago
The configuration is NewSW(config)#interface f0/0 NewSW(config-if)#switchport mode access NewSW(config-if)#switchport trunk allowed vlan 2, 10 NewSW(config-if)#switchport trunk native vlan 2
upvoted 1 times
AlbanAlla
4 weeks ago
u can not use sw mode access and sw allowed vlan for the same command!!!!
upvoted 1 times
...
...
bymrdas
5 months, 3 weeks ago
Selected Answer: D
D is correct.
upvoted 1 times
...
networkcity
6 months ago
Selected Answer: A
The correct answer is A.
upvoted 1 times
...
emredemircio
6 months, 2 weeks ago
one switch has no trunk port support and the new one has. How to form a trunk between those? Different modes on far ends are wrong we know that. New switch has to be access port. Really stupid question. Why asking about a 3rd party device in CCNA?
upvoted 2 times
...
[Removed]
9 months ago
Selected Answer: D
D is correct
upvoted 2 times
...
AbdullahMohammad251
11 months, 3 weeks ago
Selected Answer: D
Tried it in packet tracer: Having the interface fa 0/0 in access mode will lead to VLAN mismatch, so it has to be trunk mode.
upvoted 2 times
...
zbeugene7
1 year, 1 month ago
It's actually a good question, please correct me if I am wrong, but the fact that the new switch can still be configured and needs to be configured to let vlan 2 traffic through, as if it is trunking, even though connected to non trunking interface, but in fact the only possible vlan 2 traffic is passed untagged (because it's native) , it would still work, as if it was an access mode, once the other old switch is replaced , both vlan 2 and vlan 10 is already configured and allowed as requested in the original requirements.....
upvoted 3 times
...
Madzonga
1 year, 3 months ago
I believe it's B however the question is annoying SW1 doesn't support trunks so we have to configure access port and "in the future" when they change SW1 trunk allowed command will be ready Not saying that with confidence though, dumb question
upvoted 2 times
...
e072f83
1 year, 3 months ago
Selected Answer: D
Correct answer is D for sure!
upvoted 3 times
...
Rydaz
1 year, 7 months ago
in switchport mode access : the interface can only carry ONE VLAN on that interface, only exception is with voice
upvoted 2 times
...
Lokylax
1 year, 7 months ago
Selected Answer: D
Answer is D because of future need of vlan 10.
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