config:# security ipAccessControl ipv4 rule add <direction> <insert>
<rule_number> <ip_mask> <policy>
•
•
IPv6 commands
▶
Add a new rule to the bottom of the IPv6 rules list:
config:# security ipAccessControl ipv6 rule add <direction> <ip_mask>
<policy>
▶
Add a new IPv6 rule by inserting it above or below a specific rule:
config:# security ipAccessControl ipv6 rule add <direction> <ip_mask>
<policy> <insert> <rule_number>
-- OR --
config:# security ipAccessControl ipv6 rule add <direction> <insert>
<rule_number> <ip_mask> <policy>
Variables:
•
•
<direction> is one of the options: in or out.
Direction
in
out
•
•
<ip_mask> is the combination of the IP address and subnet mask values (or prefix length), which are
separated with a slash. For example, an IPv4 combination looks like this: 192.168.94.222/24.
•
•
<policy> is one of the options: accept, drop or reject.
Policy Description
accept Accepts traffic from/to the specified IP address(es).
drop
Discards traffic from/to the specified IP address(es), without sending any
failure notification to the source or destination host.
reject
Discards traffic from/to the specified IP address(es), and an ICMP
message is sent to the source or destination host for failure notification.
•
•
<insert> is one of the options: insertAbove or insertBelow.
Description
Inbound traffic.
Outbound traffic.
395
Need help?
Do you have a question about the Server Technology PRO3X and is the answer not in the manual?