Quick answer: The CCNA 200-301 v1.1 exam, effective February 2024, introduces foundational AI/ML networking concepts, updates automation and programmability topics (including RESTCONF and NETCONF), and removes legacy technologies like RIP and Frame Relay. It reflects modern enterprise network operations, not a major overhaul—expect ~15-20% new content.
Understanding the CCNA 200-301 v1.1 Timeline
Cisco refreshed the CCNA exam blueprint on February 20, 2024, marking the shift from v1.0 (launched February 2020) to v1.1. This update aligns with Cisco’s commitment to keeping the certification relevant through 2026, when the next revision is expected. The v1.1 changes are incremental rather than revolutionary—Cisco trimmed outdated topics and added emerging ones to reflect real-world network engineering demands.
The exam remains a single, 120-minute test with 100–110 questions, covering the same broad domains: Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, and Automation/Programmability. However, the weightings and specific subtopics have shifted. For example, Automation and Programmability now accounts for 15% of the exam, up from 10% in v1.0, while Network Fundamentals dropped from 20% to 15%.
If you’re studying for the CCNA, this means you need to update your study materials. Most online resources still reference v1.0, which can leave gaps in your preparation. Let’s break down exactly what changed.
New Topics: AI/ML Networking and Automation Updates
AI/ML Networking (New in v1.1)
Cisco added a small but significant section on AI and Machine Learning in networking. This doesn’t mean you need to become a data scientist. Instead, focus on understanding how AI/ML is applied to network operations:
- AI for network assurance: How tools like Cisco Catalyst Center use ML to detect anomalies, predict failures, and automate remediation.
- AI-based traffic analysis: Understanding how AI models classify application traffic (e.g., NBAR2 with ML) to improve QoS and security.
- Foundational concepts: You should know the difference between supervised vs. unsupervised learning at a high level—but only as it applies to network management.
Expect 2–3 questions that test your ability to identify use cases, not deep technical implementation. For example: "Which AI technique would you use to cluster unknown traffic patterns?" (Answer: unsupervised learning).
Updated Automation and Programmability
This domain saw the most significant expansion. v1.1 now requires practical knowledge of:
- RESTCONF and NETCONF: These are YANG-based protocols for network device configuration. You need to understand the difference (NETCONF uses RPCs over SSH, RESTCONF uses HTTP/REST) and know basic operations (GET, POST, PUT, DELETE).
- Ansible basics: While Cisco doesn’t require deep Ansible expertise, you should understand how automation tools interact with network devices—playbooks, inventory files, and idempotency.
- Cisco DNA Center and Meraki APIs: Familiarity with REST API calls for provisioning and monitoring is expected. You won’t write code, but you should interpret JSON responses.
The shift reflects real-world trends: network engineers now use APIs and automation tools daily. If you’re coming from v1.0, note that Python scripting remains optional but recommended for understanding automation logic.
Removed Topics: What No Longer Appears
Cisco streamlined the blueprint by removing legacy technologies that are no longer relevant in modern networks. Here’s what’s gone:
| Removed Topic | Reason for Removal |
|---|---|
| RIP (Routing Information Protocol) | Replaced by OSPF and EIGRP in all practical scenarios |
| Frame Relay | WAN technology largely replaced by MPLS and SD-WAN |
| Legacy switching (e.g., VLAN Trunking Protocol v1/v2) | VTP is rarely used; manual VLAN management dominates |
| Basic IPv6 transition mechanisms (e.g., 6to4, ISATAP) | Modern networks use dual-stack or NAT64 |
| Static NAT (basic) | Still exists but de-emphasized; focus shifted to dynamic and PAT |
Don’t panic if you spent time on these in older study guides. The removal means you can skip them entirely for v1.1—freeing up study time for AI/ML and automation.
Comparison Table: v1.0 vs. v1.1 Key Differences
| Feature | CCNA 200-301 v1.0 | CCNA 200-301 v1.1 |
|---|---|---|
| AI/ML Networking | Not included | New subtopic (2-3% of exam) |
| Automation/Programmability weight | 10% | 15% |
| RIP | Tested | Removed |
| Frame Relay | Tested | Removed |
| NETCONF/RESTCONF | Mentioned briefly | Detailed coverage with YANG |
| Ansible | Not required | Basic understanding expected |
| QoS basics | Same | Slightly expanded (queuing, shaping) |
| Security | Same | Updated with modern threats (e.g., ransomware) |
The table highlights that v1.1 is not a new exam—it’s a refined version. If you already passed v1.0, your certification remains valid. For new candidates, focus on the added topics while ignoring the removed ones.
How to Adjust Your Study Plan for v1.1
Step 1: Audit Your Current Materials
If you’re using a textbook or video course from 2022 or earlier, check the table of contents. Look for coverage of AI/ML and NETCONF/RESTCONF. Many popular resources (e.g., Odom’s Official Cert Guide) updated their v1.1 edition in mid-2024. If you’re using outdated materials, supplement with Cisco’s official exam topics list.
Step 2: Prioritize Automation Labs
You can’t learn automation by reading alone. Set up a lab environment using:
- Cisco DevNet Sandbox: Free, browser-based access to real devices with RESTCONF/NETCONF enabled.
- GNS3 or EVE-NG: Run Cisco IOS images and practice YANG data models.
- Postman: Test REST API calls against a sandbox controller.
Focus on these hands-on tasks:
- Send a GET request to retrieve interface statistics via RESTCONF.
- Use NETCONF to change a hostname.
- Interpret a YANG model (e.g.,
ietf-interfaces).
Step 3: Understand AI/ML at a High Level
Cisco’s official study materials include a brief section on AI/ML in networking. Don’t over-study. Know these three things:
- AI for operations: Anomaly detection, capacity planning, root cause analysis.
- ML model types: Supervised (labeled data) vs. unsupervised (unlabeled) vs. reinforcement learning (trial-and-error).
- Cisco tools: Catalyst Center, Meraki AI, ThousandEyes.
You won’t be asked to calculate anything. Expect scenario-based questions like: "Which Cisco tool uses ML to predict WAN link degradation?"
Common Misconceptions About v1.1
"The exam is harder now."
Not necessarily. The difficulty level remains consistent—Cisco targets a 70-75% pass rate. The changes simply reflect modern networking. If you already understand automation basics, you might find v1.1 easier than v1.0’s legacy topics.
"I need to learn Python extensively."
False. While Python is useful, the exam only tests your ability to read simple scripts and understand automation concepts. You won’t write code from scratch. Focus on understanding API calls and data formats (JSON, XML, YAML).
"All old study materials are useless."
Partially true. About 80% of v1.0 content still applies—OSPF, VLANs, STP, ACLs, NAT, and security fundamentals haven’t changed. Just discard the removed topics and add the new ones. A good rule: if your study guide mentions RIP or Frame Relay, it’s outdated.
Exam Preparation Tips from a Senior Engineer
- Use Cisco’s official exam topics PDF: It’s the single source of truth. Print it and check off each subtopic as you study.
- Practice with real gear or emulators: Packet Tracer is fine for basics, but for automation, use DevNet Sandbox or GNS3.
- Take practice exams: They reveal weak spots. Aim for 85%+ before scheduling the real exam. Courseiva offers updated practice questions aligned with v1.1—use them to validate your readiness.
- Join study groups: Reddit’s r/ccna and Cisco Learning Network have active threads about v1.1 changes. You’ll see real exam feedback.
- Schedule your exam strategically: Give yourself 8-12 weeks of focused study. Don’t cram—the CCNA tests depth of understanding, not memorization.
Takeaway: What This Means for Your Certification Path
The CCNA 200-301 v1.1 update is good news for aspiring network engineers. It removes outdated topics and adds skills that employers actually want—automation, AI awareness, and modern protocols. If you’re starting fresh, you’re learning a more relevant skillset. If you’re retaking, you only need to adjust ~20% of your study plan.
Key action items:
- Update your study resources to v1.1-specific content.
- Build automation labs with NETCONF, RESTCONF, and Ansible.
- Understand AI/ML basics as they apply to network operations.
- Skip RIP, Frame Relay, and legacy VTP entirely.
Ready to test your knowledge? Courseiva’s CCNA 200-301 v1.1 practice questions cover every new topic, including AI/ML and automation. They simulate the real exam format and provide detailed explanations. Start your free trial today and close the gap between study and success.