Packet Filter Rule

Add or Edit Packet filter rules for allowing or denying the packets conforming to it. IP version and Target fields are mandatory field to add a rule

Protocol Select protocol from the drop down to control the traffic based on it
Source IP Address Traffic will be controlled based on Source IP Address. An empty field indicates this criterion is not used for matching
Source Port Source port number
Source Port Range Traffic will be controlled based on ports between Source Port and Source Port Range. Source Port Range MUST be greater than or equal to Source Port
Destination IP Address Traffic will be controlled based on Destination IP address. An empty string indicates this criterion is not used for matching
Destination Port Destination port number
Destination Port Range Traffic will be controlled based on the ports between Destination Port and Destination Port Range. Destination Port Range MUST be greater than or equal to Destination Port
Source Interface Traffic will be controlled based on the Source Interface
Destination Interface Traffic will be controlled based on Destination Interface
IP Version IP Protocol Version (e.g. 4 for IPv4 and 6 for IPv6)
Source MAC Address Traffic will be controlled based on MAC address
Target Action to perform for traffic matching the Rule entry
Eg. With the following rule configuration, IPv4 traffic coming from 192.168.1.2 device with protocol matches with TCP, destination port matches 8080 will be dropped.
Protocol TCP
Source IP Address 192.168.1.2
Destination Port 8080
IP Version IPv4
Target DROP