Separate production, baseline, and backup configurations so you can restore or audit device state safely.
Configuration-management questions are state-control questions. CompTIA is usually testing whether you can keep known-good settings, recover from mistakes, and recognize when undocumented drift has turned the network into a support problem.
Baseline configuration: A known-good standard configuration used as the comparison point for support and compliance.
Configuration drift: The gradual difference between the intended standard state and the actual device state in production.
The strongest answers usually depend on whether you can separate:
| State or artifact | Why it matters |
|---|---|
| baseline | defines what “good” should look like |
| running production config | shows what the device is doing now |
| backup | lets you restore or compare after failure or bad change |
| version history | shows when and why state changed |
flowchart LR
A["Approved baseline"] --> B["Deploy to production"]
B --> C["Back up current state"]
C --> D["Monitor for drift or unauthorized changes"]
D --> E["Restore or correct when needed"]
What to notice:
1device: edge-fw-01
2baseline: v3.2-approved
3backup: 2026-03-29-2200
4last-restore-test: 2026-03-01
What to notice:
CompTIA often likes the scenario where nobody changed the documented design, but the actual device now behaves differently because:
That is why config discipline improves both recovery speed and auditability.
Continue with 3.5 Monitoring, Flow Data & Visibility to keep the domain flow intact.