I think your issue may be with your destination path. I am assuming you are copying the file to a Windows laptop by your use of "C:". The TFTP program you use should have the ability to set the root directory for the TFTP service. You do not need to fully the destination path. The TFTP service you are using should automatically know the root according to the directory you specified in the program options/setup.
Here are the exact commands I used on a C5 with success: DEVC5(rw)->show config outfile configs/save_config603.cfg DEVC5(rw)->copy configs/save_config603.cfg tftp://10.170.1.246/save_config603.cfg TFTP Configuration Script transfer starting... File transfer operation completed successfully. DEVC5(rw)-> Regards, Jon Ambrosia * Enterprise Network Specialist, San Diego Community College District * 9315 Hillery Drive, San Diego, CA 92126 * Tel 619-388-1164 * Fax 619-388-1195 * [email protected] CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and privileged information, any unauthorized disclosure or use is prohibited. If you received this email in error, please notify the sender and delete this email from your system. Thank you. -----Original Message----- From: Enterasys Customer Mailing List digest [mailto:[email protected]] Sent: Sunday, June 05, 2011 9:09 PM To: enterasys digest recipients Subject: enterasys digest: June 05, 2011 ENTERASYS Digest for Sunday, June 05, 2011. 1. Re: save config file to laptop that is telnet into C3 2. XML Syntax for Device/Port Profiles ---------------------------------------------------------------------- Subject: Re: save config file to laptop that is telnet into C3 From: Reinhard Strebler <[email protected]> Date: Sun, 5 Jun 2011 18:44:48 +0200 X-Message-Number: 1 Hi Mike, The C3 and your PC/Linux station need IP-Adresses for communication. The proper "copy .." statement is: C3(su)->copy configs/save_config603.cfg tftp://*_<IP-address>_*/c:/save_config603.cfg May be, you will need reverse slashes "\" instead of regular slashes "/" for the PC file system. Kind regards Reinhard Karlsruher Institut für Technologie (KIT) Steinbuch Centre for Computing (SCC) Dipl.-Ing. Reinhard Strebler Abteilungsleiter Netze und Telekommunikation (NET) Kaiserstraße 12 76131 Karlsruhe Telefon: +49 721 608-42068 (*neu!*) Fax: +49 721 32550 E-Mail: [email protected] www.scc.kit.edu KIT - Universität des Landes Baden-Württemberg und nationales Forschungszentrum in der Helmholtz-Gemeinschaft Am 04.06.2011 02:53, schrieb Mike Hall: > > I am having a brain cramp here.I have save a config file to the > configs directory.Its called "save_config603"I have my laptop set up > as a tftp server and trying to save this config file to my laptop.I > think I've tried every combination in the manual but keep getting > errors.Below is a sample of some of my attempts.Can someone help me out? > > Thanks!! > > ================================================================== > > Filename:c3-series_06.03.04.0004 (Active) (Boot) > > Version:06.03.04.0004 > > Size:9877504 (bytes) > > Date:Fri Jun 03 14:37:52 2011 > > CheckSum:ec9f44617ba3a236b7859b46ed66d113 > > Compatibility: C3G124-24, C3G124-24P, C3G124-48, C3G124-48P, C3K122-24 > > C3K122-24P, C3K172-24 > > Files:Size > > ================================ ======== > > configs: > > save_config6034197 > > logs: > > current.log60945 > > C3(su)->copy configs/save_config603.cfg c:/save_config603.cfg > > Error: Couldn't open destination file! > > C3(su)->copy configs/save_config603.cfg tftp://c:/save_config603.cfg > > Configuration script 'save_config603.cfg' not found. > > C3(su)->copy configs/save_config603.cfg tftp://c:/ > > Configuration script 'save_config603.cfg' not found. > > C3(su)->copy configs:/save_config603.cfg tftp://c:/save_config603.cfg > > Error: Couldn't open source file! > > C3(su)-> > > * --To unsubscribe from enterasys, send email to [email protected] > <mailto:[email protected]> with the body: unsubscribe enterasys > [email protected] > ---------------------------------------------------------------------- Subject: XML Syntax for Device/Port Profiles From: Jolyon Ansuz <[email protected]> Date: Mon, 6 Jun 2011 12:45:34 +1000 X-Message-Number: 2 All, I'm looking for the XML code/syntax/expectations for NMS Policy Manager's device policy templates and port policy templates. Yes, we're looking at the down 'n' dirty editing here. The reasons are we want to enable some Things(TM) and create a template plan of "This will change at this (device) level and this will change at this (port) level)." And I'm looking for the what (variables) we can change at each level. Yes, I am aware that Policy Manager will create the templates for me. I'm looking for the variables and syntax, that's all. Sincerely, Jolyon Ansuz Senior Network and Communications Administrator Communications Infrastructure Information Technology University of New England Armidale NSW 2351 P: +61 2 6773 3568 F: +61 2 6773 3424 M: +61 412 735 836 This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. "Most of the things worth doing in the world had been declared impossible before they were done.", Louis D. Brandeis --- END OF DIGEST --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected] --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
