Community discussions

MikroTik App

Search found 3 matches

by navid507
Fri Mar 14, 2014 1:01 pm
Forum: General
Topic: how to get the state of pppoe-client connection
Replies: 0
Views: 793

how to get the state of pppoe-client connection

hi there,
I want to know is the pppoe-connection connected or not! and do some action upon its state.
Ho can I access the pppoe-connection`s state via API ?
by navid507
Fri Mar 14, 2014 12:58 pm
Forum: General
Topic: reset counters hotspot
Replies: 4
Views: 12972

Re: reset counters hotspot

finally i found a way to mimic the reset of one user statistics!
delete the user and add it again!!!
hope this will be useful for you too!
by navid507
Tue Feb 18, 2014 5:50 pm
Forum: General
Topic: reset counters hotspot
Replies: 4
Views: 12972

Re: reset counters hotspot

hi how can I use the following code in c# api? /ip hotspot user reset-counters [find name="username"] I did this but not work: mikrotik.Send("/ip/hotspot/user/reset-counters [find name = " + username+"]", true); also tried it but no luck! :( mikrotik.Send("/ip/hots...