Infrastructure

Study Cisco CCST Networking infrastructure: diagrams, switch and router roles, ports, status lights, cabling, device access, and basic show commands.

Infrastructure questions test whether you can follow a network diagram and perform basic support tasks safely. You are not expected to design an enterprise network, but you should know what switches, routers, ports, status lights, and management access are for.

Device roles

Device Basic role
Switch connects devices within a LAN and forwards frames
Router forwards traffic between networks
Wireless access point connects wireless clients to the network
Firewall filters traffic based on rules and policy
Modem or edge device connects a site to a provider or upstream network

Support technician tasks

Task Evidence to gather
attach cables from diagram device labels, port labels, cable type, link lights
identify device status LEDs, interface state, error messages, uptime
identify ports physical label, interface naming, link speed, connected device
access device data console, SSH, management UI, network management system
run basic show commands interface status, route, neighbors, MAC table, version, inventory

Switching vs routing

Switching usually handles traffic inside the same LAN or VLAN. Routing moves traffic between networks. If the source and destination are in different IP networks, the default gateway or routing path matters.

Reading a simple topology

When a diagram appears, identify the path before choosing the device:

  1. Endpoint: where does the traffic start?
  2. Access device: switch port, wireless AP, or cellular path.
  3. Local network: VLAN or subnet context.
  4. Gateway: router, Layer 3 switch, firewall, or edge device.
  5. Destination: internal server, cloud app, internet site, printer, or management system.

This prevents common mistakes. A switch may be involved in nearly every office connection, but it is not the device that routes between subnets. A firewall may sit on the path, but not every connectivity failure is a firewall problem.

Management access basics

Access method What to remember
Console local physical access for setup or recovery
SSH secure remote command-line management
Web UI browser-based management interface where enabled
Network management system centralized inventory, monitoring, alerts, or configuration view

Use authorized access only. CCST is an entry-level support exam, so the safer answer is usually to gather evidence, use approved management methods, and escalate when the task requires higher privilege.

Status evidence

Evidence What it may indicate
link LED off cable, port, endpoint NIC, power, or disabled interface issue
interface administratively down configured shutdown rather than physical failure
high errors or drops cabling, duplex/speed, congestion, or hardware problem
no learned MAC address endpoint not connected, wrong port, VLAN issue, or inactive device
missing neighbor cabling, protocol disabled, non-Cisco neighbor, or topology mismatch

Exam traps to avoid

  • Do not use a router answer when the traffic stays inside the same LAN.
  • Do not use a switch answer when the scenario asks about moving between IP networks.
  • Do not assume every port light means the full application path works.
  • Do not confuse management access with user traffic access.
Revised on Monday, June 15, 2026