¿Alguien sabe cuándo se vacía el arp cache en OS X Lion? ¿O qué automatismo hace que se vacíe? ¿Es un período de tiempo, que se puede establecer en alguna parte?
¡Gracias!
Según arp (4) en un sistema 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).
Puede administrar manualmente la tabla ARP usando el comando arp
.