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


Usage

<configuration>
    <applications>
        <application>
            <name>name</name> <!-- identifier -->
            <application-protocol>application-protocol-choice</application-protocol>
            <protocol>protocol-choice</protocol>
            <source-port>source-port-choice</source-port>
            <destination-port>destination-port-choice</destination-port>
            <snmp-command>snmp-command-choice</snmp-command>
            <icmp-type>icmp-type-choice</icmp-type>
            <icmp-code>icmp-code-choice</icmp-code>
            <ttl-threshold>ttl-threshold</ttl-threshold>
            <rpc-program-number>rpc-program-number</rpc-program-number>
            <uuid>uuid</uuid>
            <inactivity-timeout>inactivity-timeout-choice</inactivity-timeout>
            <learn-sip-register/>
            <sip-call-hold-timeout>seconds</sip-call-hold-timeout>
            <do-not-translate-AAAA-query-to-A-query/>
            <do-not-translate-A-query-to-AAAA-query/>
        </application>
    </applications>
</configuration>

Description

Define an application.

Contents

<application-protocol>—Application protocol type.

<destination-port>—Match TCP/UDP destination port.

<do-not-translate-A-query-to-AAAA-query>—Knob to control the translation of A query to AAAA query.

<do-not-translate-AAAA-query-to-A-query>—Knob to control the translation of AAAA query to A query.

<icmp-code>—Match ICMP message code.

<icmp-type>—Match ICMP message type.

<inactivity-timeout>—Application-specific inactivity timeout.

<learn-sip-register>—Learn potential incoming SIP calls by inspecting the SIP register method.

<name>—Application name.

<protocol>—Match IP protocol type.

<rpc-program-number>—Match range of RPC program numbers.

<sip-call-hold-timeout>—SIP flow timeout when call is put on hold.

<snmp-command>—Match SNMP command.

<source-port>—Match TCP/UDP source port.

<ttl-threshold>—Traceroute TTL threshold.

<uuid>—Match universal unique identifier for DCE RPC objects.


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