I am not sure how to download the configs from my Dlin DGS-1510 switch into NCM as there is no device template for it.
Thanks
I created a template for this switch and uploaded it to thwack, but here are the contents:
<Configuration-Management Device="D-Link DGS" SystemOID=" 1.3.6.1.4.1.171.10.137.1.1">
<Commands>
<Command Name="RESET" Value="terminal width 255${CRLF}terminal length 0"/>
<Command Name="Reboot" Value=""/>
<Command Name="EnterConfigMode" Value=""/>
<Command Name="ExitConfigMode" Value=""/>
<Command Name="Startup" Value="startup-config"/>
<Command Name="Running" Value="running-config"/>
<Command Name="DownloadConfig" Value="show ${ConfigType}"/>
<Command Name="UploadConfig" Value=""/>
<Command Name="DownloadConfigIndirect" Value=""/>
<Command Name="UploadConfigIndirect" Value=""/>
<Command Name="DownloadConfigIndirectSCP" Value=""/>
<Command Name="UploadConfigIndirectSCP" Value=""/>
<Command Name="EraseConfig" Value=""/>
<Command Name="SaveConfig" Value="copy running-config startup-config${CRLF}Y"/>
<Command Name="Version" Value="show version"/>
<Command Name="Disconnect" Value=""/>
</Commands>
</Configuration-Management>