Courseiva
Switching and Network AccesshardMultiple ChoiceObjective-mapped

CCNA Switching and Network Access Practice Question

A switchport is configured as a trunk on one side and access on the other side of the same physical link. What is the most likely result?

⚠ Common exam trap

Beware of assuming automatic negotiation fixes all mismatches; DTP cannot resolve a trunk/access mismatch.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.

A trunk/access mismatch prevents the link from carrying VLAN traffic as intended. Option A correctly identifies this mismatch. Option B is wrong because access ports remain Layer 2 switchports; there is no automatic conversion to a routed port. Option C fails because switch configurations are never auto-synchronized due to a port role mismatch. Option D is incorrect: OSPF router ID is chosen based on loopback or highest IP address and is unaffected by a Layer 2 port mismatch.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.

    Why this is correct

    When one side is a trunk and the peer is an access port, the link's encapsulation expectations conflict: the trunk port transmits 802.1Q-tagged frames while the access port accepts only untagged frames, so the access port typically drops or misplaces that traffic into its native VLAN. This logical mismatch means the VLAN traffic cannot traverse the link correctly, even though the physical link stays up.

  • The access side automatically becomes a routed port.

    Why it's wrong here

    A switchport configured as access does not dynamically become a routed port; a routed port is created by issuing the `no switchport` command at the interface level, which removes Layer 2 switching entirely. This option is tempting because in a routed-access design, an access port can be assigned an IP address and participate in routing, but that still requires explicit `no switchport` configuration, not a trunk-to-access mismatch. The correct scenario for a routed port is when a switch interface connects directly to a router or a host needing Layer 3 termination, not when a trunk and access mode conflict on the same link.

    When this WOULD be correct

    In a different scenario where the question specifies that a switchport is configured as an access port and is connected to a Layer 3 switch that is set to route traffic, the access port could be considered a routed port if the switch is configured to route traffic from that port.

  • The switches automatically synchronize their configurations.

    Why it's wrong here

    Cisco switches do not auto-synchronize running or startup configurations when encountering a port mismatch; there is no protocol that negotiates trunk/access compatibility on a point-to-point link unless DTP is used, but DTP only negotiates trunking and does not copy configs. Without VTP, which is limited to VLAN database propagation, the mismatch persists until an administrator manually reconfigures one side to match the other.

    When this WOULD be correct

    In a different scenario where two switches are connected and both are set to automatically synchronize their configurations, a question might ask about the behavior of switches when connected with mismatched port types. In that case, if both switches support a configuration synchronization feature, the option could be correct.

  • The mismatch forces OSPF to choose a new router ID.

    Why it's wrong here

    OSPF's router-ID selection is a Layer 3 process that considers loopback interfaces, an explicitly configured `router-id`, or the highest numeric IPv4 address on up/up interfaces; it has no dependency on an interface's Layer 2 switchport mode. A trunk/access mismatch on a switchport does not alter IP addressing or routing process participation, so it never triggers a new router-ID election.

    When this WOULD be correct

    In a different scenario where the question specifies that OSPF is configured on both switches and that the port configurations impact OSPF adjacency, a mismatch could lead to OSPF recalculating the router ID due to changes in the network topology.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.Correct answer

Why this is correct

When one side is a trunk and the peer is an access port, the link's encapsulation expectations conflict: the trunk port transmits 802.1Q-tagged frames while the access port accepts only untagged frames, so the access port typically drops or misplaces that traffic into its native VLAN. This logical mismatch means the VLAN traffic cannot traverse the link correctly, even though the physical link stays up.

The access side automatically becomes a routed port.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because an access port cannot automatically become a routed port; it remains an access port and does not participate in Layer 3 routing unless explicitly configured as such.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that a switchport is configured as an access port and is connected to a Layer 3 switch that is set to route traffic, the access port could be considered a routed port if the switch is configured to route traffic from that port.

Why candidates choose this

Candidates may find this option tempting because they might confuse the concepts of access ports and routed ports, believing that a configuration change would automatically elevate the port's functionality without realizing that explicit configuration is required.

The switches automatically synchronize their configurations.Wrong answer — click to see why

Why this is wrong here

This option is wrong because a switchport configured as access does not automatically synchronize configurations with a trunk port; they operate independently based on their respective configurations.

★ When this WOULD be the correct answer

In a different scenario where two switches are connected and both are set to automatically synchronize their configurations, a question might ask about the behavior of switches when connected with mismatched port types. In that case, if both switches support a configuration synchronization feature, the option could be correct.

Why candidates choose this

Candidates may choose this option because they might confuse the concept of configuration synchronization in networking with the behavior of mismatched port types, leading to an assumption that switches would automatically adjust their settings.

The mismatch forces OSPF to choose a new router ID.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because a mismatch between trunk and access port configurations does not directly affect OSPF router IDs, which are determined by the OSPF process and not by port configurations.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that OSPF is configured on both switches and that the port configurations impact OSPF adjacency, a mismatch could lead to OSPF recalculating the router ID due to changes in the network topology.

Why candidates choose this

Candidates may choose this option because they associate network configuration mismatches with OSPF behavior, mistakenly believing that any configuration issue would trigger a change in OSPF parameters like the router ID.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

Courseiva writes every 200-301 question from scratch — 1,389 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.