Hi, guy,
Due to geographical reason, I would like to create RPM service in SRX345 (two sites) for keeping ping between two sites,
Any advice on: how to set up traceoption in order to record the ping result in terms of RTT and Jitter ?
Such as my rpm configurations:
=======================
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp probe-type tcp-ping
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp target address 10.10.12.18
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp probe-count 2
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp probe-interval 1
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp test-interval 1
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp destination-port 53201
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp source-address 10.10.12.17
set services rpm probe Probe2018d1-Tp01-Tcp test TestH2018dTcp thresholds successive-loss 2
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp probe-type udp-ping
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp target address 10.10.12.13
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp probe-count 6
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp probe-interval 3
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp test-interval 3
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp destination-port 53201
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp source-address 10.10.12.14
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp thresholds successive-loss 5
set services rpm probe Probe2013d1-Tp01-Udp test TestH2013dUdp thresholds total-loss 5
For traceoption configuration :
=======================
set services rpm traceoptions file RPM_status.txt
set services rpm traceoptions file size 10m
set services rpm traceoptions file files 24
set services rpm traceoptions file world-readable
set services rpm traceoptions flag all
RPM log as below:
==============
SRX1> show log RPM_status.txt
Sep 1 23:51:41 rmop_calc_jitter: rdiff: 4998925, sdiff: 5000898, jitter: -1973
Sep 1 23:51:42 received SIGCHLD, PID: 1789
Sep 1 23:51:42 RMOPD_SIGCHLD: Received SIGCHLD signal
Sep 1 23:51:42 waitpid() returned: No child processes
Sep 1 23:51:43 rmop_calc_jitter: rdiff: 5010840, sdiff: 5002035, jitter: 8805
Sep 1 23:51:46 rmop_calc_jitter: rdiff: 5054230, sdiff: 5003636, jitter: 50594
Sep 1 23:51:46 test_done: sent 5, test 0
Sep 1 23:51:46 PING_TEST_COMPLETED: pingCtlOwnerIndex = Probe5120d1Gw7065, pingCtlTestName = TestH5120d0
Sep 1 23:51:46 RTM_CHANGE gencfg for probe Probe5120d1Gw7065, test TestH5120d0 to state PASS
Sep 1 23:51:46 rmop_calc_jitter: rdiff: 5024705, sdiff: 5003303, jitter: 21402
Sep 1 23:51:46 test_done: sent 5, test 15
Sep 1 23:51:46 PING_TEST_COMPLETED: pingCtlOwnerIndex = Probe2aGw7065+4129, pingCtlTestName = Test2aGw7065
Sep 1 23:51:46 RTM_CHANGE gencfg for probe Probe2aGw7065+4129, test Test2aGw7065 to state PASS
Sep 1 23:51:48 rmop_calc_jitter: rdiff: 4999952, sdiff: 5000957, jitter: -1005
Sep 1 23:51:51 rmop_calc_jitter: rdiff: 4946028, sdiff: 5001119, jitter: -55091
Sep 1 23:51:51 rmop_calc_jitter: rdiff: 4996843, sdiff: 5001355, jitter: -4512
Sep 1 23:51:53 rmop_calc_jitter: rdiff: 5009813, sdiff: 5002119, jitter: 7694
Sep 1 23:51:53 test_done: sent 5, test 30
Sep 1 23:51:53 PING_TEST_COMPLETED: pingCtlOwnerIndex = Probe2aGw7065+4129, pingCtlTestName = Test2aGw4129
Sep 1 23:51:53 RTM_CHANGE gencfg for probe Probe2aGw7065+4129, test Test2aGw4129 to state PASS
I just want to get the RTT and Jitter test results, how to configuration the traceoption, thx a lot ?