PracticeBlogFlashcardsEspañol

Switch Implementation PBQs and Common Misconfigurations

Key Takeaways

  • Switch PBQs often ask you to repair a small number of mismatched settings rather than redesign the network.
  • Common failures include wrong VLAN assignment, missing trunk VLAN, native VLAN mismatch, STP root problems, and port channel inconsistency.
  • Troubleshooting should move from physical link to switchport mode, VLAN membership, trunking, STP, gateway, and policy.
  • A single endpoint problem usually points to an access port, cable, NIC, or DHCP issue; a whole VLAN problem often points to trunking, routing, or gateway configuration.
  • Evidence such as MAC table entries, interface counters, STP status, and VLAN tables helps separate switching from routing problems.
Last updated: April 2026

Switching PBQs reward careful comparison. Usually, one VLAN, one port, one trunk, or one bundle differs from the working examples. Use the working part of the topology as your template.

Fast Troubleshooting Pattern

Layer or featureCheckEvidence
PhysicalLink state, cable, optics, speed, duplexInterface up/down, CRC errors, drops
Access VLANCorrect endpoint VLANVLAN table, MAC address table, DHCP scope
TrunkMode, allowed VLANs, native VLANTrunk status and VLAN list
STP/RSTPPort role and root bridgeSTP state, blocked/discarding port
AggregationLACP state and member consistencyPort channel summary
Layer 3 gatewaySVI, router subinterface, firewall gatewayGateway ping and route table
PolicyACL, port security, 802.1X, firewallLogs and denied counters

Common Misconfigurations

MisconfigurationSymptomRepair
Wrong access VLANHost gets wrong IP subnet or cannot reach peersAssign correct VLAN
VLAN not created on switchPort assigned but VLAN inactive or absentCreate VLAN and ensure it is allowed where needed
VLAN missing from trunkOne VLAN fails across uplinkAdd VLAN to allowed list
Native VLAN mismatchUntagged traffic behaves unexpectedlyMatch native VLAN on both sides
Trunk connected to endpointEndpoint connectivity unstable or wrongSet endpoint port to access mode
STP root on access switchInefficient paths or unexpected blockingSet root priority on intended core/distribution switch
Port channel member mismatchMember suspended or bundle downMatch speed, duplex, VLANs, MTU, and LACP mode
MTU mismatchLarge transfers fail while small tests passAlign MTU end to end
Port security violationDevice cannot connect after MAC changeClear violation if appropriate and correct policy

PBQ Example: New Office Floor

Requirement:

DeviceRequired network
User PCsVLAN 110
IP phonesVoice VLAN 120
Wireless APsTrunk carrying VLANs 130 and 140
Uplink to distribution switchTrunk carrying 110, 120, 130, 140

Likely PBQ actions:

  1. Configure user-facing PC ports as access VLAN 110.
  2. Configure phone ports with data VLAN 110 and voice VLAN 120.
  3. Configure AP ports as trunks only if the AP carries multiple SSIDs/VLANs.
  4. Configure the uplink as a trunk and allow VLANs 110, 120, 130, and 140.
  5. Verify the Layer 3 gateway exists for each VLAN.

PBQ Example: One VLAN Down

EvidenceInterpretation
VLAN 20 works on access switch AVLAN exists and local access ports can work
VLAN 20 fails across uplink to switch BTrunk or STP issue likely
Trunk allowed list shows VLANs 10,30,40VLAN 20 is missing
Other VLANs work across the same uplinkPhysical link is probably not the root issue

The smallest correct fix is to allow VLAN 20 on the trunk. Replacing the switch, changing the IP plan, or disabling STP would not match the evidence.

Evidence Interpretation

Output clueMeaning
MAC learned on wrong VLANAccess VLAN or trunk tagging issue
Interface administratively downPort was disabled by configuration
Err-disabled portSecurity, BPDU guard, link-flap, or other protection triggered
STP blockingMay be intentional loop prevention
Increasing CRC errorsPhysical layer problem such as cable or optic
Giants counter increasingOversized frames or MTU mismatch
No MAC learned from endpointCable, NIC, port state, VLAN, or security issue

Common Traps

TrapBetter reasoning
Change routing when the host is in the wrong VLANFix Layer 2 membership first
Disable STP to make all links forwardPreserve loop prevention and fix root/path design
Add all VLANs everywhere without a reasonCarry only required VLANs to reduce scope
Treat one bad endpoint as a core outageScope the blast radius before changing shared links
Ignore switch management gatewayRemote management from another subnet needs a correct gateway

Exam Tactic

When the PBQ has a working port and a broken port, compare them line by line: mode, access VLAN, voice VLAN, trunk allowed VLANs, native VLAN, STP state, port security, speed, duplex, and MTU. The answer is often the one setting that differs from the working reference.

Test Your Knowledge

A user receives an IP address from the wrong subnet 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. Other VLANs on the same trunk work. What is the most likely misconfiguration?

A
B
C
D
Test Your KnowledgeMatching

Match the switch clue to the most likely 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