To configure Real-Time Performance Monitoring (RPM) services, include the rpm statement at the [edit services] hierarchy level:
- rpm {
-
- bgp {
-
data-fill data;
-
data-size size;
-
destination-port port;
-
history-size 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;
-
moving-average-size number;
-
one-way-hardware-timestamp;
-
probe-count count;
-
probe-interval seconds;
-
probe-type type;
-
routing-instance instance-name;
-
source-address address;
-
target (url url | address address);
-
test-interval interval;
-
thresholds thresholds;
-
traps traps;
- }
- }
-
-
probe-server {
-
-
tcp {
-
destination-interface interface-name;
-
port (RPM) number;
- }
-
-
udp {
-
destination-interface interface-name;
-
port (RPM) number;
- }
- }
-
probe-limit limit;
-
- twamp {
-
- server {
-
- client-list list-name {
- [ address address ];
- }
- inactivity-timeout seconds;
- maximum-connections count;
- maximum-connections-per-client count;
- maximum-sessions count;
- maximum-sessions-per-connection count;
- port number;
- }
- }
- }
This chapter includes the following sections: