To configure RPM probes, use the following statements at the [edit services] hierarchy level.
Shared JUNOS statements in the services hierarchy are shown in normal font and are documented in the JUNOS Services Interfaces Configuration Guide.
-
services {
-
-
rpm {
-
-
bgp {
-
data-fill;
-
data-size;
-
destination-port;
-
history-size;
-
logical-system
logical-system-name
[routing-instances
routing-instance-name
];
-
probe-count
count
;
-
probe-interval
seconds
;
-
probe-type
type
;
-
routing-instances
instance-name
;
-
test-interval
interval
;
- }
-
-
probe
owner
{
-
-
test
test-name
{
-
data-fill
data
;
-
data-size
size
;
-
destination-interface
interface-name
;
-
destination-port
port
;
-
dscp-code-point
dscp-bits
;
-
hardware-timestamp;
-
history-size
size
;
-
probe-count
count
;
-
probe-interval
seconds
;
-
probe-type
type
;
-
routing-instance
instance-name
;
-
source-address
address
;
-
target-url (
url
|
address
);
-
test-interval
interval
;
-
thresholds
thresholds
;
-
traps
traps
;
- }
- }
-
probe-limit;
-
-
probe-server {
-
-
icmp {
-
destination-interface
interface-name
;
- }
-
-
tcp {
-
destination-interface
interface-name
;
-
port
port-number
;
- }
-
-
udp {
-
destination-interface
interface-name
;
-
port
port-number
;
- }
- }
- }
- }