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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <bridge-domains>
                    <domain>
                        <forwarding-options>
                            <dhcp-relay>
                                <traceoptions>
                                    <file>
                                        <filename>filename</filename>
                                        <size>size</size>
                                        <files>files</files>
                                        <world-readable/>
                                        <match>match</match>
                                    </file>
                                </traceoptions>
                            </dhcp-relay>
                        </forwarding-options>
                    </domain>
                </bridge-domains>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Trace file information.

Contents

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

<files>—Maximum number of trace files.

<match>—Regular expression for lines to be logged.

<size>—Maximum trace file size.

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


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