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


Usage

<configuration>
    <services>
        <rpm>
            <probe>
                <test>
                    <name>name</name> <!-- identifier -->
                    <probe-type>probe-type-choice</probe-type>
                    <target>...</target> <!-- mandatory -->
                    <probe-count>probe-count</probe-count>
                    <probe-interval>seconds</probe-interval>
                    <test-interval>seconds</test-interval>
                    <destination-port>destination-port</destination-port>
                    <source-address>source-address</source-address>
                    <routing-instance>routing-instance</routing-instance>
                    <history-size>history-size</history-size>
                    <moving-average-size>moving-average-size</moving-average-size>
                    <dscp-code-points>dscp-code-points</dscp-code-points>
                    <data-size>data-size</data-size>
                    <data-fill>data-fill</data-fill>
                    <thresholds>...</thresholds>
                    <traps>...</traps>
                    <destination-interface>destination-interface</destination-interface>
                    <hardware-timestamp/>
                    <one-way-hardware-timestamp/>
                </test>
            </probe>
        </rpm>
    </services>
</configuration>

Description

TCP/UDP/ICMP ping test.

Contents

<data-fill>—Define contents of the data portion of the probes.

<data-size>—Size of the data portion of the probes.

<destination-interface>—Name of output interface for probes.

<destination-port>—TCP/UDP port number 7, 49160 through 65535.

<dscp-code-points>—Differentiated Services code point bits or alias.

<hardware-timestamp>—Packet Forwarding Engine updates timestamps.

<history-size>—Number of stored history entries.

<moving-average-size>—Number of samples used for moving average.

<name>—Name of test.

<one-way-hardware-timestamp>—Enable hardware timestamps for one-way measurements.

<probe-count>—Total number of probes per test.

<probe-interval>—Delay between probes.

<probe-type>—Probe request type.

<routing-instance>—Routing instance used by probes.

<source-address>—Source address for probe.

<target>—Target destination for probe.

<test-interval>—Delay between tests.

<thresholds>—Probe and test threshold values.

<traps>—Trap to send if threshold is met or exceeded.


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