[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: What does ``cisco'' stand for?
Next Document: Where can I get ancillary software for my cisco?
-
Search the FAQ Archives
Single Page
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: What does ``cisco'' stand for?
Next Document: Where can I get ancillary software for my cisco?
How do I save the configuration of a cisco?
From: Question 4
Date: 31 October 1994
If you have a tftp server available, you can create a file on the
server for your router to write to, and then use the write network
command. From a typical unix system:
mytftpserver$ touch /var/spool/tftpboot/myconfig
mytftpserver$ chmod a+w /var/spool/tftpboot/myconfig
myrouter#write net
Remote host [10.7.0.63]? 10.7.0.2
Name of configuration file to write [myrouter-confg]? myconfig
Write file foobar on host 10.7.0.2? [confirm] y
Additionally, there's a Macintosh TFTP server available:
ftp://nic.switch.ch/software/mac/peterlewis/tftpd-100.sit.hqx
Additionally, you can also use expect, available from:
ftp://ftp.uu.net/languages/tcl/expect/expect.tar.gz
ftp://ftp.cme.nist.gov/expect/expect.tar.gz
or, in shar form from ftpeng.cisco.com.
Expect allows you to write a script which telnets to the router and
performs a ``write terminal'' command, or any other arbitrary set of
command(s), using a structured scripting language (Tcl).
Top Document: comp.dcom.sys.cisco Frequently Asked Questions (FAQ)
Previous Document: What does ``cisco'' stand for?
Next Document: Where can I get ancillary software for my cisco?
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
cisco-faq@panix.com (comp.dcom.sys.cisco FAQ responses)
Last Update October 23 2009 @ 08:26 AM