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


Usage

<configuration>
    <forwarding-options>
        <sampling>
            <output>
                <cflowd>
                    <name>name</name> <!-- identifier -->
                    <port>port</port> <!-- mandatory -->
                    <source-address>source-address</source-address>
                    <version>version-choice</version>
                    <version9>...</version9>
                    <local-dump/>
                    <autonomous-system-type>autonomous-system-type-choice
                                    </autonomous-system-type>
                    <aggregation>...</aggregation>
                </cflowd>
            </output>
        </sampling>
    </forwarding-options>
</configuration>

Description

Configure sending traffic aggregates in cflowd format.

Contents

<aggregation>—Aggregations to perform for exported flows (version 8 only).

<autonomous-system-type>—Type of autonomous system number to export.

<local-dump>—Dump cflowd records to log file before exporting.

<name>—Name of host collecting cflowd packets.

<port>—UDP port number on host collecting cflowd packets.

<source-address>—Source IPv4 address for cflowd packets.

<version>—Format of exported cflowd aggregates.

<version9>—Export data in version 9 format.


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