Configures a filter within a given IP filter set. The SecureRamp has three filter sets: default, custom1, and custom2. Each filter set can have up to 16 incoming and 16 outgoing filters. The default set of filters is configured for you. Use setipfilter to create and modify filters for the custom filter sets or to modify the default filter set.
setipfilter -f filter_set_ID -d direction -n filter_ID -e enable_flag -w permit_flag -p protocol -t startconn_flag -a source_address -c source_bitmask -A destination_address -C destination_bitmask -m source_port_compare -s source_port -M destination_port_compare -S destination_port
setipfilter -f 1 -d 1 -n 4 -e 1 -w 0 -p 1
This command will configure the fourth outgoing filter of the custom1 IP filter set to deny all ICMP access. This filter is also enabled.
setipfilter -f 1 -d 1 -n 4 -e 0
This command will configure the fourth outgoing filter of the custom1 IP filter set to be disabled.