Block/Detect black list
IP/domain/url/ssl server_name Block/Detect Sample
Config XML
send syslog to log server 192.168.1.12:514 if block/detect happened
<configSet reboot="no">
<log>
<syslog>
<enable>True</enable>
<port>M0</port>
<target>
<enable>True</enable>
<dip>192.168.1.12</dip>
<dport>514</dport>
<interfaces>P6,P7</interfaces>
<filter></filter>
<type>matched</type>
<subtype>
<sip>True</sip>
<dip>True</dip>
<sport>True</sport>
<dport>True</dport>
<protocol>True</protocol>
<find_id>True</find_id>
<find_content>True</find_content>
</subtype>
</target>
</syslog>
</log>
</configSet>ARRAY NTB XML (black list sample)
ARRAY NTB XML(block sample)
ARRAY NTB XML(detect sample)
Last updated