The only thing I came up with were a couple of HP J4865A ProCurv Switch 4108GL setups for OIDs 1.3.6.1.4.1.11.2.3.7.11.23 and 1.3.6.1.4.1.11.2.3.7.11.
The .23 is:
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="HP J4865A ProCurve Switch 4108GL" SystemOID=" 1.3.6.1.4.1.11.2.3.7.11.23">
<Commands>
<Command Name="RESET" Value="terminal length 1000"/>
<Command Name="Reboot" Value="reset board{CRLF}y${CRLF}"/>
<Command Name="EnterConfigMode" Value="configure"/>
<Command Name="ExitConfigMode" Value="end"/>
<Command Name="Startup" Value="text-config-file"/>
<Command Name="Running" Value="text-config-file"/>
<Command Name="DownloadConfig" Value="Show Config"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy config tftp text${CRLF}${StorageFilename}${CRLF}${StorageAddress}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy tftp file${CRLF}4${CRLF}${StorageFilename}${CRLF}${StorageAddress}${CRLF}"/>
<Command Name="EraseConfig" Value="reset configuration${CRLF}y${CRLF}"/>
<Command Name="Version" Value="show version"/>
<Command Name="PreCommand" Value="X"/>
</Commands>
</Configuration-Management>
The .11 is
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="HP J4865A ProCurve Switch 4108GL" SystemOID=" 1.3.6.1.4.1.11.2.3.7.11.">
<Commands>
<Command Name="RESET" Value="terminal length 1000"/>
<Command Name="Reboot" Value="reset board{CRLF}y${CRLF}"/>
<Command Name="EnterConfigMode" Value="configure"/>
<Command Name="ExitConfigMode" Value="end"/>
<Command Name="Startup" Value="config"/>
<Command Name="Running" Value="running-config"/>
<Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
<Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} tftp ${StorageAddress} ${StorageFilename} pc"/>
<Command Name="UploadConfigIndirect" Value="copy tftp ${ConfigType} ${StorageAddress} ${StorageFilename} pc"/>
<Command Name="EraseConfig" Value="reset configuration${CRLF}y${CRLF}"/>
<Command Name="Version" Value="show version"/>
<Command Name="PreCommand" Value="X"/>
</Commands>
</Configuration-Management>
<!--
To set direct method we should use the following command:
Command Name="Startup" Value="config"
Command Name="Running" Value="running-config"
To set indirect method we should use the following command:
Command Name="Startup" Value="startup-config"
Command Name="Running" Value="running-config"
-->