How can I update my provider's arp cache?
If I change some interfaces, it takes a lot of time to update my provider's arp cache. When using linux I used to type something like:
echo 1 > /proc/sys/net/ipv4/ip_nonlocal_bind
arping -U -I vlan100 -c 10 -s MYPROXYARPPED_ADDRESS MY_ISP_GATEWAY
echo 0 > /proc/sys/net/ipv4/ip_nonlocal_bind
This way I could update theirs address... I cannot find something similar in mikrotik. Last time I had to phone them to "clear arp-cache" on their cisco routers...
I want to find a way to send unsolicited arpings.... Any clue?