www.cooperbussmann.com/wirelessresources
Cooper Bussmann 615M-1 Cellular Data Modem and IP Router Series Manual
35
Rev Version 1.0
The filtering logic is as follows:
if exists(filter[1]) AND match(packet, filter[1]) then apply(action[1])
else if exists(filter[2]) AND match(packet, filter[2]) then apply(action[2])
else if exists(filter[3]) AND match(packet, filter[3]) then apply(action[3])
...
else if exists(filter[20]) AND match(packet, filter[20]) then apply(action[20])
else process packet normally.
Where:
exists(filter[n]) -> The user as defined filter number n.
match(packet, filter[n]) -> The IP packet matches filter number n.
apply(action[n]) -> The action identified in filter number n.
IP Filters
IP Filtering
Allows you to enable or disable IP filters. When “Enable” is selected, the custom IP
filters you have entered are taken into account when processing IP packets. The
predefined IP filters are also be taken into account. When “Disable” is selected, is no
IP filtering.
Add Custom IP Filters
Filter Number
Each IP filter is identified by a unique number from 1 to 20.
Source IP Address
Specifies the source IP address.
Any
—Any source IP Address will satisfy this criteria.
Specific
—A specific Host IP address.
Range
—A range of IP addresses.
When “Exclude” is selected, in order for the packet to match with the criteria it must
NOT have the specified source IP address (or NOT be within the given source IP
address range).
Destination IP
Address
Specifies the destination address.
Any
—Any destination IP Address will satisfy this criteria.
Specific
—A specific Host IP address.
Range
—A range of IP addresses.
When “Exclude” is selected, in order for the packet to match with this criteria it must
NOT have this destination IP address (or NOT be in the given destination IP address
range).
Protocol
Any
—Any protocol number.
ICMP
—The ICMP protocol (1).
TCP
—The TCP protocol (6).
UDP
—The UDP protocol (17).
Other
—Any other IP protocol.
When “Exclude” is selected, in order for the packet to match with this criteria it must
NOT have this protocol number.