FEATURE REQUEST: ARP TABLE and STATE of entries from D to F.

WHY? Here is the general ideea why this feauture request have come. http://forum.mikrotik.com//viewtopic.php?p=23554

FEAUTURE REQUEST(very simple I think): Can you do that the entries in ARP TABLE (/ip arp) can be modified, from D(dynamic) to fixed, or manual? So that when user with that MAC address changes his IP cannot access network, because his MAC address is already bind to another IP. And anther important thing is a feauture that will log when users tries to change his IP. I think you understand what I wanted to tell.


is this is posibile to do, if so, pls tell when this feauture will be available, in what version?

Did you read the manual??

http://www.mikrotik.com/docs/ros/2.8/appex/scripting1.content#11.2.5.3

Regards.

Maximiliano

did you carefully read what I have writed? have you understand what was my ideea? I dont think so… if you want to understand read again, and dont forget this topic http://forum.mikrotik.com//viewtopic.php?t=5559&start=0&postdays=0&postorder=asc&highlight=

did you read the manual link that maximan posted? it is about converting dynamic arp entries to static ones, the same thing that you request in that other topic. see yourself:

I know about the COPY feature not only in the ARP List, but its available though almost all tables in MT. normis I wanted that arp list can work as somekind of filter by mac address. copy function is ok, but how about the limiting access to masquerade by mac, without using a level 4 license and hotspot?

This is good example from manual. All address which are not in arp list can not access internet.

http://www.mikrotik.com/docs/ros/2.9/ip/address.content#8.42.3.5

very good!!! smilga its the best solution I think, seting interface to arp replay-only and adding manual entrys with COPY function from dynamic entrys in arp list. Thats the solution. Thanks guys a lot…