Skip to content
CBT Nuggets
DemoBook a Demo

Cisco CCNP Automation Core (350-901 AUTOCOR) v2.0

This CCNP Automation core training prepares network engineers for the 350-901 AUTOCOR exam, so you can automate, scale, and secure modern networks using infrastructure-as-code. This network automation training focuses on the real work of NetDevOps: managing configurations, pipelines, and operational workflows with tools that network teams actually use. With virtual labs, you’ll learn how network automation tools fit together, the role of APIs in network automation, and how to design systems that are testable, repeatable, and secure. You'll get familiar with API-driven Cisco enterprise platforms and controller-based networking solutions. You’ll also build a foundation in AI for network engineers, understanding how LLMs can assist with scripting, troubleshooting, and automated network operations.

Updated March 2026

26Skills
156Videos
24Virtual Labs
1Practice Exam
23hTotal

Who This Course Is For

This course is for network engineers and architects who want to automate infrastructure without becoming software developers. If you're tired of manual CLI work and want to manage networks with code, this is for you. It’s especially useful for engineers designing scalable, self-healing systems and moving into NetDevOps, or preparing for CCNP Automation.

Skills Your Team Will Gain

  • Build network automation solutions using Ansible, Terraform, Python, and REST APIs
  • Manage network infrastructure as code with Git-based version control and CI/CD pipelines
  • Design automation workflows that integrate sources of truth and YANG-based data models
  • Operate and validate automated networks using telemetry, logging, and pyATS
  • Secure network automation systems with authentication, secrets management, and TLS
  • Use AI-assisted tools and agents to support scripting, troubleshooting, and automation tasks

Course Curriculum

One skill is free to watch — no signup needed. The other 25 premium skills unlock for your whole team with a CBT Nuggets plan.

Free skill preview

Understand Artificial Intelligence Basics

John McGovernDuration: 49m11 videos1 virtual lab

Watch this complete skill free — the same trainer, videos, and labs your team gets with a plan.

Watch free skill
  • Premium skill.Understand YAML and Ansible51m · 11 videos · 2 labs
  • Premium skill.Manage Configurations with Ansible58m · 13 videos · 1 lab
  • Premium skill.Working with Python60m · 15 videos · 1 lab
  • Premium skill.Understand Network Automation Libraries53m · 11 videos · 1 lab
  • Premium skill.Understand YANG for Network Automation55m · 9 videos · 1 lab
  • Premium skill.Manage NETCONF Devices51m · 9 videos · 1 lab
  • Premium skill.Interact with REST APIs50m · 11 videos · 1 lab
  • Premium skill.Configure Devices with RESTCONF47m · 9 videos · 1 lab
  • Premium skill.Manage Git Repositories59m · 15 videos · 1 lab
  • Premium skill.Understand Containerisation49m · 11 videos · 1 lab
  • Premium skill.Manage Containers with Docker Compose48m · 11 videos · 1 lab
  • Premium skill.Understand Gitlab50m · 11 videos · 1 lab
  • Premium skill.Build Gitlab Pipelines1h 4m · 13 videos · 1 lab
  • Premium skill.Understand Containers & Gitlab48m · 11 videos · 1 lab
  • Premium skill.Understand PyATS49m · 11 videos · 1 lab
  • Premium skill.Automate Securely with Encryption52m · 11 videos · 1 lab
  • Premium skill.Automate with Terraform55m · 11 videos · 1 lab
  • Premium skill.Construct Network Simulations60m · 10 videos
  • Premium skill.Understand Netbox56m · 11 videos · 1 lab
  • Premium skill.Implement Streaming Telemetry56m · 9 videos · 1 lab
  • Premium skill.Understand Logging and Webhooks52m · 11 videos · 1 lab
  • Premium skill.Understand Automation Architectures & Approaches51m · 9 videos
  • Premium skill.Understand PKI and HTTP Techniques60m · 9 videos · 1 lab
  • Premium skill.Explore Cisco APIs50m · 11 videos · 1 lab
  • Understand Artificial Intelligence BasicsFree49m · 11 videos · 1 lab
  • Premium skill.Implement AI for Network Automation54m · 13 videos
