How To Upload Config File To Cisco Switch Using Putty?
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 your Cisco switch via the console cable
2. Open the command line terminal of your choice, such as Putty
3. At the prompt type in “en” for enable
4. Enter your administrative password
5. Type copy tftp flash {ip address of server} {config file name}.cfg
6. Press enter
7. Type in yes to overwrite the existing config file
8. When the file is transferred you should see a Transfer Successful message
9. To verify that the config file has been loaded to the switch, type in show run and hit Enter
10. Lastly, type exit to logout from the switch.