12-13-2006 01:13 PM
Is there any way to get CW to send the commands copy running-config tftp? I want to send these files to an external TFTP server.
12-13-2006 01:32 PM
You can use Netconfig to do this, but you will most likely need to pre-create the file on the TFTP server. See the section in the RME online help for using interactive commands in Netconfig (http://server/help/rme/fundamentals/netcfg_AdhocTasks.html).
12-14-2006 05:53 AM
The job successfully completes but it never hits my server. I ma using Pumpkin TFTP with the Netconfig script below
copy running-config tftp
xxx.xxx.255.58
12-14-2006 09:23 AM
As Michel said, make sure that TFTP server allows you to create a file. Beyond that, get a sniffer trace of the job to make sure the CLI interaction is working correctly. If so, get a sniffer trace of UDP traffic between the device and your TFTP server.
12-14-2006 02:20 AM
You need to use a tftp server like tftpd32 that allows you to create new files when you lower the security.
For the command you must keep in mind that the copy run tftp command is interactive.
RME has ways to deal with that using
Cheers
michel
12-14-2006 05:53 AM
The job successfully completes but it never hits my server. I ma using Pumpkin TFTP with the Netconfig script below
copy running-config tftp
xxx.xxx.255.58
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