A network technician needs to inspect a host computer's local cache to view the mapping of IP addresses to physical MAC addresses. Which command-line utility should the technician execute?
- arp -aAnswer
- Bnslookup
- Cnetstat -a
- Ddig
Answer
The correct command is arp -a, which lists the local Address Resolution Protocol table containing IP-to-MAC address entries.
The arp -a command displays the system ARP table, which lists cached IP addresses mapped to their corresponding physical network interface (MAC) addresses.
Step-by-Step Solution
Key Concept
Address Resolution Protocol (ARP) CLI Diagnostics
Estimated Time:45s