Wednesday, January 16, 2013

Viewing, Saving and Erasing Configurations

Viewing running configuration or startup configuration
R1# show run
R1# show start

Saving the running configuration to the startup configuration
R1# copy running-config startup-config
  
 R1# write [enter]

Deleting the Configuration and Reloading the Router
R1# erase startup-config
R1# reload
 

2 comments: