Scripts on hAP lite,

Dear friends
I did test this scripts (provided by an indi pal) on my RB1100AHx2

WANs in ports 1 and 5 each one working ok individually.
Script Name = movistarDOWN
:if ([/ping yahoo.com count=4] = 0) do={/interface disable ether1-gateway ;/interface enable ether5-GATEWAY ENTEL ;/system scheduler disable MOVISTAR ;/system scheduler enable ENTEL}
Script Name = entelDOWN
:if ([/ping yahoo.com count=4] = 0) do={/interface disable ether5-GATEWAY ENTEL ;/interface enable ether1-gateway ;/system scheduler disable ENTEL ;/system scheduler enable MOVISTAR}
And scheduled like “MOVISTAR” with event → movistarDOWN enable and “ENTEL” with event → entelDOWN

This routine works amazingly well on RB1100AHx2, but when I did try to run the same configuration on a hAP lite … nothing happens … the schedule excute the scripts but nothing happens

Some one has a clue? What I’m doing wrong?

Hi.

Did you check if interface name are exactly the same in RB1100 and hAP lite?, usually if mismatch script fails.