IP_FILTER_TYPE

 

Description

Set or Get the IP address filter type.

There are two types of actions with all IP address filter rules. One is "ALLOW", the other one is "DENY".

In ALLOW action, those who their IP addresses in the IP address filter rules could be able to access the device.
In DENY action, those who their IP addresses in the IP address filter rules are not able to access the device.

Input Argument

0 : DENY
or
1 : ALLOW

<

Attribute

Return of Message

IP_FILTER_TYPE='1
OK: IP_FILTER_TYPE='1'
or
ERROR: IP_FILTER_TYPE='1'

Applicability

Status

Valid

See Also

IP_FILTER_STATE, IP_FILTER_RULE

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&IP_FILTER_TYPE
or
http://ip:port/cgi-bin/cmd/system?IP_FILTER_TYPE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&IP_FILTER_TYPE=1
or
http://ip:port/cgi-bin/cmd/system?IP_FILTER_TYPE=1

Back to

HOME, SYSTEM CGI
>