Save the active running configuration to startup configuration as soon as the change is validated. The running config sits in volatile RAM, so a reboot or power loss will discard unsaved edits. Copying it to startup config stores the approved state in NVRAM, which is what the device loads at boot. Keep an external backup as well so recovery is possible after hardware failure or misconfiguration.
Why preserving the saved configuration matters on Cisco devices
On Cisco routers and switches, the active configuration in memory and the saved boot configuration are not the same thing. Teams often validate a change on the live device, but that change is only durable after it has been written to nonvolatile storage. The practical issue is not just “did the command work,” but “will the device still have that state after restart?”
That distinction is what makes change control on network gear different from many software changes. The device can appear healthy immediately after a change, yet still lose the update if power is interrupted, the process reloads, or the box is replaced before the approved state is persisted.
For that reason, preserving the change is really a two-step discipline: confirm the running state is correct, then commit it to the startup state that the platform loads at boot. Network teams also benefit from keeping an external copy of the known-good configuration so a bad change, flash issue, or failed device does not leave recovery dependent on memory.
What is actually being preserved: transient state versus boot state
The running configuration is the current live state of the device. It is what enforces interface settings, routing behavior, access rules, and any other active tuning right now. The startup configuration is the stored baseline that survives restart and becomes the next running configuration when the device boots.
That means a validated change is only operationally complete when the intended live state and the saved boot state match. If they diverge, the network can behave one way today and a different way after the next reload. In practice, that creates hidden drift that is easy to miss during low-traffic windows and expensive to diagnose later.
For operators, the important implication is that “saved” is not a cosmetic step. It is the control that turns a temporary edit into an intended persistent device posture. When teams skip it, they are leaving the network dependent on uninterrupted uptime to keep the change alive.
How teams should handle save, backup, and recovery
After validation, the saved state should be updated immediately so the approved configuration survives a restart. That is the point at which the maintenance window should be considered complete, because the device now has both an active and a recoverable configuration.
External backup is the second line of defense. A copy stored outside the device makes recovery faster if the box is lost, flash becomes unavailable, or the device must be rebuilt from scratch. It also gives operators a known-good reference point when they need to compare the current device against the intended standard.
Where teams have strict change controls, the most useful habit is to treat the saved copy as part of the change record, not as an afterthought. That gives operations, troubleshooting, and rollback a single approved version to return to if the update has unintended side effects.
Risk and Threat Considerations
Unsaved network changes create avoidable exposure because the device can revert to an older state on reboot, power loss, or failover. That can undo security hardening, undo routing corrections, or restore access paths that were intentionally removed.
Failure mechanism: The live configuration exists only in volatile memory until it is committed to persistent storage, so any interruption before saving can erase the approved change and reintroduce the previous posture.
Impact: Teams can lose control of the intended configuration state, which increases outage risk, rollback complexity, and the chance that a security fix silently disappears after recovery.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-53 Rev 5 | CM-3 — Configuration Change Control | Covers controlled configuration changes that must be approved and persisted. |
| CM-6 — Configuration Settings | Applies because the question is about maintaining the intended device configuration state. | |
| CP-9 — System Backup | Relevant because external configuration backup supports recovery after device failure or misconfiguration. | |
| Recommendation — Document and persist approved device changes before closing the maintenance task. Baseline device settings and verify the saved state matches the approved configuration. Maintain recoverable configuration backups outside the device. | ||
| CIS Controls v8 | CIS-4 — Secure Configuration of Enterprise Assets and Software | Directly applies to preserving approved device configuration and avoiding drift. |
| CIS-11 — Data Recovery | Applies to maintaining backup copies that support restoration after failure. | |
| Recommendation — Keep Cisco devices on a documented secure baseline and persist validated changes. Retain configuration backups that support fast restoration after an incident. | ||
| ISO/IEC 27001:2022 | A.8.9 — Configuration management | Matches the need to control, save, and restore device configuration state. |
| Recommendation — Control configuration changes and preserve the approved baseline for recovery. | ||
Practitioner Guidance
What to verify: Do not treat a successful command response as proof of persistence. Verify that the running and startup configurations align after the change, and confirm the external backup reflects the approved version before closing the change.
Decision rule: If the change affects availability, access, or routing, save it as soon as validation is complete and before handing the device back to normal operations. If the configuration is still under review, keep it isolated as a temporary state rather than assuming it will survive.
Practitioner takeaway: The operational goal is not simply to make the device work now, but to make the approved state survive the next restart and remain recoverable if the hardware does not.
Related resources from NHI Mgmt Group
- What breaks when manufacturing teams do not track asset and configuration changes after an assessment?
- How should teams secure non-human identities across cloud and SaaS?
- How should security teams decide whether JIT access is safe for non-human identities?
- How should teams reduce the risk from exposed NHI secrets?