What command is used to delete the configuration stored in NVRAM?
-
erase startup-config
-
erase running-config
-
delete nvram
-
erase nvram
A
Correct answer
Explanation
The command to delete the startup configuration stored in NVRAM is 'erase startup-config'. This removes the saved configuration that loads on reboot. The running-config in RAM is not affected. 'erase nvram' is an alias for the same command, while 'delete nvram' is invalid.