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


Usage

<configuration>
    <routing-instances>
        <instance>
            <forwarding-options>
                <sampling>
                    <output>
                        <file>
                            <disable/>
                            <filename>filename</filename> <!-- mandatory -->
                            <files>files</files>
                            <size>size</size>
                            <world-readable/>
                            <stamp/>
                        </file>
                    </output>
                </sampling>
            </forwarding-options>
        </instance>
    </routing-instances>
</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]