Hi,
How to clear arp in vyos. clear arp is not working.
When I removed the IP on the interface still I am able to see the arp for that IP.
Can anyone share me details on how can i fix it.
Regards,
Santosh
Hi,
How to clear arp in vyos. clear arp is not working.
When I removed the IP on the interface still I am able to see the arp for that IP.
Can anyone share me details on how can i fix it.
Regards,
Santosh
Hello @san, which vyos version do you use?
Hi,
version is 1.1.7
1.1 is EOL. But you can manually clear arp, like sudo arp -d <entry>
Yes i did the same.
Thankyou.