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


Usage

<configuration>
    <services>
        <application-identification>
            <rule>
                <address>
                    <name>name</name> <!-- identifier -->
                    <source>...</source>
                    <destination>...</destination>
                    <order>order</order> <!-- mandatory -->
                </address>
            </rule>
        </application-identification>
    </services>
</configuration>

Description

Configure one of more addresses.

Contents

<destination>—Match IP destination address.

<name>—Address name.

<order>—Application matching priority.

<source>—Match IP source address.


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