Have somebody got a device Template for a Cabletron mtExpanded "SSR 2000 - Enterasys Networks Firmware Version: E9.0.7.4 PROM Version: prom-E3.2.0.0" or is someone able to develop it for me?
The SysObjectID is 1.3.6.1.4.1.52.3.9.33.1.1.
I had written my own one, but it doesn't work. Here is my version (maybe someone knows whats wrong with that):
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () -->
<!--SolarWinds Network Management Tools-->
<!--Copyright 2005 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Enterasys Cabletron SSR2000" SystemOID="1.3.6.1.4.1.52.3.9.33.1.1">
<Commands>
<Command Name="Reboot" Value="reboot${CRLF}y${CRLF}y"/>
<Command Name="EnterConfigMode" Value="configure"/>
<Command Name="ExitConfigMode" Value="exit"/>
<Command Name="Startup" Value="startup"/>
<Command Name="Running" Value="active"/>
<Command Name="DownloadConfig" Value="${EnterConfigMode}${CRLF}show ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} to tftp-server${CRLF}${StorageAddress}${CRLF}${StorageFilename}${CRLF}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy tftp-server to startup${CRLF}${StorageAddress}${CRLF}${StorageFilename}${CRLF}yes${CRLF}${CRLF}"/>
<Command Name="EraseConfig" Value="write erase${CRLF}Y"/>
<Command Name="SaveConfig" Value="save startup"/>
<Command Name="Version" Value="system show version"/>
</Commands>
</Configuration-Management>
The Test in the Profile Manager is successful but the down and upload fail with the following message:
Connectivity issues, discarding configuration (or configuration is too short)
I have the newest version of NCM.