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


Usage

<configuration>
    <routing-instances>
        <instance>
            <forwarding-options>
                <packet-capture>
                    <file>
                        <filename>filename</filename> <!-- mandatory -->
                        <files>files</files>
                        <size>size</size>
                        <world-readable/>
                    </file>
                </packet-capture>
            </forwarding-options>
        </instance>
    </routing-instances>
</configuration>

Description

Parameters for file that contains captured packets.

Contents

<filename>—Name of file.

<files>—Maximum number of files.

<size>—Maximum file size.

<world-readable>—Allow any user to read packet-capture files.


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