User Guide

8 Firewall Commands
131 / 260
3EC 16982 AFAA TCZZA Ed. 01
firewall save
Save all modifications entered by : firewall assign.
This command only saves the association between hook(s) and chain(s), set by the firewall
assign command, not the information about chains, rules and their parameters .
SYNTAX:
firewall save [file = <string>]
[file] A name for the current firewall configuration file to be saved.
The name is limited to 9 characters.
This parameter allows multiple firewall configurations to be saved
under different names.
In case this parameter is not specified the configuration is saved as
single configuration.
OPTIONAL
EXAMPLE:
=>firewall list
assign hook=sink chain=sink
assign hook=forward chain=forward
assign hook=source chain=source
=>firewall assign hook input chain Test
=>firewall list
assign hook=input chain=Test
assign hook=sink chain=sink
assign hook=forward chain=forward
assign hook=source chain=source
=>firewall save file=TestCnfg
=>firewall flush
=>firewall list
=>firewall load file=TestCnfg
=>firewall list
assign hook=input chain=Test
assign hook=sink chain=sink
assign hook=forward chain=forward
assign hook=source chain=source
=>
RELATED COMMANDS:
firewall load Load a saved or default firewall configuration.
firewall flush Clear associations for all or a selected entry point(s).
firewall chain save Save current chain(s) configuration.