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


Usage

<configuration>
    <security>
        <idp>
            <idp-policy>
                <rulebase-ips>
                    <rule>
                        <then>
                            <action>
                                <no-action/>
                                <ignore-connection/>
                                <mark-diffserv>...</mark-diffserv>
                                <drop-packet/>
                                <drop-connection/>
                                <close-client/>
                                <close-server/>
                                <close-client-and-server/>
                                <recommended/>
                            </action>
                        </then>
                    </rule>
                </rulebase-ips>
            </idp-policy>
        </idp>
    </security>
</configuration>

Description

No documentation is available yet.

Contents

<close-client>—Close client.

<close-client-and-server>—Close client and server.

<close-server>—Close server.

<drop-connection>—Drop connection.

<drop-packet>—Drop packet.

<ignore-connection>—Ignore.

<mark-diffserv>—Mark differentiated services codepoint (DSCP).

<no-action>—No action.

<recommended>—Recommended.


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