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!

Catalyst configuration backups

Status
Not open for further replies.

AidanEnos

MIS
Dec 11, 2000
189
Okay, I want to write a script on my Sun Ultra station that, when executed, will create a list of configuration files, change the mode to read/write then, here's where I need help.

touch C5000.cfg
chmod 666 C5000.cfg

I want to do either:

a) snmpget 10.10.10.10 1.3.6.1.4.1.9.5.????????
b) tftp 10.10.10.10
bin
get ???????(what is config file named? config, configuration, Configuration don't work) C5000.cfg
close

Which is a better solution for a script to get the configurations? Is there an even better solution that I don't have?

How do you backup and maintain configuration files on a regular basis?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top