F5 Big-IP 14.1.2.6 NCM Device Template for SCP Transfer

This custom NCM Device Template is for F5 Big-IP devices which cover the SCP transfer of the Config File and UCS.

This would require the Connection Profile assigned have the SCP transfer protocol selected and the Binary Config Storage set.

There are cases where the -c option to specify the cypher is required to SCP transfer a file, for this make sure to copy the device template and adjust the following commands:

<Command Name="DownloadConfigIndirectSCP" ConfigType="Running" Value="tmsh save /sys ${ConfigType} /var/local/scf/running.config no-passphrase${CRLF}${TransferProtocol} -c aes192-ctr /var/local/scf/running.config ${SCPServerUserName}@${SCPStorageAddress}:${StorageFilename}${CRLF}yes${SendConditionRegEx:Are you sure}${CRLF}${SCPServerPassword}${CRLF}"/>       
<Command Name="DownloadConfigIndirectSCP" ConfigType="Startup" Value="tmsh save /sys ${ConfigType} /var/local/NCM.ucs${CRLF}${TransferProtocol} -c aes192-ctr /var/local/NCM.ucs ${SCPServerUserName}@${SCPStorageAddress}:${StorageFilename}${CRLF}yes${SendConditionRegEx:Are you sure}${CRLF}${SCPServerPassword}${CRLF}"/>