CCNA Study GuideCCNA 200-301

CCNA 8-Week Study Plan: Day-by-Day Schedule That Works

The CCNA 200-301 v1.1 exam is a broad assessment covering six major domains: Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, and Automation & Programmability

7 min read
10 sections
Courseiva Study Hub
JA

Reviewed by Johnson Ajibi, MSc IT Security

12+ years in network and security engineering · Founder, JTNetSolutions Limited & Courseiva

Quick answer

The CCNA 200-301 v1.1 exam is a broad assessment covering six major domains: Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, and Automation & Programmability

Quick answer: This 8-week CCNA study plan dedicates 2 hours weekdays and 4 hours weekends to systematically cover all CCNA 200-301 v1.1 exam objectives. You’ll build foundational networking knowledge first, then tackle switching, routing, wireless, security, and automation—with daily tasks mapped to real exam domains. By week 8, you’ll be ready for practice exams and final review.

Why 8 Weeks Works for the CCNA 200-301 v1.1

The CCNA 200-301 v1.1 exam is a broad assessment covering six major domains: Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, and Automation & Programmability. An 8-week schedule balances depth with pace—long enough to internalize concepts like OSPF and VLANs, short enough to maintain momentum. Most successful candidates dedicate 10–14 hours weekly, which aligns with the 2-hour weekday and 4-hour weekend commitment below.

This plan assumes no prior networking experience but requires discipline. If you’re already familiar with subnetting or basic switching, you can accelerate weeks 1–2. The goal is to pass the exam, not just cover material—so every session includes hands-on practice or lab work.

Week 1: Network Fundamentals and the OSI Model

Daily commitment: 2 hours weekday, 4 hours weekend.
Primary focus: Network components, OSI/TCP/IP models, and Ethernet basics.

Start with the core: what routers, switches, firewalls, and access points do. Map each to the OSI model layers—don’t just memorize the seven layers; understand how data flows from application to physical. The TCP/IP model is more practical for the exam; know the difference and why the CCNA emphasizes it.

Day-by-day breakdown:

  • Days 1–3 (weekday): Read about network topologies (star, mesh, hybrid) and cabling types (copper vs. fiber). Focus on Ethernet standards (100BASE-T, 1000BASE-T).
  • Days 4–5 (weekday): Dive into IPv4 addressing—classes, subnet masks, and CIDR. Practice subnetting until you can do /24 subnets in under 30 seconds. Use online subnet calculators sparingly; manual calculation builds speed.
  • Weekend (days 6–7): Lab: Build a simple two-router network in Packet Tracer. Configure IP addresses, verify connectivity with ping, and trace paths with traceroute. This solidifies the OSI model in practice.

Resources: Cisco’s free “Introduction to Networks” course, subnetting practice at SubnetIPv4.com. By week’s end, you should explain ARP and MAC address tables without notes.

Week 2: Switching and VLANs

Primary focus: Switch operation, VLANs, trunking, and STP.

Switches are the backbone of modern LANs. This week, you’ll learn how switches learn MAC addresses, forward frames, and isolate traffic with VLANs. The Spanning Tree Protocol (STP) prevents loops—understand its states (blocking, listening, learning, forwarding) and how Rapid PVST+ improves convergence.

Day-by-day breakdown:

  • Days 1–3: Configure VLANs on a single switch. Create VLAN 10 and 20, assign ports, and verify with show vlan brief.
  • Days 4–5: Add trunk links between two switches using 802.1Q. Test inter-VLAN routing with a router-on-a-stick setup.
  • Weekend: Lab: Build a three-switch topology with redundant links. Observe STP blocking and use show spanning-tree to identify root bridges. Break a link and watch convergence.

Key concept: Cisco’s Dynamic Trunking Protocol (DTP) is risky in production—always set trunk mode manually. The exam tests this nuance.

Week 3: Routing Fundamentals and Static Routes

Primary focus: Routing principles, static routing, and default routes.

Routing moves packets between networks. This week shifts from switching to routing—how routers build tables and make forwarding decisions. Static routes are simple but essential for understanding dynamic protocols later.

Day-by-day breakdown:

  • Days 1–3: Study routing table components (connected, local, static, dynamic). Configure static routes on two routers with ip route. Verify with show ip route.
  • Days 4–5: Add default routes (0.0.0.0/0) and floating static routes for backup. Test failover by shutting an interface.
  • Weekend: Lab: Create a three-router chain. Write static routes so any router can reach any subnet. Use traceroute to confirm paths. This builds troubleshooting intuition.

Comparison table: Static vs. Dynamic Routing

Feature Static Routing Dynamic Routing (OSPF)
Configuration Manual, per route Automatic via protocol
Scalability Poor for large networks Excellent
Overhead Minimal CPU/memory Moderate CPU/memory
Convergence Slow (manual update) Fast (automatic)
Use case Small networks, stub links Enterprise, redundant paths

Know this table cold—the exam often asks when to use each.

Week 4: Dynamic Routing with OSPF

