Network Management
Fortinet device does not download configuration or connect with banners enabled
This article will help provide some steps to resolve then the banner is enabled in Fortinet device
First published date
Last published date
Overview
Product section
Cause
$ or is already configured with a $ prompt, the banner is used as the prompt if the device template is not configured to recognize the $ prompt.Resolution
- Add the following lines to the template if the device is configured to disable paging:
<Command Name="MenuBased" Value="false"/> <Command Name="RESET" Value="" RegEx="$"/> <Command Name="VirtualPrompt" Value="$"/>
- Add the following lines to the template if the device is not configured to disable paging:
<Command Name="MenuBased" Value="false"/> <Command Name="RESET" Value="config system console ${CRLF}set output standard ${CRLF}end" RegEx="$"/> <Command Name="VirtualPrompt" Value="$"/
<Command Name="UseVirtualPromptForCommands" Value="True"/>
For Virtual Prompt:
<Command Name="VirtualPrompt" Value="\$"/>
Disclaimer: Please note, any content posted herein is provided as a suggestion or recommendation to you for your internal use. This is not part of the SolarWinds software or documentation that you purchased from SolarWinds, and the information set forth herein may come from third parties. Your organization should internally review and assess to what extent, if any, such custom scripts or recommendations will be incorporated into your environment. You elect to use third party content at your own risk, and you will be solely responsible for the incorporation of the same, if any.