Is there a way of getting NCM to be an SCP client. I have found lots of info about using NCM to initage an SSH connection to a device and then run commands on the device to initate SCP back to the NCM SSH server. This is not what I mean
For example, this command will back up a Fortigate Firewall if you have enabled the Fortigates SCP server (This is using Putty's SCP command in Windows but obviulsy you can do the same in linux with scp)
c:\progra~1\putty\pscp.exe -pw password user@1.2.3.4:fgt-config c:\backups\fgt-config.txt
There is no messing about with command scripts. It just backs up the config. The same is possible on multiple other products. I've personaly done it on ASA firewalls and Rucks/Brocade switches, and used SSH keys with scripts in Linux as opposed to user/password.
It seems rather a big missing feature to not support SCP as a client in NCM??? Its a much much simpler appraoch to backing up configs for devices that support it.
I could script this as an external program in NCM, but not sure I can pass variables to an external command, or if the bacup manager would understand it was a backup?
thanks
Robin