Network Management
Fortigate connection timeout for test/login in NCM
When trying to use or change the template for FortiGate devices, a timeout is experienced upon clicking TEST.
First published date
Last published date
Overview
Product section
Cause
FortiGate is expecting a Virtual Prompt to get past $.
Resolution
- Go to Settings > Manage Device Templates.
- Edit and make a copy of the Fortigate template.
Note: you have to make a copy because if you try to edit the original, the website will throw an exception and tell you to make a copy first. You cannot directly edit default templates. - Edit the Copy of Fortigate (for example, Fortigate2).
- Paste into the XML the following line:
<Command Name="VirtualPrompt" Value="$"/> - Save and exit.
Note: Make sure that VirtualPrompt is one word with capital V, capital P and not Virtual Prompt.
Resolution 2:
Add these in the device template:
<Command Name="MenuBased" Value="false"/>
<Command Name="VirtualPrompt" Value="\$"/>