This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

ASA Command Device Type Template not taking <more> into account for the MOTD

We are using the default ASA device type template that comes with NCM but I need some help with how to allow for pressing the space bar to complete the load of the MOTD on login.  Would this require me to add a precommand into the template that would send a CRLF to the device prior to attempting to move to enable mode?  I have copied the "sanitized" portion of the MOTD below to show where NCM is getting stuck when attempting a config backup, as well as the contents of the template.  Any help would be greatly appreciated and many thanks in advance.  Thanks

PJ Martin

Sr Network Engineer

Global Payments Inc.

This computer system including all related equipment, network devices

(specifically including Internet access), are provided only for authorized use.

All computer systems may be monitored for all lawful purposes, including to ensure

that their use is authorized, for management of the system, to facilitate protection

against unauthorized access, and to verify security procedures, survivability and

<--- More --->

<!--SolarWinds Network Management Tools-->

<!--Copyright 2007 SolarWinds.Net All rights reserved-->

<Configuration-Management Device="Cisco ASA" SystemOID=" 1.3.6.1.4.1.9.1.669">

    <Commands>

        <Command Name="RESET" Value="terminal pager 0"/>

        <Command Name="Reboot" Value="reload noconfirm"/>

        <Command Name="EnterConfigMode" Value="config terminal"/>

        <Command Name="ExitConfigMode" Value="quit"/>

        <Command Name="Startup" Value="startup"/>

        <Command Name="Running" Value="running"/>

        <Command Name="DownloadConfig" Value="Show ${ConfigType}"/>

        <Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>

        <Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}"/>

        <Command Name="UploadConfigIndirect"/>

        <Command Name="EraseConfig" Value="write erase${CRLF}Yes"/>

        <Command Name="SaveConfig" Value="write memory"/>

        <Command Name="Version" Value="show version"/>

    </Commands>

</Configuration-Management>