Есть частные IP-адреса, для которых я хочу измерить их RTT, я могу пинговать частные адреса с сервера Smokeping, но на графике среднее RTT говорит -nan, а потеря пакетов составляет 100%:
root@Jumpbox:~# ssh -S /root/.libnet-openssh-perl/smokeping-dcs728-47876-946410 -l user1 -p 22 router-ip -- ping 10.90.4.2
====================Ask yourself are you allowed to login to this device?. ============================
Password:
PING 10.90.4.2 (10.90.4.2): 56 data bytes
64 bytes from 10.90.4.2: icmp_seq=0 ttl=64 time=12.889 ms
64 bytes from 10.90.4.2: icmp_seq=1 ttl=64 time=4.121 ms
64 bytes from 10.90.4.2: icmp_seq=2 ttl=64 time=1.082 ms
64 bytes from 10.90.4.2: icmp_seq=3 ttl=64 time=57.498 ms
64 bytes from 10.90.4.2: icmp_seq=4 ttl=64 time=2.208 ms
64 bytes from 10.90.4.2: icmp_seq=5 ttl=64 time=1.152 ms
64 bytes from 10.90.4.2: icmp_seq=6 ttl=64 time=6.029 ms
64 bytes from 10.90.4.2: icmp_seq=7 ttl=64 time=1.096 ms
64 bytes from 10.90.4.2: icmp_seq=8 ttl=64 time=2.139 ms
64 bytes from 10.90.4.2: icmp_seq=9 ttl=64 time=1.116 ms
64 bytes from 10.90.4.2: icmp_seq=10 ttl=64 time=2.142 ms
64 bytes from 10.90.4.2: icmp_seq=11 ttl=64 time=1.175 ms
64 bytes from 10.90.4.2: icmp_seq=12 ttl=64 time=2.443 ms
64 bytes from 10.90.4.2: icmp_seq=13 ttl=64 time=2.156 ms
64 bytes from 10.90.4.2: icmp_seq=14 ttl=64 time=1.414 ms
64 bytes from 10.90.4.2: icmp_seq=15 ttl=64 time=2.190 ms
Но на графиках не видно:
Вот файл Probes:
root@Jumpbox:/etc/smokeping/config.d# cat Probes
*** Probes ***
+ FPing
binary = /usr/bin/fping
+OpenSSHJunOSPing
forks = 5
offset = 50%
packetsize = 100
step = 300
timeout = 15
#tos =
# The following variables can be overridden in each target section
junospass = **************
junosuser = user1 # mandatory
pings = 5
source = router-ip # mandatory
And the Targets:
cat Targets
#I have the new blank lines for clarity
++Private
probe = OpenSSHJunOSPing # if the default probe is something else
junospass = *****************
junosuser = user1 # mandatory
pings = 5
source = router-ip # mandatory
menu = UA-Dar1
title = UA-Dar1 Radio
host = 10.90.4.5
Если кто-нибудь может помочь мне решить эту проблему, я был бы очень признателен.