Possible to throttle arp requests?
Posted: Wed Dec 07, 2022 11:31 pm
I'm trying to see if this Cisco command is possible on a Mikrotik:
I'm trying to throttle arp so that if something isn't reachable the router will stop trying to arp for a set amount of time.
Code: Select all
/* Configure ARP throttling on the interface with specified timeout for drop adjacency. */
Router(config-if)# arp drop-adjacency timeout 1200
Router(config-if)# commit