How To Backup Cisco Router Configuration?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Connect to the router via a console cable or telnet session and log in with your credentials.
2. Enter the privileged EXEC mode by typing “enable” or using the “enable” command.
3. Type “copy running–configuration startup–configuration” or use the command “copy run start” to save the configuration.
4. If you need to store the configuration file on a remote host, you can use the “copy running–configuration tftp” command. This opens a prompt asking for the address of the TFTP server and the filename to write to.
5. After entering the required information, hit enter and the router will write the configuration file to the remote host.