Network Management
NCM Template - ZyXEL devices
Cannot backup configuration for ZyXEL devices. Template assistant shows that the device keeps sending <- 7 to NCM.
First published date
Last published date
Overview
This article describes the issue in which a backup of the configuration for ZyXEL devices cannot be created and the following error is displayed:
Validation Failed
XXXXX# <- 7
Login Failed at Banner Unable to Log into Router: Timeout
Disconnected
Session complete. Successful: False
Product section
Resolution
- Depending on your version of NCM, use relevant steps to add a template. Refer to NCM Documentation.
- Use the following template content:
01 <Configuration-Management Device="Zyxel Es-2024A" SystemOID=" 1.3.6.1.4.1.890.1.5.8.16"> 02 <Commands> 03 <Command Name="RESET" Value=""/> 04 <Command Name="Reboot" Value="reload"/> 05 <Command Name="EnterConfigMode" Value="config"/> 06 <Command Name="ExitConfigMode" Value="exit"/> 07 <Command Name="Startup" Value="startup-config"/> 08 <Command Name="Running" Value="running-config"/> 09 <Command Name="DownloadConfig" Value="show ${ConfigType}"/> 10 <Command Name="UploadConfig" Value=""/> 11 <Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} tftp://${StorageAddress}/${StoreageFilename}"/> 12 <Command Name="UploadConfigIndirect" Value=""/> 13 <Command Name="EraseConfig" Value="erase"/> 14 <Command Name="SaveConfig" Value="write memory"/> 15 <Command Name="Version" Value="show version"/> 16 <Command Name="Menubased" Value="False"/> 17 <Command Name="PreCommand" Value="${CRLF}"/> 18 <Command Name="VirtualPrompt" Value="#"/> 19 <Command Name="MenuBased" Value="false"/> 20 </Commands> 21 </Configuration-Management>