Hello together,
My use case (see viewtopic.php?t=203958) needs a cleared ARP table to assign IP addresses according to connected devices. The ARP timeout is set to 1min. Although a device becomes disconnected it still remains on status "DC" for hours (after this time period I restarted the router). The ARP will not be automatically cleared as long as the number of neighbours do not exceed a certain level, but I expect the router to set the status to "D" when the device has been disconnected for the entire arp timeout interval.
Just to sum it up - I need an updated ARP table to clear all "D" conncetions using
/ip arp remove [ find where !complete ]
after ARP timeout has been reached.
I use the current OS 7.13.3. Static IP addresses are assigned to all connected components. ARP entries are dynamic!
Any hints? Thanks!