Deleting static arp not working.
vyos@vyos:~$ configure [edit] vyos@vyos# set protocols static arp interface eth0 address 192.168.139.101 mac 00:0a:0a:0a:0a:0a [edit] vyos@vyos# commit [edit] vyos@vyos# run show arp Address Interface Link layer address State --------------- ----------- -------------------- --------- 192.168.139.2 eth0 00:50:56:fa:ad:3a REACHABLE 192.168.139.101 eth0 00:0a:0a:0a:0a:0a PERMANENT [edit] vyos@vyos# delete protocols static arp [edit] vyos@vyos# commit [edit] vyos@vyos# run show arp Address Interface Link layer address State --------------- ----------- -------------------- --------- 192.168.139.2 eth0 00:50:56:fa:ad:3a STALE 192.168.139.101 eth0 00:0a:0a:0a:0a:0a PERMANENT [edit]