I am trying to download Western Telematics / WTI CPM configurations using NCM
I have tried several different templates based on the documentation examples and I have been unable to get it to work.
I enabled session tracing in the product specific settings> enable session tracing, I see the ssh trace log shows the command sequence is successfully pulling down the config, but for some reason the config backup job still fails
The WTI Prompt is "CPM>"
the command sequence to show config is: "/DF${ENTER}1${ENTER}${ENTER}${ENTER}" The final enter returns you to the CPM prompt
The error message I keep getting is "Connectivity issues, discarding configuration (or configuration is too short)"
<Configuration-Management Device="Western Telematics CPM (WTI)">
<Commands>
<Command Name="MenuBased" Value="false"/>
<Command Name="UseExactPromptMatch" Value="true"/>
<Command Name="VirtualPrompt" Value="CPM>"/>
<Command Name="Version" Value="/J *${ENTER}"/>
<Command Name="DownloadConfig" Value="/DF${ENTER}1${ENTER}${ENTER}${ENTER}" Delay="500"/>
</Commands>
</Configuration-Management>
Has anyone else setup a NCM template to successfully download WTI configurations?