ACI Silent Host Detection Mechanism
When Layer 3 routed traffic is destined to a Cisco ACI fabric, which mechanism does ACI use to detect silent hosts?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests the specific mechanism for silent host detection in ACI; the common trap is confusing it with proxy ARP or gratuitous ARP.
Cisco ACI uses ARP gleaning to detect silent hosts when Layer 3 routed traffic enters the fabric. This page establishes that ARP gleaning triggers the spines to generate an ARP request for destination IPs missing from the COOP database.
Choosing proxy ARP, which allows a router to answer ARP requests on behalf of another device, rather than gleaning to discover silent hosts.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
ARP gleaning is the correct mechanism because when L3 routed traffic arrives for an IP not in the COOP database, the ACI spines generate an ARP request to discover the silent host's MAC address. This process is explicitly known as Silent Host Detection in the ACI architecture.Why the Other Options Are Wrong
Gratuitous ARP is used by hosts to announce their IP-to-MAC mapping proactively, not by the fabric to discover unknown hosts. Proxy ARP allows a router to answer ARP requests on behalf of another host, which is different from gleaning. Inverse ARP is used in Frame Relay to dynamically map DLCIs to IP addresses, which is unrelated to ACI silent host detection.Community Comment Notes
Users correctly identified ARP gleaning as the mechanism for Silent Host Detection. As ed27 noted, "ARP Gleaning, also known as Silent Host Detection, is a process where ACI Spines generate an ARP request". Prospio971 further clarified that a silent host is an endpoint whose "IP-to-MAC mapping is unknown to the ACI fabric".Official Reference
Exam Strategy
Remember that "silent host detection" in ACI is synonymous with ARP gleaning. When the COOP database lacks an endpoint mapping, the spine initiates an ARP request to glean the MAC address.