02-23-2019 11:24 AM
Is the destination filename the IOS image when executing commands?
Solved! Go to Solution.
02-24-2019 06:08 AM
You have to find a way where you can offload this config to reachable IP, then you setup a TFTP and upload.
Other option you need to consider- since you able to SSH to device, log console and safe the config other option you can get the running and startup config to local PC.
02-23-2019 11:46 AM
02-23-2019 11:57 AM
Thank you Luis, it helps. The below command string list "Name of configuration file to write". Would this file the IOS image file or something different?
Router# copy nvram:startup-config tftp:
02-23-2019 01:28 PM
you can directly do that command :
copy nvram:startup-config tftp://192.0.0.1/rtr2-config-b4upgrade
02-23-2019 01:33 PM
I am SSH into a remote router. Can I still use that command to retrieve the startup config as a backup?
02-23-2019 01:39 PM
yes you can do SSH and test it. let us know any issues or errors.
02-23-2019 01:46 PM
Below is the output.
.....
%Error opening tftp://10.x.x.x/rtr2-config-b4upgrade (Timed out)
I'm using a tftp server on a windows PC and trying to backup the startup config from a remote router before I upgrade the IOS image in the near future.
02-23-2019 01:53 PM
1. are you able to ping from remote router ip address of tftp server 10.x.x.x
2. what TFTP Server you running ( do you see any Windows FW in place which is blocking).
3. can you port output from router dir nvram:
02-23-2019 01:59 PM
Can't ping from remote router to tftp server.
I'm using Tftpd64 as my server
02-23-2019 02:04 PM
Can't ping from remote router to tftp server. <-- so from router you do not have reachability.
So you need to fix this, 10.x.x.x is none routable IP address, so it was NATed in DSL router to reach public Internet.
you need to setup DSL router port fowarding to your PC.
example : public IP x.x.x.x port forward tftp server to your PC
then you need to use Public IP address of DSL
then you can try below :
copy nvram:startup-config tftp://x.x.x.x/rtr2-config-b4upgrade ( where x.x.x.x DSL current Public IP address)
before doing all excises check DSL Public IP rechable from router (some providers block though)
02-23-2019 02:07 PM
02-24-2019 05:19 AM
DSL Public IP not reachable from router.
02-24-2019 06:08 AM
You have to find a way where you can offload this config to reachable IP, then you setup a TFTP and upload.
Other option you need to consider- since you able to SSH to device, log console and safe the config other option you can get the running and startup config to local PC.
02-24-2019 07:35 AM
We have a secure VM to remote router. I was able to access that and get the startup config and flash memory through tftp server.
Thank you for your help!
02-23-2019 12:02 PM
The router I'm backing up the startup config for is remote.
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