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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <services-options>
                    <syslog>
                        <host>
                            <contents>
                                <name>name</name> <!-- identifier -->
                                <any/>
                                <emergency/>
                                <alert/>
                                <critical/>
                                <error/>
                                <warning/>
                                <notice/>
                                <info/>
                                <none/>
                            </contents>
                        </host>
                    </syslog>
                </services-options>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

No documentation is available yet.

Contents

<alert>—Conditions that should be corrected immediately.

<any>—All levels.

<critical>—Critical conditions.

<emergency>—Panic conditions.

<error>—Error conditions.

<info>—Informational messages.

<name>—Facility type.

<none>—No messages.

<notice>—Conditions that should be handled specially.

<warning>—Warning messages.


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