Primary focus: OSPFv2 concepts, configuration, and verification.

OSPF is the dominant interior gateway protocol on the CCNA. This week, you’ll configure single-area OSPF, understand neighbor states (Down, Init, 2-Way, ExStart, Exchange, Loading, Full), and troubleshoot with show ip ospf neighbor.

Day-by-day breakdown:

  • Days 1–3: Configure OSPF on a three-router topology with network statements. Verify neighbor adjacency and routing table.
  • Days 4–5: Change OSPF router IDs, adjust costs, and redistribute a static route into OSPF (basic redistribution).
  • Weekend: Lab: Add a loopback interface to simulate a point-to-point link. Break an OSPF neighbor by misconfiguring the network type (broadcast vs. point-to-point). Fix it.

Critical point: OSPF uses cost based on bandwidth. On gigabit links, cost is 1. Know the formula: cost = reference bandwidth (100 Mbps default) / interface bandwidth.

Week 5: IP Services—DHCP, NAT, and DNS

Primary focus: DHCP configuration, NAT (static, dynamic, PAT), and DNS troubleshooting.

IP services tie networking to real-world operations. DHCP auto-assigns addresses, NAT conserves IPv4, and DNS resolves names. The exam tests both configuration and troubleshooting.

Day-by-day breakdown:

  • Days 1–3: Configure a Cisco router as a DHCP server and relay agent. Use ip dhcp excluded-address and ip dhcp pool.
  • Days 4–5: Set up static NAT for a web server, dynamic NAT for a pool, and PAT (overload) for internet access. Verify with show ip nat translations.
  • Weekend: Lab: Build a small network with a router performing PAT. From a PC, ping an external IP, then check translations. Break DNS resolution by misconfiguring the domain lookup.

Pro tip: NAT and PAT are IPv4-only; IPv6 uses NPTv6 or doesn’t need translation. The exam rarely tests IPv6 NAT.

Week 6: Security Fundamentals—ACLs and Firewalls

Primary focus: Standard and extended ACLs, zone-based firewalls, and security best practices.

Security is 15% of the exam but heavily tested. ACLs filter traffic; extended ACLs match source, destination, and ports. Zone-based firewalls (ZBF) offer stateful inspection.

Day-by-day breakdown:

  • Days 1–3: Write standard ACLs to block a host. Apply inbound and outbound—understand the difference.
  • Days 4–5: Create extended ACLs for web traffic (TCP/80, TCP/443). Place them close to the source.
  • Weekend: Lab: Configure a ZBF with two zones (inside, outside). Allow HTTP from inside to outside, block everything else. Test with show policy-map.

Remember: Implicit deny at the end of every ACL. Always order rules from specific to general.

Week 7: Wireless, Automation, and Programmability

Primary focus: WLAN architectures, REST APIs, and automation tools.

Wireless and automation are growing exam areas. You need to know SSIDs, WPA3, and controller-based vs. autonomous APs. For automation, understand REST APIs, JSON, and tools like Ansible.

Day-by-day breakdown:

  • Days 1–3: Compare CAPWAP vs. autonomous mode. Configure a basic WLAN with WPA2-PSK.
  • Days 4–5: Read JSON examples—key-value pairs, arrays. Use curl to query a REST API (simulated in lab).
  • Weekend: Lab: Use Packet Tracer’s wireless router to connect a laptop. For automation, practice with Cisco DevNet sandbox (free).

Key difference: Controller-based APs tunnel traffic to the controller; autonomous APs process locally. The exam expects you to choose based on scale.

Week 8: Review, Practice Exams, and Weak Areas

Primary focus: Full-length practice exams, weak domain remediation, and time management.

This week is about consolidation. Take two to three practice exams under timed conditions. Identify domains where you score below 80% and revisit those weeks.

Day-by-day breakdown:

  • Days 1–2: Take a full 120-question practice exam. Review every wrong answer.
  • Days 3–4: Focus on weak areas—likely subnetting, OSPF, or ACLs. Do targeted labs.
  • Days 5–7: Second practice exam. If score >85%, review flashcards and light labs. If not, repeat weak domain labs.

Final tip: The CCNA is 120 minutes for 100–120 questions. Practice pacing—spend no more than 1 minute per question initially, flag tough ones.

Your Takeaway: Stick to the Schedule, Pass the Exam

This 8-week CCNA study plan works because it’s structured, practical, and exam-focused. You’ve covered every domain, built real configurations, and tested your knowledge. The key is consistency—miss a day, catch up on the weekend.

After completing this plan, you’ll have a solid foundation for the CCNA 200-301 v1.1. But don’t stop here—practice questions reveal gaps that study alone misses. Head over to Courseiva.com for domain-specific practice tests that mirror the real exam. Start with the Network Fundamentals quiz today.

Practise CCNA questions

Original exam-style practice questions with detailed, explained answers. Track your weak topics and review missed questions before exam day.

Courseiva provides free IT certification practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics. Explore related practice questions for Cisco, CompTIA, Microsoft Azure, AWS, and other certification exams.