Switch Implementation PBQs and Common Misconfigurations

Key Takeaways

  • Switch PBQs usually ask you to repair a few mismatched settings, not redesign the network.
  • Use a working port or VLAN as your reference template and compare the broken one line by line.
  • Troubleshoot bottom-up: physical, access VLAN, trunk, STP, aggregation, Layer 3 gateway, then policy.
  • One endpoint problem points to a port/cable/NIC/DHCP issue; a whole VLAN problem points to trunk/STP/gateway.
  • Interface counters, MAC tables, STP state, and VLAN tables separate switching faults from routing faults.
Last updated: June 2026

How Switching PBQs Are Scored

Performance-based questions on the N10-009 give partial credit and almost always present a mostly working topology with one or two broken pieces. The fastest path to points is comparison: find the working port, VLAN, trunk, or bundle and treat it as your template, then change only what differs on the broken one. Avoid the temptation to rebuild the design - the smallest correct change is the intended answer.

Bottom-Up Troubleshooting Pattern

Layer / featureWhat to checkEvidence to read
PhysicalLink state, cable, optic, speed/duplexup/down, CRC, runts, giants
Access VLANCorrect endpoint VLANVLAN table, MAC table, DHCP scope
TrunkMode, allowed VLANs, native VLANtrunk status and VLAN list
STP/RSTPPort role and root bridgeblocking/discarding state
AggregationLACP state, member consistencyport-channel summary
Layer 3 gatewaySVI, router subinterface, firewallgateway ping, route table
PolicyACL, port security, 802.1Xdenied counters, logs

The Misconfiguration Catalog

MisconfigurationSymptomRepair
Wrong access VLANHost gets wrong subnetAssign correct VLAN
VLAN not createdPort assigned but VLAN inactiveCreate the VLAN, allow it where needed
VLAN missing from trunkOne VLAN fails on uplinkAdd to allowed list
Native VLAN mismatchUntagged traffic misbehavesMatch native VLAN both ends
Trunk to an endpointUnstable endpoint connectivitySet port to access mode
STP root on access switchInefficient paths, odd blockingLower priority on the core
Port-channel mismatchMember suspendedMatch speed/duplex/VLAN/MTU/LACP
MTU mismatchLarge transfers failAlign MTU end to end
Port-security violationDevice blocked after MAC changeClear/adjust the policy

PBQ Example: New Office Floor

Requirements:

DeviceRequired network
User PCsVLAN 110
IP phonesVoice VLAN 120
Wireless APs (multi-SSID)Trunk: VLANs 130 and 140
Uplink to distributionTrunk: 110, 120, 130, 140

Correct actions:

  1. Set user PC ports to access VLAN 110.
  2. Set phone ports to data VLAN 110 + voice VLAN 120.
  3. Set AP ports to trunk (they carry multiple VLANs/SSIDs).
  4. Set the uplink to trunk and allow 110, 120, 130, 140.
  5. Verify a Layer 3 gateway (SVI or subinterface) exists for each VLAN.
  6. Confirm the native VLAN matches the distribution switch.

PBQ Example: One VLAN Down

EvidenceInterpretation
VLAN 20 works on access switch AVLAN exists; local ports fine
VLAN 20 fails across uplink to BTrunk or STP issue likely
Trunk allowed list = 10, 30, 40VLAN 20 is missing
Other VLANs cross the same uplinkPhysical link is healthy

The smallest correct fix is to allow VLAN 20 on the trunk. Replacing the switch, re-IPing, or disabling STP all contradict the evidence that everything else works.

Reading Evidence

Output clueMeaning
MAC learned on wrong VLANAccess VLAN or tagging issue
Interface admin downDisabled in configuration
Err-disabled portBPDU guard, security, or link-flap protection fired
STP blockingLikely intentional loop prevention
Rising CRC errorsPhysical layer - cable or optic
Rising giants counterOversize frames / MTU mismatch
No MAC from endpointCable, NIC, port state, VLAN, or security

Scope Before You Touch Shared Infrastructure

The single biggest PBQ discipline is blast-radius awareness. Before changing a trunk, an SVI, or the root bridge, ask how many users are affected by the symptom. If exactly one host is broken, the fault is on that one access port, cable, NIC, or DHCP reservation - changing a shared uplink would be wrong and could break working VLANs.

TrapBetter reasoning
Change routing when a host is in the wrong VLANFix Layer 2 membership first
Disable STP so every link forwardsKeep loop prevention; fix root/path design
Add all VLANs to every trunkCarry only required VLANs to limit scope
Treat one bad endpoint as a core outageScope the impact before touching uplinks
Ignore the switch management gatewayRemote management from another subnet needs a gateway

The Line-by-Line Comparison Tactic

When a PBQ shows a working port and a broken port side by side, walk these attributes in order and stop at the first difference:

  • switchport mode (access vs trunk)
  • access VLAN and voice VLAN
  • trunk allowed VLANs
  • native VLAN
  • STP state and edge/PortFast/BPDU guard
  • port security settings
  • speed, duplex, and MTU

The answer is almost always the single attribute that differs from the working reference. This method beats guessing, gives partial credit on multi-step PBQs, and mirrors how real switch troubleshooting is done. Document the change you make so the simulator's verification step credits the corrected setting rather than an unrelated edit.

Test Your Knowledge

A user receives an IP address from the wrong subnet right after being moved to a new switchport. What should be checked first?

A
B
C
D
Test Your Knowledge

Only VLAN 50 fails across a trunk while every other VLAN on that trunk works. What is the most likely misconfiguration?

A
B
C
D
Test Your KnowledgeMatching

Match the switch clue to the most likely problem area.

Match each item on the left with the correct item on the right

1
CRC errors increasing
2
STP blocking a redundant link
3
Port-channel member suspended