cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3076
Views
5
Helpful
4
Replies

Saving running-config in one command

jderrien
Community Member

Hi there,

I'd like to copy a running-config to a tftp server without having the router to prompt me to confirm for the server IP address and filename. Any idea on how to do that ?

Thanks and regards

Jean-Marc

4 Replies 4

ebreniz
Level 11
Level 11

I have not come across any command like that , I think you can make a TCL script in router and make it do so..

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/fun_r/frprt2/frd2001.htm#1021855

bricknera
Community Member

copy system:/running-config

then you just tap enter twice. Let me know.

Brick

milan.kulik
Level 11
Level 11

To avoid any prompting using 'copy run' (to start or tftp) use the global config command 'file prompt quiet'. This will then allow you to do single line saves.