Hello! Thank you anyone willing to help. My company is using an older version of CatTools 3.6 and i'm having an issue where running the Copy command times out during its execution. However, the command does complete successfully and the backup does appear in the TFTP server it is connecting to. I would really like to set this up to send an email only if there are errors, but sadly it'll be emailing every time due to this error! I am using Nortel/Avaya switches and everything from the 4500's to the 4900's are having the problem.
Here is a sample code:
show run
copy running-config tftp address 10.68.75.32 filename m4800test_config.cfg
exit
--
Detail Log:
Waiting for an echo of copy running-config tftp address 10.68.75.32 filename m4800test_config.cfg command
Did not receive echo of copy running-config tftp address 10.68.75.32 filename m4800test_config.cfg command
Did not receive echo of copy running-config tftp address 10.68.75.32 filename m4800test_config.cfg
Aborting command entry due to command error
Command results: 1 of 3, 1
etc, etc....
Again, the Copy command actually does complete. The file does populate in the TFTP server and its fine, It just takes LONGER than the timeout value of the script to copy it over. So it doesn't error, but CatTools thinks it does.
Is there a way to resolve this? Thank you in advance!