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


Usage

<configuration>
    <services>
        <dynamic-flow-capture>
            <capture-group>
                <control-source>
                    <name>name</name> <!-- identifier -->
                    <source-addresses>...</source-addresses>
                    <service-port>service-port</service-port> <!-- mandatory -->
                    <notification-targets>...</notification-targets>
                    <no-syslog/>
                    <shared-key>shared-key</shared-key> <!-- mandatory -->
                    <allowed-destinations>...</allowed-destinations>
                    <minimum-priority>minimum-priority</minimum-priority>
                </control-source>
            </capture-group>
        </dynamic-flow-capture>
    </services>
</configuration>

Description

Configure control source parameters.

Contents

<allowed-destinations>—Allowed destinations.

<minimum-priority>—Minimum priority of the control source.

<name>—Control source identifier.

<no-syslog>—Disable syslog.

<notification-targets>—Notification target list.

<service-port>—Service port.

<shared-key>—Shared key with control source.

<source-addresses>—Allowed control source IP address list.


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