12-18-2012 04:16 PM - edited 03-14-2019 11:01 AM
How do I configure a 1800 router to function as a TFTP server, so that I may backup and restore ios files
---
Posted by WebUser Siphiwe Soto from Cisco Support Community App
12-19-2012 01:17 AM
Hi,
it cannot be done that way.
Buy a cheap PC, a Raspberrry PI for instance, install Linux or FreeBSD on it, and voila, TFTP server.
G.
12-25-2012 04:11 PM
http://tftpd32.jounin.net/
Sent from Cisco Technical Support iPad App
12-26-2012 01:02 PM
Hi,
Follow this instructions:
1) Locate the file to flash folder
2)Use this command to specify the location:
tftp-server flash:"File path" alias "File name
Example:
tftp-server flash:/PHONE/6921_6941_6961/Sccp/cmterm-69xx-sccp.9-2-1-0.tar alias cmterm-69xx-sccp.9-2-1-0.tar
Regards
Please rate all useful posts
_____________________________
MDGDP, CCNA, CCNA Voice certified
12-26-2012 01:21 PM
Leo,
Your instructions are correct for serving static files, however the question is about uploading and downloading iOS FW and configurations. Cisco IOS does not support receiving files via TFTP. For this you will need a tftpd server, either under Linux or a win32/64 . The link I previously posted allows for serving and receiving via TFTP on windows platforms. For OsX and Linux there you can use a tftpd daemon.
Another option if you have a Linux box at your disposal would be to use an expect script to login to each host(target router) and backup the running config. This would also allow you to automate the backup task by creating a cron job that may run every night.
To restore you could use FTP to copy running config back to the node(target router) . http://www.cisco.com/en/US/docs/ios/12_1/configfun/command/reference/frd2001.html
Sent from Cisco Technical Support iPad App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide