Hi, Guys,
Three infrastructures modes ( standalone SRX345, SRX345 HA active-standby, SRX345 HA active-active ) are tested ( with different Junos versions ). Two infrastructures get normal response of RTT results, except the HA active-standby mode, the issue is shown as below:
RPM configurations:
set services rpm probe WTT_Line_Test test HK-ISP_TEST probe-type icmp-ping
set services rpm probe WTT_Line_Test test HK-ISP_TEST target address 18.25.21.29
set services rpm probe WTT_Line_Test test HK-ISP_TEST probe-count 2
set services rpm probe WTT_Line_Test test HK-ISP_TEST probe-interval 5
set services rpm probe WTT_Line_Test test HK-ISP_TEST test-interval 5
set services rpm probe WTT_Line_Test test HK-ISP_TEST destination-interface reth1.110
set services rpm probe WTT_Line_Test test HK-ISP_TEST hardware-timestamp
set services rpm probe WTT_Line_Test test HK-ISP_TEST next-hop 18.25.21.29
The traceoption results ( normal ):
Dec 6 04:35:17 PING_TEST_COMPLETED: pingCtlOwnerIndex = WTT_Line_Test, pingCtlTestName = HK-ISP_TEST
Dec 6 04:35:17 RTM_CHANGE gencfg for probe WTT_Line_Test, test HK-ISP_TEST to state PASS
Dec 6 04:35:17 rmop_calc_jitter: rdiff: 5014077, sdiff: 5009520, jitter: 4557
Dec 6 04:35:17 rmop_calc_jitter: rdiff: 1003183, sdiff: 1004120, jitter: -937
Dec 6 04:35:17 rmop_calc_jitter: rdiff: 1002873, sdiff: 1004119, jitter: -1246
Dec 6 04:35:17 rmop_calc_jitter: rdiff: 1037034, sdiff: 1004116, jitter: 32918
Dec 6 04:35:17 test_done: sent 2, test 810
ISSUE :
root@13FwS345Prd1> show service rpm history-results owner WTT_Line_Test
Owner, Test Probe Sent Probe received Round trip time
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:34:57 2019 Fri Dec 6 04:35:02 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:02 2019 Fri Dec 6 04:35:07 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:07 2019 Fri Dec 6 04:35:12 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:12 2019 Fri Dec 6 04:35:17 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:17 2019 Fri Dec 6 04:35:22 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:22 2019 Fri Dec 6 04:35:27 2019 Request timed out
WTT_Line_Test, HK-ISP_TEST Fri Dec 6 04:35:27 2019 Fri Dec 6 04:35:32 2019 Request timed out
Any reason the result of the comand " show service rpm history-result" can not show the RTT results ?
Thanks