IP_FILTER_TYPE

Description

Set or Get the IP address filter type.

There are two types of actions with these 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.

If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the router's IP_FILTER_STATE configurations will be returned.

Input Argument

0 : DENY
1 : ALLOW

Attribute

  • Readable and Writable
  • On-Fly

Return of Message

  • Read Operation

IP_FILTER_TYPE='0’

  • Write Operation

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

Applicability

  • WIS Platform : All encoder Devices
  • EPL Platform : All encoder Devices
  • PlatformT : All encoder Devices
  • Multi-Channel Encoder : All Devices

Status

Valid

See Also

IP_FILTER_STATE, IP_FILTER_RULE, GUEST_PREVIEW

Example

  • Read Operation

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

  • Write Operation

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