When I run arp -a on my cmd I get a list of arp entries. The dynamic entries expire when their timer expires and then they are deleted from the arp cache. How can I see how much time a certain entry has left?
I am not talking about the "base reachable time" that is used for calculating this value like in this question, I'm talking about the actual value for each entry, i.e if an entry is added 33 seconds before another one, then I expect that the timers will be different with a 33 second difference.
For clarification: If the base time for an entry is 100 seconds and 2 entries are added to the cache, 10 seconds apart, then I want to be able to display the time left for each entry until it is deleted from the cache, which should be 10 seconds apart, for example 30 seconds and 20 seconds.