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


Usage

<configuration>
    <services>
        <dynamic-flow-capture>
            <capture-group>
                <content-destination>
                    <name>name</name> <!-- identifier -->
                    <address>address</address> <!-- mandatory -->
                    <ttl>ttl</ttl>
                    <soft-limit-clear>bps</soft-limit-clear>
                    <soft-limit>bps</soft-limit>
                    <hard-limit-target>bps</hard-limit-target>
                    <hard-limit>bps</hard-limit>
                </content-destination>
            </capture-group>
        </dynamic-flow-capture>
    </services>
</configuration>

Description

Configure content destination parameters.

Contents

<address>—Content destination IP address.

<hard-limit>—Hard limit threshold.

<hard-limit-target>—Hard limit target threshold.

<name>—Content destination identifier.

<soft-limit>—Soft limit threshold.

<soft-limit-clear>—Soft limit clear threshold.

<ttl>—Time to live.


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