Community discussions

MikroTik App

Search found 2 matches

by jprepuk
Fri Mar 26, 2010 5:15 pm
Forum: Scripting
Topic: RouterOS PHP API class
Replies: 36
Views: 16633

Re: RouterOS PHP API class

Hi all

Is it possible to use the where section in the command as in the terminal?
/interface/wireless/registration-table/print stats where mac-address=00:0C:42:61:75:23

Thank you

Janos Prepuk
by jprepuk
Fri Mar 26, 2010 4:59 pm
Forum: Scripting
Topic: PHP API where
Replies: 1
Views: 920

PHP API where

Hi all, I would like to use the following command in the PHP API. /interface/wireless/registration-table print stats where mac-address=00:0C:42:10:10:20 How can I use this command in the API? Without "where mac-address=00:0C:42:10:10:20" it works perfectly, but I need only one client data....