How To Copy Switch Configuration To Another Switch?
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 switch you want to copy the configuration from using a console cable.
2. Log in and enter the “enable” mode.
3. Enter the command “show running-config”.
4. Copy the output to a text file.
5. Connect to the switch you want to copy the configuration to using a console cable.
6. Log in and enter the “enable” mode.
7. Enter the command “configure terminal”.
8. Enter the command “copy tftp://<TFTP_SERVER_IP>/<CONFIG_FILE> running-config”.
9. Enter the TFTP server IP address and the configuration file name when prompted.
10. Wait for the copy process to complete.
11. Verify the configuration has been successfully copied with the command “show running-config”.