I would like to modify my script to disconnect say 50 clients at a time rather than all PPP clients?
Any advice is most welcome
ppp active
:foreach i in=[find] do={
/ppp active remove $i
}
:log warning “Daily PPP Session Cycle”
I would like to modify my script to disconnect say 50 clients at a time rather than all PPP clients?
Any advice is most welcome
ppp active
:foreach i in=[find] do={
/ppp active remove $i
}
:log warning “Daily PPP Session Cycle”