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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <bgp>
                    <group>
                        <family>
                            <inet>
                                <labeled-unicast>
                                    <traffic-statistics>
                                        <file>
                                            <filename>filename</filename> <!-- mandatory -->
                                            <size>size</size>
                                            <files>files</files>
                                            <world-readable/>
                                        </file>
                                    </traffic-statistics>
                                </labeled-unicast>
                            </inet>
                        </family>
                    </group>
                </bgp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Statistics 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]