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


Usage

<configuration>
    <forwarding-options>
        <accounting>
            <output>
                <aggregate-export-interval>seconds</aggregate-export-interval>
                <flow-inactive-timeout>seconds</flow-inactive-timeout>
                <flow-active-timeout>seconds</flow-active-timeout>
                <cflowd>...</cflowd> <!-- mandatory -->
                <interface>...</interface> <!-- mandatory -->
            </output>
        </accounting>
    </forwarding-options>
</configuration>

Description

Accounting data disposition.

Contents

<aggregate-export-interval>—Interval of exporting aggregate accounting information.

<cflowd>—Cflowd collector where flow records are sent.

<flow-active-timeout>—Interval after which an active flow is exported.

<flow-inactive-timeout>—Interval of inactivity that marks a flow inactive.

<interface>—Interfaces used to send monitored information.


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