Heyy Guys,,,
I would request your assistance in creating the profiles.
<Configuration-Management Device="Cisco CUCM" SystemOID=" ">
<Commands>
<Command Name="Reset" Value="" />
<Command Name="EnterConfigMode" Value=""/>
<Command Name="ExitConfigMode" Value="exit"/>
<Command Name="Startup" Value=""/>
<Command Name="Running" Value=""/>
<Command Name="DownloadConfig" Value="utils disaster_recovery backup network UCM solarwinds"/>
<Command Name="Version" Value=""/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename} ${ConfigType}${CRLF}${CRLF}"/>
<Command Name="DownloadConfigIndirectSCP" Value="copy ${ConfigType} ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}${CRLF}${SCPServerPassword}"/>
<Command Name="UploadConfigIndirectSCP" Value="copy ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename} ${ConfigType}${CRLF}${CRLF}${SCPServerPassword}"/>
</Commands>
</Configuration-Management>
How to set the SCP Commands as i am not sure on this.