Quantcast
Channel: THWACK: Message List - Network Configuration Manager
Viewing all articles
Browse latest Browse all 8827

Re: NCM: is "UseVirtualPromptForCommands" an undocumented command?

$
0
0

Solarwinds Support have provided the following solution which works very well:

  1. Remove the "UseExactPromptMatch"
  2. Set "VirtualPrompt" to value="\[.*\]"  (which specifies the prompt's start and end in RegEx)
  3. Set "UseVirtualPromptForCommands" to value "true"

Now everything works as epected.

 

These are the lines I have now in the Device Template:

        <Command Name="MenuBased" Value="false"/>

        <Command Name="VirtualPrompt" Value="\[.*\]"/>

        <Command Name="UseVirtualPromptForCommands" Value="true"/>

        <Command Name="EnableIdentifier" Value="]"/>


Viewing all articles
Browse latest Browse all 8827

Trending Articles