====== Cisco - Router - Save Configuration ====== When you enter command into Cisco iOS it immediately becomes active in the running configuration. But if you reboot your router, and haven’t saved your configuration, it is deleted. ---- ===== Save the running configuration to NVRAM ===== If some commands were entered, to have them saved to ther configuration: copy running-config startup-config ---- ===== Display the running configuration ===== show running-config ---- ===== Display the start-up configuration (in NVRAM) ===== show startup-config ---- ===== Delete the configuration stored in NVRAM ===== erase startup-config ---- ===== Reboot the router ===== reload returns: Proceed with reload? [confirm]System configuration has been modified. Save? [yes/no]: n ----