Copying the Policy and Configuration (asg_blade_config pull_config)
Use this command to manually copy the policy and, optionally, the configuration files from a specified SGM to the local SGM. The physical copy operation occurs automatically when you reboot the SGM or run these commands:
Syntax
asg_blade_config pull_config all <sdm_sync_ip >
Parameter
|
Description
|
<ip>
|
Remote SGM synchronization IP address
|
policy
|
Get only the policy
|
vsx_conf
|
Get the VSX configuration
|
all
|
Run full synchronization: Policy, VSX configuration, Firewall configuration
|
force
|
Ignore the defined configuration group
|
Note - If necessary, run asg stat -i all_sync_ips to get a list of all SGM synchronization IP addresses.
Example: Copy the Firewall policy only
# asg_blade_config pull_config policy 192.168.2.21
Example: Full Synchronization
# asg_blade_config pull_config all 192.168.2.21
Example: Copy the VSX configuration
# asg_blade_config pull_config policy 192.168.2.21
|