It is possible to create a script, which will copy and save configuration from Cisco device?
I have already created this in a batch file:
C:\putty.exe -ssh XX.XX.XX.XX -l XXXXXX -pw XXXXXX
So I can successfully login to SW
. But, if I write any other command after that in the batch file, it doesn't do anything.
Is there any way to make it work? For example:
send "configure terminal" or something like this..