Want to browse the locked skills?
with no purchase required. Already have an account?

An account gets you the full catalog to browse, pre-assessments, quiz questions on free skills, and IT Trainerbot, with every answer citing its source video.

Certification

CCNP Automation

The Cisco DevNet Professional certification validates the skills of developers and network engineers who develop and manage network applications, and automate network infrastructure. This certification is ideal for professionals who want to develop a...

Exam 350-901 AUTOCOR, 300-435 ENAUTOLevel ProfessionalDifficulty AdvancedCost Core exam: $400, Concentration exam: $300
Network programmabilityAPIs and data modelsAutomation and orchestrationNetwork application developmentCisco platforms and technologies
Official certification page

Put this course to work for your team

Every plan includes this course plus the full library, virtual labs, and practice exams — or talk it through with sales.

For IT leaders

What IT leaders need to know before assigning this course

Manual network changes create operational risk: inconsistent device state, slow troubleshooting, and limited auditability. IT Directors can assign this Cisco CCNP Automation Core (350-901 AUTOCOR) v2.0 training to experienced Network Engineers, Automation Engineers, Team Leads, and DevNet Professional candidates who need a common operating model for Python, Ansible, APIs, Git, containers, CI/CD, telemetry, and infrastructure as code.

The course is advanced and spans about 23 hours of training per learner, so it fits best as a structured enablement plan over several weeks rather than a one-off upskilling assignment. For change management, teams should pair the training with internal standards for Git workflows, automation review, secrets handling, and phased rollout of Ansible, Terraform, RESTCONF/NETCONF, and CI/CD practices.

CBT Nuggets Playlists can help Training Managers sequence the curriculum by role, while Team Reporting helps IT leaders monitor progress toward certification readiness and automation adoption goals.

Team Impact

How this training helps your team succeed

This training helps network teams move from manual device-by-device work toward repeatable, reviewable automation practices across Cisco environments.

  • Reduce configuration drift: Teams learn to manage configurations with YAML, Ansible playbooks, Cisco modules, and idempotent automation patterns.
  • Improve operational visibility: Training covers streaming telemetry, logging, webhooks, NetBox, and network simulations that support faster validation and troubleshooting.
  • Standardize automation delivery: Git repositories, GitLab pipelines, containers, Docker Compose, and CI/CD concepts help teams build safer deployment workflows.
  • Strengthen automation security: Encryption, PKI, HTTP techniques, and secure automation practices help reduce risk when scripts and pipelines interact with production infrastructure.

After completion

Capabilities your team walks away with

Knowledge

  • YAML structure and how Ansible uses playbooks to manage network configurations.
  • Python fundamentals relevant to automation, including variables, data types, control logic, functions, lists, and dictionaries.
  • Network automation models and protocols, including YANG, NETCONF, RESTCONF, and REST APIs.
  • Git, GitLab, containers, Docker Compose, and pipeline concepts used in modern automation workflows.
  • Automation architecture topics including Terraform, NetBox, telemetry, logging, webhooks, PKI, and AI basics for network automation.

Ability

  • Build Ansible playbooks to automate Cisco device configuration and operational checks.
  • Use Python and automation libraries to interact with network systems and structured data.
  • Manage NETCONF and RESTCONF-capable devices through model-driven APIs.
  • Version-control automation work in Git and support CI/CD workflows with GitLab pipelines.
  • Apply secure automation patterns using encryption, PKI, and HTTP techniques while preparing for the Cisco 350-901 AUTOCOR exam.

Readiness check

Confirm prerequisite knowledge before training begins

