Network Management
NCM template - HP 5900 - 1.3.6.1.4.1.25506.1.334
This article provides a device template to be used with Network Configuration Manager (NCM) for HP 5900 - 1.3.6.1.4.1.25506.1.334.
First published date
Last published date
Overview
Product section
Resolution
- Depending on the version of NCM you are using, follow the relevant steps to add a template. For instructions, refer to the NCM Administrator Guide.
- Use the following lines as the actual content of the template:
<Configuration-Management Device="HP5500" SystemOID="1.3.6.1.4.1.25506.1.334">
<Commands>
<Command Name="RESET" Value="screen-length disable" />
<Command Name="REBOOT" Value="reload${CRLF}y${CRLF}y" />
<Command Name="EnterConfigMode" Value="system-view" />
<Command Name="ExitConfigMode" Value="return" />
<Command Name="Startup" Value="saved-configuration" />
<Command Name="Running" Value="current-configuration" />
<Command Name="EraseConfig" Value="write erase${CRLF}Y" />
<Command Name="SaveConfig" Value="save${CRLF}y${CRLF}${CRLF}y${CRLF}" />
<Command Name="VERSION" Value="display version" />
<Command Name="DownloadConfig" Value="display ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}" />
<Command Name="DOWNLOADCONFIGINDIRECT" Value="tftp ${StorageAddress} put config.cfg ${StorageFilename}" />
</Commands>
</Configuration-Management>