:local ipPing ("8.8.8.8")
:local pingip
:set pingip [/ping $ipPing count=10]
:if ($pingip = 1) do={
:log info ("90% lost")
/interface ethernet disable ether2
} else={
/interface ethernet enable ether2
}
No hay comentarios.:
Publicar un comentario