A switch shows this output:
Gi0/1 on 802.1q trunking 1 Gi0/2 auto n-802.1q trunking 1
Which statement is correct?
A switch shows this output:
Gi0/1 on 802.1q trunking 1 Gi0/2 auto n-802.1q trunking 1
Which statement is correct?
Answer choices
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Gi0/1 is an access port in VLAN 1
The output explicitly shows Gi0/1 trunking, not access mode.
Gi0/1 is trunking, and Gi0/2 is waiting for DTP negotiation
Correct. Gi0/1 is trunking now; Gi0/2 is in a passive DTP negotiation state.
Gi0/2 is forced to trunk mode
Dynamic auto does not force trunking by itself.
Neither interface can carry tagged traffic
A working 802.1Q trunk absolutely can carry tagged traffic.
Common exam trap
A common exam trap is assuming that dynamic auto mode forces a port to trunk. Many candidates mistakenly believe that dynamic auto ports will become trunk ports automatically. However, dynamic auto is a passive mode that waits for the other side to actively request trunking. If both sides are set to dynamic auto or access, the link remains an access port, not trunking. This misunderstanding can lead to incorrect answers about interface states and VLAN tagging behavior in Cisco switches.
Technical deep dive
802.1Q trunking is a VLAN tagging protocol used on Cisco switches to carry multiple VLANs over a single physical link. A trunk port tags Ethernet frames with VLAN identifiers, allowing traffic from multiple VLANs to traverse the same interface. Cisco switches use Dynamic Trunking Protocol (DTP) to negotiate trunk links automatically, with interface modes such as trunk, access, dynamic desirable, and dynamic auto determining how the port behaves in trunk negotiation. In the given output, Gi0/1 is explicitly trunking using 802.1Q, meaning it is actively tagging frames for VLAN 1 and potentially other VLANs. Gi0/2 is in dynamic auto mode, which means it passively waits for the other side to initiate trunk negotiation. If the other side does not actively request trunking, Gi0/2 remains an access port. This behavior is fundamental to understanding how Cisco switches establish trunk links dynamically. The exam trap here is confusing dynamic auto mode with forced trunking. Dynamic auto ports do not actively negotiate trunking; they wait for the peer to initiate. This can cause a link to remain in access mode if the other side is also passive or set to access. Understanding this subtlety helps avoid misinterpreting interface states and ensures correct VLAN traffic flow in practical networks and exam scenarios.
Related practice questions
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practise DHCP scopes, relay, leases and troubleshooting.
Practise routing-table output, longest-prefix match, AD and route selection.
Practise trunk verification and VLAN forwarding across switches.
Practise WLAN security, authentication and wireless architecture concepts.
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
FAQ
802.1Q trunking tags Ethernet frames to carry multiple VLANs over a single physical link on Cisco switches.
The correct answer is: Gi0/1 is trunking, and Gi0/2 is waiting for DTP negotiation — Gi0/1 is already operating as an 802.1Q trunk. Gi0/2 is in dynamic auto mode, which waits for the other side to actively negotiate trunking.
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Sign in to join the discussion.