Config
CISCO Steps to clear config
Say
no
if prompted to run setup wizardEnter privileged mode
enable
Enter the command
write erase
, which erases the NVRAM file system and removes all files.At the prompt, confirm that you want to erase all files.
Enter command
reload
, and enterno
when prompted whether to save the configuration. (Otherwise, the switch will reload the current running configuration.)Confirm that you want to reload the switch, and your switch configuration is almost clean.
Upon reboot, say
no
if prompted to run setup wizard
router>enable
router#write erase
router#reload
Running Config Save
Fully written out
switch#copy running-config startup-config
Short version
switch#copy run start
Last updated