The classic foundation of networking. The CCNA teaches the underlying logic of how the entire internet works — which is why it's valued even by cloud giants like Amazon and Microsoft. This is the level that makes me job-ready: every topic below gets learned, labbed, broken and proven.
Official 200-301 exam blueprint with Cisco's exact domain weightings. This is the single most important checklist on this site — the CCNA is the foundation everything else builds on.
These build on each other into one growing "company network" — exactly how real enterprises evolve. All lab files get committed to this repo.
3 switches, 3 departments (Sales, Engineering, Guest). Create VLANs, configure access & trunk ports, verify isolation, then add inter-VLAN routing (router-on-a-stick, then SVIs on a L3 switch).
Build a redundant switch triangle. Identify the root bridge, predict blocked ports, fail a link and watch reconvergence. Bundle links with LACP EtherChannel.
Given 172.16.0.0/16 and a brief (4 sites, different host counts, room to grow), design a VLSM addressing plan, document it, and implement it across the topology.
3 routers in single-area OSPF. Verify adjacencies, influence DR/BDR election, advertise a default route, break an adjacency (mismatched timers) and troubleshoot it back.
One edge router: PAT to a simulated ISP, DHCP pools for internal VLANs, extended ACLs blocking guest VLAN from internal subnets while allowing internet.
Two gateways running HSRP. Ping continuously from a client, power off the active router, measure the failover. Tune priority and preemption.
SSH-only management, port security on access ports, DHCP snooping, dynamic ARP inspection. Then attack your own lab: plug in a rogue DHCP server and watch snooping block it.
Use Python + Netmiko to SSH into your GNS3 routers: back up all configs, push a banner to 5 devices at once, and parse "show" output into JSON.
Covers ~90% of CCNA topics and includes wireless controller simulation. Start here.
FreeGraduate here for OSPF/HSRP/automation labs — real IOS behavior, real SSH for your Python scripts.
FreeThe gold-standard practice exams — harder than the real thing. If you pass Boson, you pass the CCNA.
PaidThe best free complete CCNA course — full video series with free Packet Tracer labs for every lesson.
FreeSpaced repetition for port numbers, AD values, STP states, OSPF timers. 15 min/day.
FreeDaily subnetting drills until sub-15-second answers. The exam is time-pressured; this is how you bank time.
Freeshow ip route and explain every field?