Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring RPM Receiver Servers

date_range 01-Dec-23

The RPM TCP and UDP probes are proprietary to Juniper Networks and require a receiver to receive the probes. To configure a server to receive the probes, include the probe-server statement at the [edit services rpm] hierarchy level for Junos OS or the [edit services monitoring rpm] hierarchy level for Junos OS Evolved:

content_copy zoom_out_map
[edit services rpm]
probe-server {
    tcp {
        destination-interface interface-name;
        port number;
    }
    udp {
        port number;
    }
}

The port number specified for the UDP and TCP server can be 7 or from 49160 through 65535.

Note:

The destination-interface statement is not supported on PTX Series Packet Transport routers, or for devices running Junos OS Evolved.

When you configure either probe-type udp-ping or probe-type udp-ping-timestamp along with the one-way-hardware-timestamp command, the value for the destination-port can be only 7. A constraint check prevents you for configuring any other value for the destination port in this case.

footer-navigation