Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

probe-server

date_range 20-Nov-23

Junos OS

content_copy zoom_out_map
probe-server {
    icmp {
        destination-interface destination-interface;
    }
    tcp {
        destination-interface interface-name;
        port number;
    }
    udp {
        destination-interface interface-name;
        port number;
    }
}

Junos OS Evolved

content_copy zoom_out_map
probe-server {
    icmp;
    tcp {
        port number;
    }
    udp {
        port number;
    }
}

Junos OS Hierarchy Level

content_copy zoom_out_map
[edit services rpm]

Junos OS Evolved Hierarchy Level

content_copy zoom_out_map
[edit services monitoring rpm]

Description

Enable the RPM server to act as a receiver for the probes, specified per protocol.

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Note:

The destination-interface statement is not supported on PTX Series routers or for Junos OS Evolved.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

Junos OS Evolved Syntax and hierarchy level introduced in Junos OS Evolved Release 20.1R1.

tcp option introduced in Junos OS Evolved Release 23.4R1.

footer-navigation