Hey guys,
First of all I'm new to Tek Tips and have searched for the answer to my question but have not found an answer. I'm looking for help with the following
Connecting to a sonicwall router (os 5.0<) and exporting the preferences to a FTP server. I have the steps to do this manually but I would like to find a way to automate this via a script (if possible) so that we can backup our clients preferences monthly. I would need to be able to apply this to about 150 routers. If this is a script, I would need to be able to enter/change the backup file name to reflect the correct company. I can always edit the script from out mgmt system.
I have been using Putty (plink.exe) to connect to the sonicwall via SSH.
Below is a quick explanation of the what I see and have to input in order to complete my task manually. Attached is a screen shot.
Command: plink.exe [admin@routeraddress]
Prompts for: "user:"
Command: username
Prompts for: "password:"
Command: password
Command: export preferences ftp [ftpserver] [user] [password] backup.exp
First of all I'm new to Tek Tips and have searched for the answer to my question but have not found an answer. I'm looking for help with the following
Connecting to a sonicwall router (os 5.0<) and exporting the preferences to a FTP server. I have the steps to do this manually but I would like to find a way to automate this via a script (if possible) so that we can backup our clients preferences monthly. I would need to be able to apply this to about 150 routers. If this is a script, I would need to be able to enter/change the backup file name to reflect the correct company. I can always edit the script from out mgmt system.
I have been using Putty (plink.exe) to connect to the sonicwall via SSH.
Below is a quick explanation of the what I see and have to input in order to complete my task manually. Attached is a screen shot.
Command: plink.exe [admin@routeraddress]
Prompts for: "user:"
Command: username
Prompts for: "password:"
Command: password
Command: export preferences ftp [ftpserver] [user] [password] backup.exp