hardmultiple choiceObjective-mapped

A switch displays the following output:

Switch# show interfaces trunk

Port Mode Encapsulation Status Native vlan Gi1/0/24 on 802.1q trunking 99

Port Vlans allowed on trunk Gi1/0/24 10,20,30

Port Vlans active in management domain Gi1/0/24 10,20,30,40

Users in VLAN 40 cannot reach resources across this trunk.

What is the most likely reason?

Question 1hardmultiple choice
Full question →

A switch displays the following output:

Switch# show interfaces trunk

Port Mode Encapsulation Status Native vlan Gi1/0/24 on 802.1q trunking 99

Port Vlans allowed on trunk Gi1/0/24 10,20,30

Port Vlans active in management domain Gi1/0/24 10,20,30,40

Users in VLAN 40 cannot reach resources across this trunk.

What is the most likely reason?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

VLAN 40 is active, so spanning tree must be blocking it

Spanning tree can block a VLAN path under some conditions, but this exhibit already shows a more direct and simpler explanation. VLAN 40 is not even in the allowed list. When a question gives you a concrete forwarding restriction, you should prefer that explicit evidence instead of assuming a second unseen issue such as STP blocking.

B

Distractor review

VLAN 40 is not in the native VLAN, so it cannot cross the trunk

A VLAN does not need to be the native VLAN in order to cross an 802.1Q trunk. Most VLANs cross as tagged traffic. The native VLAN is only the VLAN carried untagged on that trunk. VLAN 40 could still be transported normally if it were permitted on the trunk, but it is not.

C

Best answer

VLAN 40 is not permitted on the trunk

Correct. This is correct. The allowed VLAN list controls which VLANs are transported across the trunk. Because VLAN 40 is absent from that list, users in VLAN 40 cannot use that trunk to reach resources on the far side.

D

Distractor review

802.1Q trunks can carry only three VLANs at a time

An 802.1Q trunk is not limited to only three VLANs. The number shown here is the result of configuration, not a protocol maximum. Switches can carry many VLANs on a trunk when configured appropriately.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is assuming that because a VLAN is active on the switch, it automatically crosses all trunks. Many candidates mistakenly believe that spanning tree blocking or the native VLAN setting causes VLAN traffic to be blocked, overlooking the allowed VLAN list. The allowed VLAN list explicitly filters which VLANs a trunk carries. If a VLAN is missing from this list, its traffic is dropped at the trunk regardless of spanning tree state or native VLAN configuration. This trap leads to incorrect troubleshooting and answer choices that focus on STP or native VLAN rather than the actual VLAN permission issue.

Technical deep dive

How to think about this question

A VLAN (Virtual Local Area Network) logically segments a switch into separate broadcast domains, allowing devices in the same VLAN to communicate as if they were on the same physical network. Trunk links between switches carry traffic for multiple VLANs simultaneously by tagging frames with VLAN identifiers using protocols like 802.1Q. The trunk port configuration determines which VLANs are allowed to traverse the link, controlling inter-switch VLAN traffic flow. The 'allowed VLANs' list on a trunk port explicitly controls which VLANs can send and receive traffic across that trunk. Even if a VLAN is active and configured on the switch, it will not be carried over the trunk unless it is included in the allowed VLAN list. This filtering mechanism is crucial for network segmentation and security, preventing unwanted VLAN traffic from crossing certain links. The native VLAN is only the VLAN that is sent untagged on the trunk and does not affect whether other VLANs are permitted. A common exam trap is to confuse VLAN presence on the switch with VLAN permission on the trunk. Just because a VLAN is active on the switch does not guarantee it can cross every trunk link. Misunderstanding the allowed VLAN list leads to incorrect assumptions about connectivity issues. Practically, network engineers must verify trunk allowed VLANs when troubleshooting VLAN reachability problems, as missing VLANs in this list block traffic even if the VLAN exists and is active on both ends.

KKey Concepts to Remember

  • A VLAN logically segments a switch into separate broadcast domains to isolate traffic within the same physical network.
  • An 802.1Q trunk port carries traffic for multiple VLANs by tagging frames with VLAN identifiers to distinguish VLAN membership.
  • The allowed VLAN list on a trunk port controls which VLANs are permitted to send and receive traffic across that trunk link.
  • A VLAN must be included in the trunk's allowed VLAN list to be transported across the trunk, regardless of its active status on the switch.
  • The native VLAN is the VLAN that is sent untagged on an 802.1Q trunk and does not restrict other VLANs from crossing the trunk.
  • Traffic from VLANs not permitted on a trunk is blocked at the trunk interface, preventing communication across that link.
  • Switches can have VLANs active in the management domain that do not cross trunks if those VLANs are excluded from the allowed VLAN list.
  • Troubleshooting VLAN connectivity issues requires verifying both VLAN existence on switches and VLAN permission on trunk links.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

A VLAN logically segments a switch into separate broadcast domains to isolate traffic within the same physical network.

What is the correct answer to this question?

The correct answer is: VLAN 40 is not permitted on the trunk — The trunk is not carrying VLAN 40 because VLAN 40 is missing from the allowed VLAN list. This question tests a subtle but very common distinction: a VLAN can exist on the switch and still fail to cross a particular trunk if that trunk does not permit it. The output clearly shows VLAN 40 as active in the management domain, which means the switch knows the VLAN exists. But the allowed VLAN list on the trunk includes only 10, 20, and 30. In plain language, the trunk has been told to carry some VLANs but not VLAN 40. That is why traffic from VLAN 40 stops at this link even though the VLAN itself is present on the switch.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.