Working with the firewall Database Configuration (asg config)
Use this command to show the current firewall database configuration. You can also save the current configuration to a file. The output and saved file include configuration information for all SGMs. The asg config command is useful to:
- Copy the firewall configuration to a different system. For example, if you deploy a new 61000/41000 Security System, you can use the saved configuration from an existing 61000/41000 Security System to quickly get up and running.
- Quickly re-configure a system that was reverted to factory defaults. Before reverting to the factory default image, save the existing configuration then use it to override the factory settings.
Syntax
asg config show|save [-t] [<path>] <file>
Parameter
|
Meaning
|
show
|
Show the existing database configuration
|
save
|
Saves the current configuration to a file
Note: If you do not include a path, the file is saved to: /home/admin
|
-t
|
Add a timestamp to the file name. (save only)
|
<file>
|
Name and path of the saved configuration file. If you do not enter a path, the configuration is saved to /home/admin .
|
Example
> asg config save -t mycongfig
This example saves the current configuration to /home/admin/myconfig .
|
|