Hello every one,
I am trying to disable a specific ARP from the list with comment from terminal. eg:
/ip arp print
ADDRESS MAC-ADDRESS INTERFACE
0 DC 10.225.11.1 10:0E:7E:83:18:82 ether2
1 C 192.168.10.13 00:00:00:00:00:00 ether5
2 C 192.168.10.14 00:00:00:00:00:00 ether5
3 C 192.168.10.15 00:00:00:00:00:00 ether5
4 C 192.168.10.16 00:00:00:00:00:00 ether5
I want to disable 192.168.10.14 and set a comment on it.
I want it by using Address not number,
Thanks in advance