LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is the general troubleshooting process for network access layer issues on a switch?

Start with show interfaces, then branch: if it's up but faulty chase noise/duplex; if it's down chase cabling/speed; if still unsolved, document and escalate.

show interfaces, then branch on up vs down, fix, recheck, escalate if unsolved.

* The access-layer troubleshooting decision flow. *

Flowchart:

  1. Run show interfaces
  2. Is the interface up?
    • YES (up/up but problems):
      • Check for EMI (Electromagnetic Interference)/noise indications → remove noise sources
      • Verify duplex settings match on both ends
    • NO (down or admin down):
      • Verify proper cables and check connectors for damage
      • Verify speed settings match on both ends
  3. Is the problem solved?
    • YES: Done
    • NO: Document work done and escalate the issue

Key indicators to check in show interfaces output:

  • Interface status (up/down)
  • Input/output error counters
  • CRC (Cyclic Redundancy Check) errors (cable/noise issues)
  • Collisions and late collisions (duplex/cable length)
  • Runts and giants (NIC (Network Interface Card) or driver problems)

Tip: Always start with the physical layer — check the cable first. Most network problems are caused by bad cables or incorrect connections.

Go deeper:

From Quiz: NETW2 / Basic Device Configuration | Updated: Jul 05, 2026