Hello,
I need to create a device template for an Avaya 4850GTS switch. I've found a similar template that works for similar switches. The only difference is that for the 4850GTS switches, the Enter key is needed to be sent between entering the password and going into enable mode. Can anyone suggest how I'd add that to the below template?
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="Avaya Ethernet Routing Switch 5650TD" SystemOID="1.3.6.1.4.1.45.3.74.4">
<Commands>
<Command Name="RESET" Value="terminal length 0"/>
<Command Name="Reboot" Value="reload"/>
<Command Name="EnterConfigMode" Value="config terminal"/>
<Command Name="ExitConfigMode" Value="end"/>
<Command Name="Autotopology nmm" Value="autotopology nmm"/>
<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} address ${StorageAddress} filename ${StorageFilename}${CRLF}"/>
<Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol} ${ConfigType} address ${StorageAddress} filename ${StorageFilename}${CRLF}"/>
<Command Name="EraseConfig" Value=""/>
<Command Name="SaveConfig" Value="write memory"/>
<Command Name="Version" Value="show sys-info"/>
<Command Name="PreCommand" Value="${CTRL+Y}"/>
<Command Name="VirtualPrompt" Value="Main Menu"/>
<Command Name="EnterCLI" Value="c" Delay="300" RegEx=""/>
<Command Name="Menubased" Value="true"/>
</Commands>
</Configuration-Management>