JNCIA-Junos logo
Focused certification exam prep
Start practice

JNCIA-Junos Domain 4: Configuration Basics - Complete Study Guide 2026

TL;DR
  • Domain 4, Configuration Basics, tests the candidate configuration, commit, and rollback workflow unique to Junos OS.
  • JN0-106 has 65 multiple-choice questions in 90 minutes, so Domain 4 questions demand quick recall of exact syntax and terms.
  • Know the difference between set, edit, delete, rename, and commit confirmed operations cold.
  • JN0-106 is based on Junos OS 21.2 and replaced JN0-105 on April 6, 2026 - study current command behavior, not legacy notes.

What Domain 4 Actually Covers

Configuration Basics is the domain where Junos stops being an abstract operating system and becomes something you actually shape. While Domain 2: Junos OS Fundamentals covers the architecture behind the device, and Domain 3: User Interfaces covers how you talk to it, Domain 4 covers what happens once you start typing configuration statements. It is squarely about the hierarchical configuration model, the candidate configuration, commit mechanics, and configuration management commands.

This domain rewards precision. Junos configuration syntax is structured and predictable, but the exam expects you to know exact keywords, exact command order, and exact behavior differences between similar-sounding operations. If you have not yet reviewed how this domain fits with the other six, the JNCIA-Junos Exam Domains 2026: Complete Guide to All 7 Content Areas lays out the full picture before you drill into Configuration Basics specifically.

Why This Domain Trips People Up: Candidates who have used other vendors' CLIs often assume Junos configuration works the same way. It does not. Junos separates the active configuration from a candidate configuration you edit privately, and that separation is the conceptual core of this entire domain.

Where Configuration Basics Fits Among the 7 Domains

JN0-106 covers seven domains: Networking Fundamentals, Junos OS Fundamentals, User Interfaces, Configuration Basics, Operational Monitoring and Maintenance, Routing Fundamentals, and Routing Policy and Firewall Filters. Juniper does not publish a per-domain question count breakdown for JN0-106, so treat every domain as fair game across the 65 scored questions in the 90-minute window.

Configuration Basics is a practical bridge domain. It builds on the CLI knowledge from Domain 3: User Interfaces and feeds directly into Domain 6: Routing Fundamentals-style tasks later, since you cannot configure a routing protocol without first understanding how to navigate and commit configuration hierarchy. If you are mapping out how much time each domain deserves, the JNCIA-Junos Study Guide 2026: How to Pass on Your First Attempt offers a broader sequencing strategy that places Configuration Basics right after the interface domains.

DomainRelationship to Configuration Basics
Domain 2: Junos OS FundamentalsExplains the separation of storage, kernel, and configuration database that Domain 4 builds on
Domain 3: User InterfacesProvides the CLI modes and navigation used to enter configuration mode
Domain 4: Configuration BasicsCovers candidate configuration, commit types, rollback, and configuration groups
Domain 5: Operational Monitoring and MaintenanceUses configuration knowledge to verify and troubleshoot committed changes

Core Topics You Must Master

Configuration Basics is dense with specific, testable facts. Below are the areas that consistently show up in study material and align with the JN0-106 blueprint.

The Configuration Hierarchy

Junos configuration is organized as a tree of statements, not a flat list of lines. Candidates must understand how hierarchy levels nest and how a single top-level change can ripple across multiple stanzas.

  • Difference between configuration mode and operational mode
  • How set, edit, and top move you through the hierarchy
  • How show in configuration mode differs from show in operational mode

Editing Commands

You need fluency with the core editing verbs and their exact effects on the candidate configuration.

  • set to create or modify a statement
  • delete to remove a statement or hierarchy branch
  • rename to relabel an existing configuration object
  • copy and insert for duplicating or reordering configuration
  • annotate for adding comments to configuration statements

Commit Operations

This is the single most exam-relevant subtopic in Domain 4. Junos never applies configuration changes instantly - everything routes through a commit.

  • commit versus commit check versus commit confirmed
  • commit at for scheduled commits
  • What triggers an automatic rollback after commit confirmed expires
  • How commit failures are reported and what causes a syntax check to fail

Rollback and Configuration History

Junos stores previous committed configurations, and candidates must know how to reference and restore them.

  • How numbered rollback files work (rollback 0 through rollback 49)
  • Using show | compare to view differences before committing
  • Loading a rollback configuration versus loading a saved file

Key Takeaway

Memorize the exact wording distinctions between commit, commit check, and commit confirmed - these three commands are among the most frequently tested single facts in Configuration Basics.

Understanding the Candidate Configuration Model

The concept that separates Junos from many competing CLIs is the candidate configuration. When you enter configuration mode, you are not editing the live, running configuration directly. You are editing a private copy - the candidate configuration - that only takes effect once you issue a commit. Until that commit succeeds, the device continues operating on the last active configuration.

This matters for the exam because several question types test whether you understand what state the router is in at a given moment. For example, if a candidate configuration contains a syntax error, what happens when you try to commit? The answer is that Junos performs a syntax check first and rejects the commit, leaving the active configuration untouched. Questions may also test multi-user scenarios: multiple administrators can edit the same candidate configuration hierarchy simultaneously using private or exclusive edit modes, and understanding how those interact with commit is a recurring theme.

Configuration groups are another piece of this model worth knowing at a conceptual level - they let you define reusable configuration snippets and apply them across multiple hierarchy levels, reducing repetition in large configurations.

Commit Operations and Rollback

