[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <security>
        <idp>
            <idp-policy>
                <rulebase-ips>
                    <rule>
                        <then>
                            <ip-action>
                                <ip-notify/>
                                <ip-block/>
                                <ip-close/>
                                <target>target-choice</target>
                                <log/>
                                <timeout>timeout</timeout>
                            </ip-action>
                        </then>
                    </rule>
                </rulebase-ips>
            </idp-policy>
        </idp>
    </security>
</configuration>

Description

No documentation is available yet.

Contents

<ip-block>—Block future conenctions.

<ip-close>—Close future conenctions.

<ip-notify>—Notify about future traffic.

<log>—Log IP action taken.

<target>—No documentation is available yet.

<timeout>—Number of seconds IP action should remain effective.


[Contents] [Prev] [Next] [Index] [Report an Error]