Dear friends, I found this interesting statement, but the problem is that the Version 4.6 the proxy web downloads and cut me the scheduler does not enable or disable the rules.
The issue is like when there are more than 30 users pppoe enable the proxy rules to block the discharges according to the commentary, if there are less disabled so they can download.
Hopefully together we can find a good lap because it would implement.
Excuse my English
/ip proxy access
add action=deny comment=1 disabled=no path=*.exe
add action=deny comment=1 disabled=no path=*.rar
add action=deny comment=1 disabled=no path=*.zip
add action=deny comment=1 disabled=no path=*.mp3
add action=deny comment=1 disabled=no path=*.wav
/system scheduler
add comment="" disabled=no interval=2m name="Deshabilita Descargas" on-event=":if ([\
:len [/ppp interface find]]>=30) do={/ip proxy access enable [/ip\
proxy access find comment=1]\r\
\n}" start-time=startup
add comment="" disabled=yes interval=2m2s name="Habilita Descargas" on-event=":if (\
[:len [/ppp interface find]]<=29) do={/ip proxy access disable [/i\
p proxy access find comment=1]\r\
\n}" start-time=startup