I hope to calculate latency between 2 ASR router on specific VRF.
Smokeping
configuration looks like this:
!
*** Probes ***
+ FPing
binary = /usr/sbin/fping
+ CiscoRTTMonEchoICMP
forks = 5
offset = 50%
step = 300
timeout = 15
*** Targets ***
+ CISCO
probe = CiscoRTTMonEchoICMP
menu = Cisco router
host = Target_IP_router
ioshost = Source_IP_router
packetsize = 56
pings = 5
timeout = 15
tos = 160
vrf = VRF_test
!
Both files CiscoRTTMonEchoICMP.pm
and ciscoRttMonMIB.pm
are copied to /etc/smokeping/lib/Smokeping/
and
snmp-server community RTTCommunity RW
is implemented on the source router.
When I try to run smokeping --debug
, I get the error message below :
"
CiscoRTTMonEchoICMP: probing 1 targets with step 300 s and offset 45 s.
FPing: probing 51 targets with step 300 s and offset 45 s.
CiscoRTTMonEchoICMP: forks 5, timeout for each target 76
172.24.32.67:::::2 doesn't support or allow RTTMon !
CiscoRTTMonEchoICMP: 10.248.17.202: got
Could you please help me ?