FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
akumarr
Staff
Staff
Article Id 191392
Description

This article describes how to restore config file from the TFTP server.


Solution
Commands for restoring the config from TFTP are mentioned below.
# execute restore config tftp {string}   {Tftp server} {passwd}

{string}                                -----> Configure file name (path) on the remote server.

{Tftp server}                        -----> TFTP server IP.

{passwd}                                -----> TFTP server password.                                                                                                                                                    
 Please find the below mentioned example from CLI
# execute restore config tftp test.conf 10.129.4.222
This operation will overwrite the current setting and could possibly reboot the system!
Do you want to continue? (y/n)y

Please wait...
Connect to TFTP server 10.129.4.222 ...

Get file from TFTP server OK.
File check OK.
test.conf is the config file name, 10.129.4.222 is the IP address of TFTP server.

Contributors