Running and Startup Config

  • When working with Cisco routers or switches, it’s essential to understand how the device stores and applies its configuration.

    Each Cisco device maintains two versions of its configuration:

    • The running configuration is stored in RAM. It’s a volatile memory, meaning all changes are lost when the device reboots.

    • The startup configuration is stored in NVRAM, a persistent memory that survives restarts and is automatically loaded at boot.

    Cisco diagram showing how running config in RAM must be saved to startup config in NVRAM

    Figure 1 – Save running config to startup config to keep changes after reboot

    This distinction is crucial. If you make changes to the configuration during a session, you're actually modifying the running configuration. But unless you save those changes, they'll be lost as soon as the device reboots.

    To ensure your changes are kept permanently, you must manually save the running configuration into the startup configuration.

    Answer the question below