Because so much of Domain 4 revolves around committing changes safely, it is worth walking through the practical sequence a network engineer follows and mapping it to what the exam might ask.

  1. Edit the candidate configuration using set, delete, or edit statements at the appropriate hierarchy level.
  2. Review pending changes with a compare command to confirm exactly what will change.
  3. Validate syntax using commit check, which tests the configuration without activating it.
  4. Commit with a safety net using commit confirmed, which automatically reverts if a follow-up commit is not issued within the specified time.
  5. Confirm the change and issue a second commit to make it permanent, or let it roll back automatically if something looks wrong.

This workflow-based thinking is exactly what separates rote memorization from real readiness. The exam may present a scenario ("an administrator made a change and needs it to revert automatically if not manually confirmed within 10 minutes") and ask you to identify the correct command. Recognizing the workflow, not just the keyword, is what gets you to the right answer quickly within the 90-minute limit.

Practical Insight: Commit confirmed is a favorite exam scenario because it tests both command syntax and conceptual understanding of automatic rollback timing - a combination that catches candidates who only memorized command names.

How Configuration Basics Questions Are Asked

JN0-106 questions are multiple-choice, and Domain 4 questions typically fall into a few recognizable patterns:

  • Command identification: "Which command would remove a configuration statement without deleting the entire hierarchy branch?"
  • Output interpretation: You are shown a snippet of configuration mode output or a compare result and asked what it represents.
  • Scenario-based sequencing: A short scenario describes an administrator's goal, and you choose the correct command or command order to achieve it.
  • Definition matching: Straightforward recall questions asking what a term like "rollback" or "candidate configuration" means in Junos context.

Because the exam reports pass/fail status immediately after you finish, there is no benefit to overthinking ambiguous wording - Juniper's exam writers favor precise terminology, so the answer that uses the exact Junos vocabulary from official documentation is usually correct. If you are unsure how tough this question style feels in practice, the How Hard Is the JNCIA-Junos Exam? Complete Difficulty Guide 2026 article breaks down the difficulty profile across all domains, and the JNCIA-Junos Pass Rate 2026: What the Data Shows piece discusses what the available data suggests about candidate outcomes.

Who Hires for These Skills

Configuration Basics competency is what employers actually mean when they say a candidate can "work in Junos." Network operations teams, ISPs, data center teams, and managed service providers running Juniper hardware need staff who can safely commit changes without breaking production traffic. A junior network engineer, NOC technician, or associate-level network administrator is expected to know how to stage a change, verify it before committing, and roll it back if something goes wrong - all core Domain 4 skills.

This is also the domain that most directly maps to day-one job tasks, which is part of why JNCIA-Junos appears frequently in entry-level network engineering job postings. For a broader look at what roles value this credential and what it typically pays, see the JNCIA-Junos Jobs overview and the JNCIA-Junos Salary Guide 2026: Complete Earnings Analysis. If you are still deciding whether the certification is worth pursuing at all, the Is the JNCIA-Junos Certification Worth It? Complete ROI Analysis 2026 analysis weighs the investment against the exam's $200 fee and three-year validity period.

A Focused Study Sequence for Domain 4

Because Configuration Basics is procedural rather than conceptual, spaced repetition works especially well here - but only if you practice actual command sequences rather than just re-reading definitions. Schedule this domain right after you're comfortable with CLI navigation from Domain 3, since commit and rollback commands assume you can already move through configuration mode confidently.

Week 1

Foundation Pass

  • Review the candidate vs. active configuration model until it's automatic
  • Practice set, delete, edit, top, and rename in a lab or simulator
Week 2

Commit Mechanics

  • Drill commit, commit check, and commit confirmed until the distinctions are instant recall
  • Practice reading show | compare output and predicting the committed result
Week 3

Rollback and Review

  • Practice numbered rollback commands and loading saved configuration files
  • Run timed practice questions mixing Domain 3 and Domain 4 material together

Once this domain feels solid, revisit the full JNCIA-Junos Study Guide 2026: How to Pass on Your First Attempt to make sure your remaining domain coverage stays balanced. You can also run full-length timed practice exams through the main practice test hub to see how Configuration Basics questions blend with the other six domains under real exam time pressure.

Key Takeaway

Do not study commit commands in isolation - practice them inside a full configuration change workflow so the sequence, not just the syntax, becomes second nature.

Frequently Asked Questions

Is Configuration Basics harder than the other JNCIA-Junos domains?

It is not inherently harder, but it is unforgiving of imprecise memorization. Because commands like commit, commit check, and commit confirmed sound similar, candidates who skim rather than practice hands-on often lose points here.

Does Domain 4 require hands-on lab practice, or is reading enough?

Hands-on practice is strongly recommended. Configuration Basics tests command behavior and sequencing, which is far easier to internalize by actually typing commands in a Junos CLI or simulator than by reading descriptions alone.

How many Domain 4 questions will be on the JN0-106 exam?

Juniper does not publish a fixed per-domain question count for the 65-question JN0-106 exam, so treat Configuration Basics as fully in scope and study it with the same depth as the other six domains.

Is JN0-106 material different from the older JN0-105 exam for this domain?

JN0-106 replaced JN0-105 on April 6, 2026, and is based on Junos OS 21.2. Make sure any study material or command behavior you review reflects the current JN0-106 blueprint rather than legacy JN0-105 notes.

Where does Configuration Basics fit if I'm building a full study plan?

Study it after User Interfaces and before Routing Fundamentals, since commit and rollback skills are prerequisites for configuring routing protocols later in the exam blueprint. See the JNCIA-Junos Exam Domains 2026: Complete Guide to All 7 Content Areas for the full sequencing logic.

Ready to pass your JNCIA-Junos exam?

Put this into practice with free JNCIA-Junos questions across every exam domain.