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


Usage

<configuration>
    <forwarding-options>
        <sampling>
            <output>
                <file>
                    <disable/>
                    <filename>filename</filename> <!-- mandatory -->
                    <files>files</files>
                    <size>size</size>
                    <world-readable/>
                    <stamp/>
                </file>
            </output>
        </sampling>
    </forwarding-options>
</configuration>

Description

Configure parameters for dumping sampled packets.

Contents

<disable>—Disable sampled packet dumps.

<filename>—Name of file to contain sampled packet dumps.

<files>—Maximum number of sampled packet dump files.

<size>—Maximum sample dump file size.

<stamp>—Timestamp every packet in the dump.

<world-readable>—Allow any user to read the sampled dump.


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