User Guide

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










