IPv4 Access Control List

The IPv4 Access Control List is a specialized policy for denying IPv4 traffic based on:

  • the incoming interface
  • the source addresses of the traffic
  • the destination addresses of the traffic
  • the services or ports the traffic is using

The only action available in this policy is DENY

For more information on see Access Control Lists

To configure a IPv4 Access Control List entry in the GUI

  1. Goto Policy & Objects > IPv4 Access Control List

The right side window will display a table of the existing IPv4 Access Control List entries.

  • To edit an existing entry, double click on the policy you wish to edit
  • To create a new entry, select the Create New icon in the top left side of the right window.
  1. Set the Incoming Interface parameter by using the drop down menu to select a single interface.
  2. Set the Source Address parameter by selecting the field with the "+" next to the field label. Single or multiple options can be selected unless the all option is chosen in which case, it will be the only option. For more information on addresses, check the Firewall Objects section called Addresses.
  3. Set the Destination Address parameter by selecting the field with the "+" next to the field label. Single or multiple options can be selected unless the all option is chosen in which case, it will be the only option.
  4. Set the Services parameter by selecting the field with the "+" next to the field label. Single or multiple options can be selected unless the ALL option is chosen in which case, it will be the only option.For more information on services, check the Firewall Objects section called Services and TCP ports
  5. Toggle whether or not to Enable this policy.The default is enabled.
  6. Select the OK button to save the policy.

To configure a IPv4 Access Control List entry in the CLI

Use the following syntax:

config firewall acl

edit <acl Policy ID #>

set status enable

set interface <interface>

set srcaddr <address object>

set dstaddr <address object>

set service <service object>

end

end