CCNA Plan

Automation and Programmability

10% of the CCNA · blueprint 200-301 v1.1 (effective 2024-08-20)

Short answer

Domain 6.0 is 10% of the CCNA 200-301 v1.1. It covers how automation affects network management, controller-based versus traditional networking, software-defined architectures (overlay, underlay, fabric; separation of control and data planes; northbound and southbound APIs), Cisco DNA Center versus traditional campus management, REST API characteristics (CRUD, HTTP verbs, encoding), Ansible and Terraform, JSON, and — new in v1.1 — generative and predictive AI concepts.

Why it matters on this exam

Definitional questions with a few JSON-reading items. Quick wins if you know the vocabulary.

Key concepts (objectives 6.1–6.7)

Common mistakes

Worked example

{"interfaces":[{"name":"Gi0/1","up":true},{"name":"Gi0/2","up":false}]} — one object with one key whose value is an array of two objects; interfaces[1].up is false.

Original practice questions

Automation and ProgrammabilityDifficulty 2/5

In a controller-based network, which interface do applications use to request services from the controller?

  1. AData plane
  2. BConsole
  3. CSouthbound API
  4. DNorthbound API
Show answer and rationale

Correct: D. Northbound APIs (typically REST with JSON) expose the controller to applications and scripts; southbound APIs (NETCONF, RESTCONF, OpenFlow, CLI) let the controller program devices.

  • C — Southbound faces the devices.
  • A — The data plane forwards packets; it is not an API.
  • B — The console is a management access method.
All 2 Automation and Programmability questions →

1 flashcards for Automation and Programmability

Practice this topic

Blueprint-mapped questions with full rationales for every choice.

Start practice
Related areas: Network Fundamentals · Network Access · IP Connectivity · IP Services

Primary references

  1. CCNA Exam v1.1 (200-301) Exam Topics — Cisco Systems · primary · retrieved 2026-09-21, verified 2026-09-21
Last reviewed: 2026-09-21Next review by: 2026-11-20Draft — pending editorial reviewHow we verify facts