Когда очищается arp-кеш?

2

кто-нибудь знает, когда очищается arp кеш в OS X Lion? Или какой автоматизм заставляет его опустошаться? Это период времени, который можно установить где-нибудь?

Спасибо!

Даниил
источник

Ответы:

3

Согласно arp (4) в системе OS X Lion:

 The ARP cache is stored in the system routing table as dynamically-created host
 routes.  The route to a directly-attached Ethernet network is installed as a
 ``cloning'' route (one with the RTF_CLONING flag set), causing routes to individual
 hosts on that network to be created on demand.  These routes time out periodically
 (normally 20 minutes after validated; entries are not validated when not in use). 

Вы можете вручную управлять таблицей ARP с помощью arpкоманды.

mjturner
источник