Courseiva
Question 441 of 464
Network TroubleshootingmediumMultiple ChoiceObjective-mapped

N10-009 Network Troubleshooting Practice Question

A network administrator is troubleshooting communication between two switches connected via a trunk port. The trunk link is up/up, but devices in VLAN 20 cannot communicate across the trunk. The administrator has verified that both switches have VLAN 20 created and that the access ports are configured correctly. Which command should the administrator run on each switch to verify the trunk's allowed VLAN list?

⚠ Common exam trap

The N10-009 exam often tests the distinction between 'show vlan brief' (which shows VLAN existence and access port assignments) and 'show interfaces trunk' (which shows trunk-specific VLAN permissions), leading candidates to mistakenly check VLAN existence instead of trunk VLAN filtering.

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

show interfaces trunk

The 'show interfaces trunk' command displays the trunking status, including the allowed VLAN list on the trunk port. Since the trunk link is up/up but VLAN 20 traffic fails, the most likely cause is that VLAN 20 is not included in the allowed VLAN list on one or both switches. This command directly shows which VLANs are permitted, pruned, or active on the trunk.

Answer analysis

Option-by-option breakdown

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

  • show vlan brief

    Why it's wrong here

    The `show vlan brief` command displays a summary of all configured VLANs on the switch, including their names and the access ports assigned to them. While useful for verifying VLAN existence and port assignments, it does not provide any information about trunk link configurations, such as which VLANs are allowed or disallowed on a specific trunk interface. Therefore, it cannot directly diagnose why a particular VLAN might not be communicating across a trunk.

    When this WOULD be correct

    This command would be correct if the question asked: 'A network administrator needs to verify which VLANs are configured on a switch and which ports are assigned to each VLAN.'

  • show interfaces trunk

    Why this is correct

    This command is the most effective for troubleshooting VLAN communication issues over a trunk link because it provides a comprehensive overview of the trunk's operational status. It explicitly lists the allowed VLANs on the trunk interface, the native VLAN, and the trunking encapsulation type (e.g., 802.1Q). By checking the "Vlans allowed on trunk" output, an administrator can quickly determine if the specific VLAN experiencing communication problems (e.g., VLAN 20) is permitted to traverse the link.

  • show running-config interface

    Why it's wrong here

    The `show running-config interface <interface-id>` command displays the specific configuration commands applied to a particular interface from the active running configuration. While it would show explicitly configured `switchport trunk allowed vlan` statements, it might not reveal the *effective* allowed VLAN list if no explicit configuration exists (which defaults to all VLANs). More importantly, it doesn't show the dynamic operational status, such as whether the trunk has actually formed or if there are negotiation issues, making `show interfaces trunk` a more complete diagnostic tool.

    When this WOULD be correct

    This command would be correct if the question asked to verify the configured VLAN settings on a specific interface, such as checking if an access port is assigned to the correct VLAN or if trunk encapsulation is set correctly.

  • show mac address-table

    Why it's wrong here

    The `show mac address-table` command displays the switch's MAC address table, which maps MAC addresses to specific interfaces and VLANs. This table is crucial for understanding how the switch forwards frames to known destinations. However, it provides no information about the configuration or operational status of trunk links or the VLANs allowed to traverse them, making it irrelevant for diagnosing issues related to VLAN communication across inter-switch trunks.

    When this WOULD be correct

    This command would be correct when troubleshooting MAC address learning issues, such as verifying if a specific MAC address is learned on the correct port or checking for MAC address flapping between ports.

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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

show interfaces trunkCorrect answer

Why this is correct

This command is the most effective for troubleshooting VLAN communication issues over a trunk link because it provides a comprehensive overview of the trunk's operational status. It explicitly lists the allowed VLANs on the trunk interface, the native VLAN, and the trunking encapsulation type (e.g., 802.1Q). By checking the "Vlans allowed on trunk" output, an administrator can quickly determine if the specific VLAN experiencing communication problems (e.g., VLAN 20) is permitted to traverse the link.

show vlan briefWrong answer — click to see why

Why this is wrong here

The 'show vlan brief' command displays VLAN membership and ports assigned to each VLAN, but it does not show the allowed VLAN list on a trunk port. The trunk's allowed VLAN list is specifically shown by 'show interfaces trunk'.

★ When this WOULD be the correct answer

This command would be correct if the question asked: 'A network administrator needs to verify which VLANs are configured on a switch and which ports are assigned to each VLAN.'

Why candidates choose this

Candidates may confuse VLAN configuration with trunk configuration, thinking that 'show vlan brief' provides trunk-related VLAN information, or they may not know the specific command for trunk details.

show running-config interfaceWrong answer — click to see why

Why this is wrong here

The 'show running-config interface' command displays the current configuration of an interface, including VLAN assignments and trunk settings, but it does not show the dynamically learned allowed VLAN list or the operational trunk status. For verifying the trunk's allowed VLAN list, 'show interfaces trunk' is needed.

★ When this WOULD be the correct answer

This command would be correct if the question asked to verify the configured VLAN settings on a specific interface, such as checking if an access port is assigned to the correct VLAN or if trunk encapsulation is set correctly.

Why candidates choose this

Candidates may think that viewing the running configuration is sufficient to see all interface settings, including trunk allowed VLANs, but they overlook that 'show interfaces trunk' provides a more comprehensive operational view.

show mac address-tableWrong answer — click to see why

Why this is wrong here

The 'show mac address-table' command displays MAC address entries learned by the switch, not the allowed VLAN list on a trunk port. It does not provide information about which VLANs are permitted on the trunk link.

★ When this WOULD be the correct answer

This command would be correct when troubleshooting MAC address learning issues, such as verifying if a specific MAC address is learned on the correct port or checking for MAC address flapping between ports.

Why candidates choose this

Candidates may confuse MAC address table verification with trunk VLAN verification, thinking that the MAC table shows VLAN membership or trunk configuration.

Analysis generated from the official N10-009blueprint 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

Switch VLAN 10 Sales (192.168.10.0/24) PC-A PC-B VLAN 20 HR (192.168.20.0/24) PC-C PC-D Router VLANs isolate traffic — inter-VLAN routing requires a Layer 3 device

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.