Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 5000 Config Question

Status
Not open for further replies.

packetman

IS-IT--Management
Apr 30, 2003
2
US
What is the command to copy the running configuration from a Cisco 5000 to a TFTP server
 
Hi Packetman

have a look at:

This example shows how to upload a configuration file on a Flash device to a TFTP server:

Console> (enable) copy slot0:5000_config.cfg tftp
IP address or name of remote host []? 172.20.52.3
Name of file to copy to [5000_config.cfg]?
/
File has been copied successfully.
Console> (enable)


This came from

EB
 
My sw version is 2.4(6e)

From enabled mode I type
Copy ?

Here are my options:
copy tftp flash
copy flash tftp

I do not see the option to type copy config

 
Version 2.4 seems very old for me. Does it accept as "sh flash" command? If the config file is there (.cfg) you may use the "copy flash tftp" option.
 
Just do a "write net" and this will write the config to your tftp server .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top