Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)

climconfig.ip6tables(1)
NAME
climconfig.ip6tables -- configure ip6tables
SYNOPSIS
CLIMCMD {clim-name|ip-address} climconfig ip6tables
[-prov prov-name] [-force] arguments
Or,
CLIMCMD {clim-name|ip-address} climconfig ip6tables
[-prov prov-name] arguments [-force]
climconfig.ip6tables Description
This command supports the following options. If a command is labeled as sensitive, a user
confirmation is required for execution unless the -force option is also specified.
--append | -A chain rule-specification [options]
This command appends one or more rules to the end of the selected chain. When the source
and/or destination names resolve to more than one address, a rule will be added for each
possible address combination. This command is valid only for the CIP_INPUT chain and
user-defined chains.
--delete | -D chain [rulenum | rule-specification [options]]
This command deletes one or more rules from the selected chain. There are two versions of
this command: the rule can be specified as a number in the chain (starting from 1 for the first
rule) or a rule to match. For the latter case, the specified rule must match an existing entry in
the chain exactly. This command is valid only for the CIP_INPUT chain and user-defined chains.
This is a sensitive command.
--insert | -I chain [rulenum] rule-specification [options]
This inserts one or more rules in the selected chain as the given rule number. Number starts
from 1. This is also the default if no rule number is specified. This command is valid only for
the CIP_INPUT chain and user-defined chains.
--replace | -R chain rulenum rule-specification [options]
This command replaces a rule in the selected chain. If the source and/or destination names
resolve to multiple addresses, the command will fail. Rules are numbered starting at 1. This
command is valid only for the CIP_INPUT chain and user-defined chains. This is a sensitive
command.
--list | -L [chain [rulenum]]
Lists all rules or the rule of the specified rule number in the selected chain. Any chain (including
the built-in chains) can be listed. This command is valid for all chains including the Linux built-in
chains, the CIP built-in chains, and all user-defined chains. If no chain is selected, all chains
are listed.
--list-rules | -S [chain [rulenum]]
Prints all rules or the rule of the specified rule number in the selected chain in form of
iptables/ip6tables commands. This command is valid only for the CIP_INPUT chain and
user-defined chains. If no chain is selected, all users chains, if any, and the CIP_INPUT chain
are listed.
--flush | -F [chain]
This command deletes all user-defined rules in a chain. This command is valid only for the
CIP_INPUT chain and user-defined chains. If no chain is specified, this flushes all rules in the
CIP_INPUT chain and in all user-defined chains. The CIP_INPUT_p chain is not flushed. This is
a sensitive command.
324