Cisco Configuration backup with Windows Script.
- by Jeff
We have a client with a lot of Cisco Devices and we would like to automate the backups of these devices through telnet. We have both 2003 and 2008 servers and ideally use tftp to back it up.
I wrote this:
Set WshShell = WScript.CreateObject("WScript.Shell")
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
Dim ciscoList
ciscoList =…