Community discussions

MikroTik App

Search found 6 matches

by chapeupreto
Thu Feb 12, 2015 2:17 pm
Forum: Scripting
Topic: Script to clear ARP
Replies: 4
Views: 19543

Re: Script to clear ARP

Hi there!

In the arp section on Terminal (i.e., /ip arp ), uou should use
remove [find]
or
:foreach ip in={[find]} do={remove "$ip"}
Hope it helps!

Thanks!
by chapeupreto
Wed Mar 23, 2011 4:35 pm
Forum: Scripting
Topic: API PHP class
Replies: 47
Views: 78704

Re: API PHP class

Hello folks. I've downloaded the php class mikrotik api posted here http://forum.mikrotik.com/viewtopic.php?f=9&t=50176 by sw0rdf1sh and I'm using it in some of my projects. After executing a script that uses that routeros_api.class.php class, I got this message: Notice: Undefined variable: _ in...
by chapeupreto
Wed Mar 23, 2011 4:28 pm
Forum: Scripting
Topic: Mikrotik PHP-API
Replies: 7
Views: 14813

Re: Mikrotik PHP-API

Hi sw0rdf1sh Thanks for replying me. Can you share any of them? Sure! I could mention some simple stuffs, like adding MAC Addresses in 'Wireless Tables -> Access List'. Also, adding and removing simple queues for my users. And mainly, adding and removing 'Address List' in the Mikrotik's Firewall sec...
by chapeupreto
Wed Mar 23, 2011 4:06 pm
Forum: Scripting
Topic: API Links
Replies: 155
Views: 227895

Re: API Links

Hi folks. First, thanks for those links. By talking in PHP API, I've downloaded the php class mikrotik api posted here http://forum.mikrotik.com/viewtopic.php?f=9&t=50176 by sw0rdf1sh and I'm using it in some of my projects. After executing a script that uses that routeros_api.class.php class, I...
by chapeupreto
Tue Mar 22, 2011 11:05 pm
Forum: Scripting
Topic: Mikrotik PHP-API
Replies: 7
Views: 14813

Re: Mikrotik PHP-API

Hi folks. What's up?! That is really an amazing and useful PHP class that I've been using a lot in my projects. Well.. I only got this simple question about it. After executing a script that uses the routeros_api.class.php class, I got this message: Notice: Undefined variable: _ in ... on line 313 T...
by chapeupreto
Sat Nov 27, 2010 2:05 pm
Forum: The User Manager
Topic: Router User via radius server
Replies: 1
Views: 3502

Router User via radius server

Hi all. I'm trying to use router user authentication and accounting via freeradius server. However, I ain't using cleartext passwords in my radius.radcheck table. Instead, I'm using Crypt-Password and my Auth-Type attribute is Crypt-Local. So, after enabling radius in the "/user aaa" secti...