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


Usage

<configuration>
    <services>
        <application-identification>
            <application>
                <name>name</name> <!-- identifier -->
                <type>type</type> <!-- mandatory -->
                <index>index</index> <!-- mandatory -->
                <session-timeout>session-timeout-choice</session-timeout>
                <idle-timeout>idle-timeout-choice</idle-timeout>
                <type-of-service>...</type-of-service>
                <disable/>
                <port-mapping>...</port-mapping>
            </application>
        </application-identification>
    </services>
</configuration>

Description

Configure application definition.

Contents

<disable>—Disable this application definition in AI.

<idle-timeout>—Remove the session if no packets.

<index>—Application index.

<name>—A unique application identifier.

<port-mapping>—No documentation is available yet.

<session-timeout>—Lifetime of a session.

<type>—Well-known application such as HTTP and FTP.

<type-of-service>—Type of service.


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