Hi, sorry, I did not realise you do not have beta3 available.
Here is the output from beta3:
[admin@rb433ah] > ping 172.18.254.134 interval=500ms count=10
HOST SIZE TTL TIME STATUS
172.18.254.134 56 64 241ms
172.18.254.134 56 64 220ms
172.18.254.134 56 64 280ms
172.18.254.134 56 64 330ms
172.18.254.134 56 64 228ms
172.18.254.134 56 64 310ms
172.18.254.134 56 64 276ms
172.18.254.134 56 64 191ms
172.18.254.134 56 64 243ms
172.18.254.134 56 64 310ms
sent=10 received=10 packet-loss=0% min-rtt=191ms avg-rtt=262ms
max-rtt=330ms
HOST SIZE TTL TIME STATUS
and this is from Ros3.30:
[admin@rb433] > ping 172.18.18.254 interval=20ms count=10
172.18.18.254 64 byte ping: ttl=64 time=5 ms
172.18.18.254 ping timeout
172.18.18.254 ping timeout
172.18.18.254 64 byte ping: ttl=64 time=3 ms
172.18.18.254 64 byte ping: ttl=64 time=11 ms
172.18.18.254 64 byte ping: ttl=64 time=3 ms
172.18.18.254 64 byte ping: ttl=64 time=14 ms
172.18.18.254 64 byte ping: ttl=64 time=4 ms
172.18.18.254 64 byte ping: ttl=64 time=5 ms
172.18.18.254 64 byte ping: ttl=64 time=4 ms
10 packets transmitted, 8 packets received, 20% packet loss
round-trip min/avg/max = 3/6.1/14 ms
Here is the output for a :put command:
Ros5.0beta3
[admin@rb433ah] > :put [ping 172.18.254.134 interval=500ms count=10
]
HOST SIZE TTL TIME STATUS
172.18.254.134 56 64 371ms
172.18.254.134 56 64 411ms
172.18.254.134 56 64 207ms
172.18.254.134 56 64 127ms
172.18.254.134 56 64 221ms
172.18.254.134 56 64 220ms
172.18.254.134 56 64 147ms
172.18.254.134 56 64 401ms
172.18.254.134 56 64 227ms
172.18.254.134 56 64 267ms
sent=10 received=10 packet-loss=0% min-rtt=127ms avg-rtt=259ms
max-rtt=411ms
HOST SIZE TTL TIME STATUS
Ros3.30
[admin@rb433] > :put [ping 172.18.18.254 interval=20ms count=10]
172.18.18.254 64 byte ping: ttl=64 time=3 ms
172.18.18.254 64 byte ping: ttl=64 time=6 ms
172.18.18.254 64 byte ping: ttl=64 time=12 ms
172.18.18.254 64 byte ping: ttl=64 time=6 ms
172.18.18.254 64 byte ping: ttl=64 time=4 ms
172.18.18.254 64 byte ping: ttl=64 time=4 ms
172.18.18.254 64 byte ping: ttl=64 time=2 ms
172.18.18.254 64 byte ping: ttl=64 time=12 ms
172.18.18.254 ping timeout
172.18.18.254 64 byte ping: ttl=64 time=5 ms
10 packets transmitted, 9 packets received, 10% packet loss
round-trip min/avg/max = 2/6.0/12 ms
9
Looks like the last line on ros3.30 contains the variable number I am looking for, but for beta3 it is a blank line. Any ideas? My Mikrotik scripting is very... basic