config config sync-list
Use this command to push/pull a configuration to/from a target FortiADC system.
Before you begin:
- You must plan for the impact the configuration push/pull has on the target deployment.
- You must have read-write permission for system settings.
Syntax
config config sync-list
edit <name>
set server-ip <class_ip>
set password <string>
set type {fw gds lb llb log route security system}
set comment <string>
next
end
server-ip |
IP address of the remote appliance. |
password |
Password of the remote appliance. |
type |
Space-separated list of configuration types to sync. |
comment |
A string to describe the purpose of the configuration, to help you and other administrators more easily identify its use. Put phrases in quotes. For example: “SLB and GLB settings to Data Center East”. |
Example
docs-1 (sync-list) # edit example1
Add new entry 'example1' for node 4525
docs-1 (example1) # get
server-ip : 0.0.0.0
password : *
type : comment :
docs-1 (example1) # set server-ip 172.30.144.101
docs-1 (example1) # set type
fw fw
gds gds
lb lb
llb llb
log log
route route
security security
system system
docs-1 (example1) # set type gds lb llb security
docs-1 (example1) # end