A short placement assessment on the CBT Nuggets assessments platform measures whether a learner already has the foundation this course assumes. IT Directors use it to put the right people in the right training — and any learner can take it right now to make sure they'll get full value from day one.

  • Questions generated from this course's own video transcripts — what gets measured is exactly what gets taught
  • Instant, per-learner results that show whether the prerequisite foundation is in place
  • Results roll up into team readiness reporting, so training hours go where they change outcomes
Runs on assessments.cbtnuggets.com — sign in with an Adept account so results roll up into team readiness reporting. Need one?
.

If gaps show up, start here

CCNA Automation (200-901 CCNAAUTO) v1.1

Accelerate your networking career with the new CCNA Automation certification (formerly the Cisco DevNet Associate 200-901 DEVASC). Designed for DevOps engineers and IT pros, this training aligns with 200-901 CCNAAUTO v1.1 exam objectives to help you ...

~32h

This course is included with every subscription

Unlock this one course, or get one learner — or your whole team — access to all 287 courses, virtual labs, and practice exams.

Course Unlock

Just need this course?

$225one time

No subscription

One year of access to CCNP AUTOCOR

  • Every skill in this course
  • Its virtual labs and practice exam
  • Ask IT Trainerbot about it — free

CBT Nuggets Individual

IT Trainerbot Pro

$49per month

Billed annually

Every course, for one learner

See Individual pricing
For IT teams

CBT Nuggets Teams

IT Trainerbot for Teams

$59per seat / mo

Billed annually

From 1 learner seat · unlimited admin seats

Checking your access

Need tenant hosting, reseller terms, or payment plans on a larger agreement? Book a Demo to discuss an Enterprise contract.

See plans and pricing for your team

Trusted by 23,000+ organizations

Frequently Asked Questions

How is AUTOCOR (350-901) v2.0 different from DEVCOR (350-901)?

AUTOCOR v2.0 replaced DEVCOR (350-901), mirroring Cisco’s larger shift away from the DevNet certification and towards the new CCNP Automation. While DEVCOR leaned heavily toward application development principles, the AUTOCOR blueprint is highly relevant to network engineers. The new exam drops topics like app frameworks and load balancer design, and focuses instead on infrastructure as code, APIs, and automating network tasks. It reflects what NetDevOps engineers actually do: manage configs, pipelines, validation, and operations using code, without needing to become full-stack developers.

How much does the CCNP Automation certification cost?

The CCNP Automation certification costs at least $700, and you'll need to pass two exams. The core exam (350-901 AUTOCOR v2.0) costs $400, and the concentration exams cost $300 (you’ll need at least one). That’s not a small investment, so many engineers use a structured course like this one to reduce retakes and build skills they’ll actually use on the job.

Is the AUTOCOR 350-901 exam (CCNP Automation core) difficult?

Yes, but not unfairly so. AUTOCOR 350-901 doesn’t expect you to be a software engineer, but it does expect you to think beyond the CLI. The CCNP Automation exam tests how well you understand automation workflows, APIs, version control, validation, and operations. Engineers who already manage networks and want to automate them usually find the exam challenging but fair, as long as they’re familiar with contemporary Cisco networking and automation technologies.

What network automation tools does 350-901 AUTOCOR v2.0 focus on?

AUTOCOR focuses on network automation tools teams actually use to automate infrastructure. Ansible and Terraform for configuration management, Python for custom scripting, and RESTCONF with YANG models for programmatic device access. You'll work with Git for version control and GitLab CI/CD for deployment pipelines. It also covers Cisco Modeling Labs for network simulation, pyATS for testing and validation, and Docker for containerization. Plus, the new AI domain introduces LLMs and MCP servers for building intelligent automation agents.

Are AUTOCOR 350-901 and the CCNP Automation worth it?

If you’re a network engineer who knows the CLI isn’t enough anymore, yes. AUTOCOR proves that you can automate networks, secure the workflow, and operate at scale. It’s especially valuable if you want to move into NetDevOps or automation-focused roles without becoming a developer. The certification signals you can modernize networks, not just manage them.

Ready to upskill your team?

Talk to our sales team to find the right plan for your organization.