Hi there
need some help with script, our users use pppoe connection, radius server make a dynamic queue for user account, somtimes queue are not created so user have no limited bandwith!!! we want to check list of connected pppoe users, then check theirs simple queue’s and if there is no simple queue for active pppoe user disconnect that user.We have tried something like this :
:foreach i in=[/interface pppoe-server find] do={
:local usr [/interface pppoe-server get $i name];
:put $usr;
:foreach j in=[/queue simple find] do={
:local nokju [/queue simple get $j name];
:put $nokju;
all we need is couple lines below
, or tell us how to compare two lists…
Thanks