Is there a setting to modify how quickly a Dynamic ARP entry times out in RouterOS?
The documentation wasn’t much help on this issue, nor was google.
http://www.mikrotik.com/documentation/manual_2.5/IP/Address.html#ip_address_arp
–
glen
Is there a setting to modify how quickly a Dynamic ARP entry times out in RouterOS?
The documentation wasn’t much help on this issue, nor was google.
http://www.mikrotik.com/documentation/manual_2.5/IP/Address.html#ip_address_arp
–
glen
You can’t “manually” create a dynamic ARP entry, so the timeout really depends on whatever other command caused the ARP entry to appear. Typically, the ARP entry will disappear as soon as the other command is no longer in effect. For example, if it’s an ARP entry for a DHCP lease, it will be removed as soon as the lease expires.
glen
http://wiki.mikrotik.com/wiki/Manual:IP/Settings
Probably ‘ARP-timeout’ property is what you are looking for.
HTH,