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 {global-load-balance link-load-balance load-balance log networking security share-resource system user}
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
config config sync-list
edit 1
set server-ip 192.168.1.100
set port 995
set password xxx
set type global-load-balance
next
end