I am trying to back up the switch modules of an IBM Bladecenter. The switch modules are Nortel Networks Layer 2-3 GBE Switch Module(Copper). I have altered the Device Template from a Nortel Alteon Application Switch. When I try to donwload the config it errors out with Reason DeviceIP:10.1.39.101. When I check the session-trace for the device it appears that the config is downloaded but then it just times out and fails trying to exit the device.
If any one has information on this Device type please let me know.
Below is my Device Template
<!--SolarWinds Network Management Tools-->
<!--Copyright 1999-2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Alteon Switch" SystemOID=" 1.3.6.1.4.1.1872.1.18.1">
<Commands>
<Command Name="PreCommand" Value="${CRLF}" RegEx="[global command, always available]"/>
<Command Name="ExitConfigMode" Value="/main/exit"/>
<Command Name="DownloadConfig" Value="/cfg/dump"/>
<Command Name="DownloadConfigIndirect" Value="/cfg/ptcfg ${StorageAddress} ${StorageFilename} ${CRLF}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="/cfg/gtcfg ${StorageAddress} ${StorageFilename}$ ${CRLF}${CRLF}"/>
<Command Name="Version" Value="/info/sys/general"/>
</Commands>
</Configuration-Management>