Network Management

NCM Template - Brocade 6910

This article provides an NCM Device Command Template to be used with Brocade 6910 devices.

First published date

10/19/2018 8:26 PM

Last published date

11/14/2022 12:51 PM

Overview

This article provides an NCM Device Command Templates to be used with Brocade 6910 devices.

Product section

Network Configuration Manager

Resolution

Depending on your version of NCM, use the relevant steps to add the following template. For information, see Creating and Modifying Templates in the NCM Administrator Guide.
Use following lines as the actual content of the template:

<Configuration-Management Device="Foundry Devices" SystemOID=" 1.3.6.1.4.1.1991">
  <Commands>
     <Command Name="More" Value=" Others "/>    
 <Command Name="RESET" Value="" />
    <Command Name="Reboot" Value="${SaveConfig}${CR}reload${CRLF}y${CRLF}y" />
    <Command Name="RebootAt" Value="reload at ${HH}:${NN} ${MM}-${DD}-${YY}${CRLF}Yes" />
    <Command Name="EnterConfigMode" Value="config" />
    <Command Name="ExitConfigMode" Value="end" />
    <Command Name="Startup" Value="configuration" />
    <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} ${TransferProtocol} ${StorageAddress} ${StorageFilename}" />
    <Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol} ${ConfigType} ${StorageAddress} ${StorageFilename}  " />
    <Command Name="EraseConfig" Value="erase startup" />
    <Command Name="SaveConfig" Value="copy run start" />
    <Command Name="Version" Value="show version" />
  </Commands>
</Configuration-Management>