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


Usage

<configuration>
    <security>
        <idp>
            <idp-policy>
                <rulebase-ips>
                    <rule>
                        <match>
                            <from-zone>from-zone-choice</from-zone>
                            <source-address>...</source-address>
                            <source-except>...</source-except>
                            <source-prefix>...</source-prefix>
                            <source-prefix-except>...</source-prefix-except>
                            <to-zone>to-zone-choice</to-zone>
                            <destination-address>...</destination-address>
                            <destination-except>...</destination-except>
                            <destination-prefix>...</destination-prefix>
                            <destination-prefix-except>...</destination-prefix-except>
                            <application>application-choice</application>
                            <attacks>...</attacks>
                        </match>
                    </rule>
                </rulebase-ips>
            </idp-policy>
        </idp>
    </security>
</configuration>

Description

Rule match criteria.

Contents

<application>—Specify application or application-set name to match.

<attacks>—Match attack objects.

<destination-address>—Match destination address.

<destination-except>—Don't match destination address.

<destination-prefix>—Match destination address.

<destination-prefix-except>—Don't match destination address.

<from-zone>—Match from zone.

<source-address>—Match source address.

<source-except>—Don't match source address.

<source-prefix>—Match source address.

<source-prefix-except>—Don't match source address.

<to-zone>—Match to zone.


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