Hello.
At the ip arp print, I have dynamic entries, from dhcp, and static.
My question is, how to filter and remove ALL ONLY static entries using one command like this,
/ip arp remove [ find where ??? ]
Best regards.
Hello.
At the ip arp print, I have dynamic entries, from dhcp, and static.
My question is, how to filter and remove ALL ONLY static entries using one command like this,
/ip arp remove [ find where ??? ]
Best regards.
AFAIR
/ip arp remove [find where !dynamic]
Damn it
.
I was trying where !=dynamic
.
Best regards.
this is also valid:
/ip arp remove [find where dynamic=no]to cause less confusion