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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <msdp>
                        <peer>
                            <traceoptions>
                                <file>
                                    <filename>filename</filename> <!-- mandatory -->
                                    <size>size</size>
                                    <files>files</files>
                                    <world-readable/>
                                </file>
                            </traceoptions>
                        </peer>
                    </msdp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Trace file options.

Contents

<filename>—Name of file in which to write trace information.

<files>—Maximum number of trace files.

<size>—Maximum trace file size.

<world-readable>—Allow any user to read the log file.


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