Network Management

NCM template - NEXUS 7000 VDC

This article provides the NCM template for Nexus 7000 with 3+1 VDC.

First published date

11/27/2018 9:52 PM

Last published date

11/27/2018 9:52 PM

Overview


This article provides the NCM template for Nexus 7000 with 3+1 VDC.

 

Product section

Network Configuration Manager

Resolution

  1. Depending on your version of NCM, follow the relevant steps to add a template. See the instructions for creating a device template in the NCM Administrator Guide. 
  2. Use the following lines as the actual content of the template:
01	<Configuration-Management Device="Cisco Nexus" SystemOID=" 1.3.6.1.4.1.9">
02	    <Commands>
03	        <Command Name="RESET" Value="terminal width 0${CRLF}terminal length 0"/>
04	        <Command Name="Reboot" Value="reload${CRLF}y${CRLF}y"/>
05	        <Command Name="EnterConfigMode" Value="config terminal"/>
06	        <Command Name="ExitConfigMode" Value="end"/>
07	        <Command Name="Startup" Value="startup"/>
08	        <Command Name="EnableIdentifier" Value="x"/>
09	        <Command Name="Running" Value="running"/>
10	        <Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
11	        <Command Name="UploadConfig"Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
12	        <Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename} vrf management${CRLF}${CRLF}${CRLF}"/>
13	        <Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename}  ${ConfigType} vrf management${CRLF}${CRLF}"/>
14	        <Command Name="DownloadConfigIndirectSCP" Value="copy ${ConfigType} ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename} vrf management${CRLF}${CRLF}${CRLF}${CRLF}${SCPServerPassword}"/>
15	        <Command Name="UploadConfigIndirectSCP" Value="copy ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename}  ${ConfigType} vrf management${CRLF}${CRLF}${SCPServerPassword}"/>
16	        <Command Name="EraseConfig" Value="write erase${CRLF}Y"/>
17	        <Command Name="SaveConfig" Value="write memory"/>
18	        <Command Name="SaveAllVDC" Value="saveall"/>
19	        <Command Name="Version" Value="show version"/>
20	    </Commands>
21	</Configuration-Management>