hello guys
i need a script to run traceroute with source-address every 12 hours i need hops to be logged in my log server .
is it possible ?
thanks
/file set file_name.txt contents="Whatever you want to save to file $IncludingVariablesContents or $[/system clock get time]"
:local pingVar [/ping 8.8.8.8 count=10]
ssh admin@1.2.3.4 ':put "$[/system clock get time], $[/system clock get date]";/tool traceroute address=8.8.8.8' >> mikrotik-log.txt